From 587098cc0472c1c7bab0754d7758d8c4136d2059 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 12 Nov 2024 18:06:49 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.20.2 to version 3.21.0 Anderson Bravalheri (1): Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150) Jan Hicken (1): Skip `zipfile.Path.exists` check in write mode (python/cpython#126576) Jason R. Coombs (8): Sort imports Rely on cached_property to cache values on the instance. Rely on save_method_args to save method args. Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151) Include pyproject.toml in ruff.toml. Require Python 3.9 or later now that Python 3.8 is EOL. Use extend for proper workaround. Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-zipp.spec | 18 +++++++++--------- release | 2 +- upstream | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 816187f..daab4a4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz +URL = https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index fc3be3b..d84d81e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz +url = https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz archives = giturl = https://github.com/jaraco/zipp/ domain = diff --git a/pypi-zipp.spec b/pypi-zipp.spec index fd1db6b..97430b6 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: v20 +# autospec version: v21 # autospec commit: f35655a # Name : pypi-zipp -Version : 3.20.2 -Release : 76 -URL : https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz +Version : 3.21.0 +Release : 77 +URL : https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.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.20.2 -cd %{_builddir}/zipp-3.20.2 +%setup -q -n zipp-3.21.0 +cd %{_builddir}/zipp-3.21.0 pushd .. -cp -a zipp-3.20.2 buildavx2 +cp -a zipp-3.21.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=1726855224 +export SOURCE_DATE_EPOCH=1731434807 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index dd47563..987e7ca 100644 --- a/release +++ b/release @@ -1 +1 @@ -76 +77 diff --git a/upstream b/upstream index 7656e86..019ae3e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -d166abaac329e822bd7c38c0cbb14a17060f029d/zipp-3.20.2.tar.gz +12edcc7d392db95684d4c447511198c0924866e9/zipp-3.21.0.tar.gz