From 1ab1255cb3f546504230fc8dfb765384601226cb Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 4 Apr 2022 01:28:35 +0000 Subject: [PATCH] pypi-zipp: Autospec creation for update from version 3.7.0 to version 3.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (1): Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) Jason R. Coombs (12): Update readme with compatibility matrix. Update badge year Remove setup.py, no longer needed. Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57. ⚫ Fade to black. Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. Require jaraco.packaging 9 adding compatibility for projects with no setup.py file. Ran pre-commit autoupdate Remove Python 3.6 compatibility code. Removed _pathlib_compat, no longer needed. Update changelog. --- 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 d789b0f..ffea6c9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-zipp -URL = https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz +URL = https://files.pythonhosted.org/packages/cc/3c/3e8c69cd493297003da83f26ccf1faea5dd7da7892a0a7c965ac3bcba7bf/zipp-3.8.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 9abb58a..15f5a9b 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-zipp -url = https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz +url = https://files.pythonhosted.org/packages/cc/3c/3e8c69cd493297003da83f26ccf1faea5dd7da7892a0a7c965ac3bcba7bf/zipp-3.8.0.tar.gz archives = giturl = https://github.com/jaraco/zipp.git domain = diff --git a/pypi-zipp.spec b/pypi-zipp.spec index 01b6a26..bc777d1 100644 --- a/pypi-zipp.spec +++ b/pypi-zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-zipp -Version : 3.7.0 -Release : 42 -URL : https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz +Version : 3.8.0 +Release : 43 +URL : https://files.pythonhosted.org/packages/cc/3c/3e8c69cd493297003da83f26ccf1faea5dd7da7892a0a7c965ac3bcba7bf/zipp-3.8.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/cc/3c/3e8c69cd493297003da83f26ccf1faea5dd7da7892a0a7c965ac3bcba7bf/zipp-3.8.0.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -56,15 +56,15 @@ python3 components for the pypi-zipp package. %prep -%setup -q -n zipp-3.7.0 -cd %{_builddir}/zipp-3.7.0 +%setup -q -n zipp-3.8.0 +cd %{_builddir}/zipp-3.8.0 %build 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=1642463943 +export SOURCE_DATE_EPOCH=1649035711 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -80,7 +80,7 @@ python3 -m build --wheel --skip-dependency-check --no-isolation export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-zipp -cp %{_builddir}/zipp-3.7.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/zipp-3.8.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index d81cc07..920a139 100644 --- a/release +++ b/release @@ -1 +1 @@ -42 +43 diff --git a/upstream b/upstream index 447667e..546e41e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -f299449e5c02129c41bf8cd229f53a0f804c32c0/zipp-3.7.0.tar.gz +52f43da4467b178ac97ca78a2487ecbc94b4a9b2/zipp-3.8.0.tar.gz diff --git a/versions b/versions index 7c69a55..1981190 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.7.0 +3.8.0