From 6fbd375d2dba7add43e4fa9d129f6b773aac6394 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 17 Jul 2023 17:28:02 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.16.1 to version 3.16.2 Jason R. Coombs (12): Mark complexity tests as flaky. Optimistically closes #104. Add failing tests capturing #101. Reworked glob using the namelist directly Replace TODO with issue #106 Grab later build of numpy; workaround for numpy/numpy#23808. Disable tests on Windows due to numpy doesn't install. Ref numpy/numpy#23808 In test_stem, test against a filename that starts with a dot. Ref #96. Use PurePosixPath when matching paths in .match Add xfail test capturing missed expectation. Ref #96. Extract method for resolving the 'base' for name/suffix/suffixes/stem operations Use PurePosixPath when constructing the _base Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-zipp.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 57c55bc..9d0294b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz +URL = https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index ff2d481..901852e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz +url = https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz archives = giturl = https://github.com/jaraco/zipp/ domain = diff --git a/pypi-zipp.spec b/pypi-zipp.spec index b69e90f..93737d9 100644 --- a/pypi-zipp.spec +++ b/pypi-zipp.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-zipp -Version : 3.16.1 -Release : 63 -URL : https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/ef/76/5a9e1553f00ee55a6de6b3c176aa4c859c7f64b9bbdc48804df174dee890/zipp-3.16.1.tar.gz +Version : 3.16.2 +Release : 64 +URL : https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz +Source0 : https://files.pythonhosted.org/packages/e2/45/f3b987ad5bf9e08095c1ebe6352238be36f25dd106fde424a160061dce6d/zipp-3.16.2.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -58,10 +58,10 @@ python3 components for the pypi-zipp package. %prep -%setup -q -n zipp-3.16.1 -cd %{_builddir}/zipp-3.16.1 +%setup -q -n zipp-3.16.2 +cd %{_builddir}/zipp-3.16.2 pushd .. -cp -a zipp-3.16.1 buildavx2 +cp -a zipp-3.16.2 buildavx2 popd %build @@ -69,7 +69,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=1689262381 +export SOURCE_DATE_EPOCH=1689614878 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 4b9026d..900731f 100644 --- a/release +++ b/release @@ -1 +1 @@ -63 +64 diff --git a/upstream b/upstream index 621f830..04fc1a6 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -3c161ced0feff3c4c1a02c0c230b31e3c4c1ff4c/zipp-3.16.1.tar.gz +2bd770f0093ce7ebb11d8f56b0ea8eda0e392fe4/zipp-3.16.2.tar.gz