From 78948b08200863d5e50670f958011aa2e7ef0401 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 12 Aug 2024 14:27:51 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.19.2 to version 3.20.0 Dimitri Papadopoulos Orfanos (2): "preserve" does not require preview any more (jaraco/skeleton#133) Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132) Jason R. Coombs (9): Prefer "Source" to "Homepage" for the repository label. Exclude pytest-ruff (and thus ruff), which cannot build on cygwin. Re-enable preview, this time not for one specific feature, but for all features in preview. Add failing test capturing missed expectation. Also match directories in Path.glob. Narrow the versions under which Traversable is imported from importlib.abc. Fixes DeprecationWarning. Finalize Made the zipfile compatibility overlay available as zipp.compat.overlay. Finalize --- Makefile | 2 +- options.conf | 4 +++- pypi-zipp.spec | 20 ++++++++++---------- release | 2 +- upstream | 2 +- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 70daeca..ed0050e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/d3/20/b48f58857d98dcb78f9e30ed2cfe533025e2e9827bbd36ea0a64cc00cbc1/zipp-3.19.2.tar.gz +URL = https://files.pythonhosted.org/packages/0e/af/9f2de5bd32549a1b705af7a7c054af3878816a1267cb389c03cc4f342a51/zipp-3.20.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 8cd049f..42c01df 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/d3/20/b48f58857d98dcb78f9e30ed2cfe533025e2e9827bbd36ea0a64cc00cbc1/zipp-3.19.2.tar.gz +url = https://files.pythonhosted.org/packages/0e/af/9f2de5bd32549a1b705af7a7c054af3878816a1267cb389c03cc4f342a51/zipp-3.20.0.tar.gz archives = giturl = https://github.com/jaraco/zipp/ domain = @@ -17,6 +17,8 @@ allow_test_failures = false asneeded = false # this package is trusted enough to automatically update (used by other tools) autoupdate = true +# try to use mock short circuit to avoid full rebuilds +avoid_rebuild = false # extend flags with '-std=gnu++98 broken_c++ = false # disable parallelization during build diff --git a/pypi-zipp.spec b/pypi-zipp.spec index 3cb18b0..15d702b 100644 --- a/pypi-zipp.spec +++ b/pypi-zipp.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v12 -# autospec commit: fbcebd0 +# autospec version: v18 +# autospec commit: f35655a # Name : pypi-zipp -Version : 3.19.2 -Release : 72 -URL : https://files.pythonhosted.org/packages/d3/20/b48f58857d98dcb78f9e30ed2cfe533025e2e9827bbd36ea0a64cc00cbc1/zipp-3.19.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/d3/20/b48f58857d98dcb78f9e30ed2cfe533025e2e9827bbd36ea0a64cc00cbc1/zipp-3.19.2.tar.gz +Version : 3.20.0 +Release : 73 +URL : https://files.pythonhosted.org/packages/0e/af/9f2de5bd32549a1b705af7a7c054af3878816a1267cb389c03cc4f342a51/zipp-3.20.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/0e/af/9f2de5bd32549a1b705af7a7c054af3878816a1267cb389c03cc4f342a51/zipp-3.20.0.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -60,10 +60,10 @@ python3 components for the pypi-zipp package. %prep -%setup -q -n zipp-3.19.2 -cd %{_builddir}/zipp-3.19.2 +%setup -q -n zipp-3.20.0 +cd %{_builddir}/zipp-3.20.0 pushd .. -cp -a zipp-3.19.2 buildavx2 +cp -a zipp-3.20.0 buildavx2 popd %build @@ -71,7 +71,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=1717552356 +export SOURCE_DATE_EPOCH=1723472867 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index ea70ce0..d69c74c 100644 --- a/release +++ b/release @@ -1 +1 @@ -72 +73 diff --git a/upstream b/upstream index 7145651..ea437a3 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -0748aa42879fa6f2ebdfb77bee7de7e5464e99bb/zipp-3.19.2.tar.gz +35e1715d8423a2234894ab4c3154c573ed01e3a2/zipp-3.20.0.tar.gz