From abcbcec5263185839013a886da35895d319a7c4c Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 5 Mar 2021 06:12:26 +0000 Subject: [PATCH] zipp: Autospec creation for update from version 3.4.0 to version 3.4.1 Jason R. Coombs (18): Use inline flags with local scope. Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20. Collapse skeleton history from archive/2020-12 Update skeleton description to describe the periodic collapse. Fixes #27. Enable automerge Automatically inject project name in docs heading. pre-commit autoupdate Rename 'Automated Tests' to simply 'tests' Add note about automatic merging of PRs and the requirements and limitations. Prefer pytest-enabler to jaraco.test Enable complexity limit. Fixes jaraco/skeleton#34. Add support for namespace packages. Closes jaraco/skeleton#40. Disable 2020-resolver. Workaround for pypa/pip#9143. Normalize indentation Exclude dist from discovered packages. Fixes jaraco/skeleton#46. It's no longer necessary to filter this warning and it's not a warning anymore. Bump minimum pytest Update changelog. KOLANICH (1): Added an .editorconfig. Pull request jaraco/skeleton#43. Sviatoslav Sydorenko (3): Replace pep517.build with build (#37) Use license_files instead of license_file in meta (#35) Use `extend-ignore` in flake8 config (#33) --- Makefile | 2 +- buildreq_cache | 2 +- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- zipp.spec | 16 ++++++++-------- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 1d154f7..11b1d98 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := zipp -URL = https://files.pythonhosted.org/packages/ce/b0/757db659e8b91cb3ea47d90350d7735817fe1df36086afc77c1c4610d559/zipp-3.4.0.tar.gz +URL = https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index a816048..b4f6e64 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,3 +1,3 @@ -3.4.0 +3.4.1 setuptools setuptools_scm-python \ No newline at end of file diff --git a/options.conf b/options.conf index e2efb76..6b2231d 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = zipp -url = https://files.pythonhosted.org/packages/ce/b0/757db659e8b91cb3ea47d90350d7735817fe1df36086afc77c1c4610d559/zipp-3.4.0.tar.gz +url = https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz archives = giturl = https://github.com/jaraco/zipp.git domain = diff --git a/release b/release index a45fd52..7273c0f 100644 --- a/release +++ b/release @@ -1 +1 @@ -24 +25 diff --git a/upstream b/upstream index c6f380f..1534abd 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -c77d039204c996b2a3ea915e9da8962229db9fe8/zipp-3.4.0.tar.gz +647e76fe210abeb8e7be3cb393a0fc5ae39ecc12/zipp-3.4.1.tar.gz diff --git a/versions b/versions index 1809198..47b322c 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/zipp.spec b/zipp.spec index 5e2fefe..361e637 100644 --- a/zipp.spec +++ b/zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : zipp -Version : 3.4.0 -Release : 24 -URL : https://files.pythonhosted.org/packages/ce/b0/757db659e8b91cb3ea47d90350d7735817fe1df36086afc77c1c4610d559/zipp-3.4.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/ce/b0/757db659e8b91cb3ea47d90350d7735817fe1df36086afc77c1c4610d559/zipp-3.4.0.tar.gz +Version : 3.4.1 +Release : 25 +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 Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -56,15 +56,15 @@ python3 components for the zipp package. %prep -%setup -q -n zipp-3.4.0 -cd %{_builddir}/zipp-3.4.0 +%setup -q -n zipp-3.4.1 +cd %{_builddir}/zipp-3.4.1 %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=1603736400 +export SOURCE_DATE_EPOCH=1614924742 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -80,7 +80,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.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/zipp-3.4.1/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 || :