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 || :