From 400ece252f88ec53c33261d9dfb749bd37fefc08 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 5 Feb 2023 22:46:21 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.12.0 to version 3.12.1 Jason R. Coombs (8): ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Update README to reflect finding that 3.2 incorporated into Python 3.10, but probably not 3.3 into 3.9. Add xfail test capturing missed expectation. Ref python/cpython#101566. Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/cpython#101566. Update changelog. Ref python/cpython#101566. --- Makefile | 2 +- options.conf | 2 +- pypi-zipp.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index a3b6b1e..4dc272b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz +URL = https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index e567842..d24f0ec 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz +url = https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz archives = giturl = https://github.com/jaraco/zipp/ domain = diff --git a/pypi-zipp.spec b/pypi-zipp.spec index 7c2d975..2197e88 100644 --- a/pypi-zipp.spec +++ b/pypi-zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-zipp -Version : 3.12.0 -Release : 57 -URL : https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/35/05/f81a74656c04e94f05c1ef186127cceb913493f1f8a21bb142a93c786ee8/zipp-3.12.0.tar.gz +Version : 3.12.1 +Release : 58 +URL : https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/1f/29/54ba1934c45af649698410456fa8a78a475c82efd5c562e51011079458d1/zipp-3.12.1.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -57,10 +57,10 @@ python3 components for the pypi-zipp package. %prep -%setup -q -n zipp-3.12.0 -cd %{_builddir}/zipp-3.12.0 +%setup -q -n zipp-3.12.1 +cd %{_builddir}/zipp-3.12.1 pushd .. -cp -a zipp-3.12.0 buildavx2 +cp -a zipp-3.12.1 buildavx2 popd %build @@ -68,7 +68,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1674944421 +export SOURCE_DATE_EPOCH=1675637176 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index e1617e8..8c61d23 100644 --- a/release +++ b/release @@ -1 +1 @@ -57 +58 diff --git a/upstream b/upstream index 2ccf020..f9fff01 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -42a6ae26aabbe9fd7f621902555b0b843e8e577d/zipp-3.12.0.tar.gz +5e075b3d37f9de9ce4e2de698e9c1fd8e916b5c7/zipp-3.12.1.tar.gz diff --git a/versions b/versions index 92536a9..171a6a9 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.12.0 +3.12.1