From 2f48617553635dcc96da4d9cc1ef0362d8365197 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 6 Jul 2021 17:16:01 +0000 Subject: [PATCH] zipp: Autospec creation for update from version 3.4.1 to version 3.5.0 Brian Rutledge (1): Use shutil for rmtree Jason R. Coombs (14): Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Update readme to declare that it's the official backport. Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Update changelog. Miguel Brito (1): bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129) Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36) --- Makefile | 2 +- buildreq_cache | 3 --- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- zipp.spec | 18 ++++++++---------- 7 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 buildreq_cache diff --git a/Makefile b/Makefile index 11b1d98..a4bf89f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := zipp -URL = https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz +URL = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache deleted file mode 100644 index b4f6e64..0000000 --- a/buildreq_cache +++ /dev/null @@ -1,3 +0,0 @@ -3.4.1 -setuptools -setuptools_scm-python \ No newline at end of file diff --git a/options.conf b/options.conf index 6b2231d..292d394 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = zipp -url = https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz +url = https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz archives = giturl = https://github.com/jaraco/zipp.git domain = diff --git a/release b/release index 9902f17..f04c001 100644 --- a/release +++ b/release @@ -1 +1 @@ -28 +29 diff --git a/upstream b/upstream index 1534abd..b90f4ce 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -647e76fe210abeb8e7be3cb393a0fc5ae39ecc12/zipp-3.4.1.tar.gz +53234d6dbfc809d03f2b85db6dbb4e559ef200a1/zipp-3.5.0.tar.gz diff --git a/versions b/versions index 47b322c..1545d96 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.4.1 +3.5.0 diff --git a/zipp.spec b/zipp.spec index 6d264e8..df04b10 100644 --- a/zipp.spec +++ b/zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : zipp -Version : 3.4.1 -Release : 28 -URL : https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz +Version : 3.5.0 +Release : 29 +URL : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -17,8 +17,6 @@ BuildRequires : buildreq-distutils3 BuildRequires : pluggy BuildRequires : py-python BuildRequires : pytest -BuildRequires : setuptools -BuildRequires : setuptools_scm-python BuildRequires : tox BuildRequires : virtualenv @@ -56,15 +54,15 @@ python3 components for the zipp package. %prep -%setup -q -n zipp-3.4.1 -cd %{_builddir}/zipp-3.4.1 +%setup -q -n zipp-3.5.0 +cd %{_builddir}/zipp-3.5.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=1614924742 +export SOURCE_DATE_EPOCH=1625591760 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -80,7 +78,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/zipp -cp %{_builddir}/zipp-3.4.1/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/zipp-3.5.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :