diff --git a/Makefile b/Makefile index 28559a8..5744e16 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := zipp -URL = https://files.pythonhosted.org/packages/02/bf/0d03dbdedb83afec081fefe86cae3a2447250ef1a81ac601a9a56e785401/zipp-3.6.0.tar.gz +URL = https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 29ba25d..3e36c12 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = zipp -url = https://files.pythonhosted.org/packages/02/bf/0d03dbdedb83afec081fefe86cae3a2447250ef1a81ac601a9a56e785401/zipp-3.6.0.tar.gz +url = https://files.pythonhosted.org/packages/94/64/3115548d41cb001378099cb4fc6a6889c64ef43ac1b0e68c9e80b55884fa/zipp-3.7.0.tar.gz archives = giturl = https://github.com/jaraco/zipp.git domain = diff --git a/release b/release index 81b5c5d..e522732 100644 --- a/release +++ b/release @@ -1 +1 @@ -37 +38 diff --git a/upstream b/upstream index f5b094d..447667e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -b5c8b7519876285d93611216b4ecf0a7b5d59174/zipp-3.6.0.tar.gz +f299449e5c02129c41bf8cd229f53a0f804c32c0/zipp-3.7.0.tar.gz diff --git a/versions b/versions index 40c341b..7c69a55 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.6.0 +3.7.0 diff --git a/whatrequires b/whatrequires index eae3f8a..f3e5ec1 100644 --- a/whatrequires +++ b/whatrequires @@ -1,5 +1,4 @@ # This file contains recursive sources that require this package ansible -importlib_metadata importlib_resources python-zstandard diff --git a/zipp.spec b/zipp.spec index cd75e14..31ce729 100644 --- a/zipp.spec +++ b/zipp.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : zipp -Version : 3.6.0 -Release : 37 -URL : https://files.pythonhosted.org/packages/02/bf/0d03dbdedb83afec081fefe86cae3a2447250ef1a81ac601a9a56e785401/zipp-3.6.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/02/bf/0d03dbdedb83afec081fefe86cae3a2447250ef1a81ac601a9a56e785401/zipp-3.6.0.tar.gz +Version : 3.7.0 +Release : 38 +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 Summary : Backport of pathlib-compatible object wrapper for zip files Group : Development/Tools License : MIT @@ -16,6 +16,8 @@ Requires: zipp-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 BuildRequires : pluggy BuildRequires : py-python +BuildRequires : pypi(setuptools) +BuildRequires : pypi(setuptools_scm) BuildRequires : pytest BuildRequires : setuptools BuildRequires : setuptools_scm @@ -56,15 +58,15 @@ python3 components for the zipp package. %prep -%setup -q -n zipp-3.6.0 -cd %{_builddir}/zipp-3.6.0 +%setup -q -n zipp-3.7.0 +cd %{_builddir}/zipp-3.7.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=1632950859 +export SOURCE_DATE_EPOCH=1640978901 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -74,14 +76,14 @@ export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} -python3 setup.py build +python3 -m build --wheel --skip-dependency-check --no-isolation %install export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/zipp -cp %{_builddir}/zipp-3.6.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 -python3 -tt setup.py build install --root=%{buildroot} +cp %{_builddir}/zipp-3.7.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 +pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : echo ----[ mark ]----