From c1306f5ccc567a044aae3f4b4cd7c6c125d22ceb Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 16 May 2024 15:51:34 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.18.1 to version 3.18.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz SÅ‚awecki (2): Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Jason R. Coombs (13): Update compatibility matrix to reflect changes merged in Python 3.12 and anticipated for 3.13. Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103. Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Move Python 3.11 out of the test matrix. Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Pin against pytest 8.1.x due to pytest-dev/pytest#12194. Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml. Allow macos on Python 3.8 to fail as GitHub CI has dropped support. Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts. Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support." Utilize temp_dir from os_helper. Use an overlay object to make tests appear to use zipfile.Path to reduce diff with CPython. Finalize Serhiy Storchaka (1): gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (python/cpython#119065) Xie Yanbo (1): Fix typo in Lib/zipfile/_path/__init__.py --- Makefile | 2 +- options.conf | 2 +- pypi-zipp.spec | 20 ++++++++++---------- release | 2 +- upstream | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index d63e4de..5db81cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz +URL = https://files.pythonhosted.org/packages/16/e5/8efdac4c61bd5fd24f4face2295103f42790ad2ad0f322e3a81bb8391812/zipp-3.18.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 16c2bbe..5fc8cf4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz +url = https://files.pythonhosted.org/packages/16/e5/8efdac4c61bd5fd24f4face2295103f42790ad2ad0f322e3a81bb8391812/zipp-3.18.2.tar.gz archives = giturl = https://github.com/jaraco/zipp/ domain = diff --git a/pypi-zipp.spec b/pypi-zipp.spec index 79b1ecb..a4c53a7 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: v4 -# autospec commit: f4bef72 +# autospec version: v10 +# autospec commit: 5905be9 # Name : pypi-zipp -Version : 3.18.1 -Release : 68 -URL : https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz +Version : 3.18.2 +Release : 69 +URL : https://files.pythonhosted.org/packages/16/e5/8efdac4c61bd5fd24f4face2295103f42790ad2ad0f322e3a81bb8391812/zipp-3.18.2.tar.gz +Source0 : https://files.pythonhosted.org/packages/16/e5/8efdac4c61bd5fd24f4face2295103f42790ad2ad0f322e3a81bb8391812/zipp-3.18.2.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.18.1 -cd %{_builddir}/zipp-3.18.1 +%setup -q -n zipp-3.18.2 +cd %{_builddir}/zipp-3.18.2 pushd .. -cp -a zipp-3.18.1 buildavx2 +cp -a zipp-3.18.2 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=1710610610 +export SOURCE_DATE_EPOCH=1715874690 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 38b10c1..b5489e5 100644 --- a/release +++ b/release @@ -1 +1 @@ -68 +69 diff --git a/upstream b/upstream index 5cf5b73..b9a7fcf 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -cc2133fbf9e7989aed5de4d3deb6c4901f245bfc/zipp-3.18.1.tar.gz +8bda546b480c37664149708f80d957881f95aa26/zipp-3.18.2.tar.gz