diff --git a/Makefile b/Makefile index e84ed1d..f4cf573 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := setuptools -URL = https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz +URL = https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 8b2b9e8..98ac4c6 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = setuptools -url = https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz +url = https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/release b/release index 997def4..1cf253f 100644 --- a/release +++ b/release @@ -1 +1 @@ -237 +238 diff --git a/setuptools.spec b/setuptools.spec index 76e7b3f..2e99e6c 100644 --- a/setuptools.spec +++ b/setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : setuptools -Version : 60.0.4 -Release : 237 -URL : https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz -Source0 : https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz +Version : 60.0.5 +Release : 238 +URL : https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.tar.gz +Source0 : https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.tar.gz Summary : Easily download, build, install, upgrade, and uninstall Python packages Group : Development/Tools License : MIT Python-2.0 ZPL-2.0 @@ -58,15 +58,15 @@ python3 components for the setuptools package. %prep -%setup -q -n setuptools-60.0.4 -cd %{_builddir}/setuptools-60.0.4 +%setup -q -n setuptools-60.0.5 +cd %{_builddir}/setuptools-60.0.5 %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=1640191322 +export SOURCE_DATE_EPOCH=1640282125 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -82,7 +82,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/setuptools -cp %{_builddir}/setuptools-60.0.4/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/setuptools-60.0.5/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/upstream b/upstream index df6de1f..51f84bb 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -7afe2a16a645f2df1639b4712ad04332ca4ebefe/setuptools-60.0.4.tar.gz +d7e4342da5e56ca2a01e24ef22a0dc02f560d42f/setuptools-60.0.5.tar.gz diff --git a/versions b/versions index b5d37d1..dc28117 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -60.0.4 +60.0.5 diff --git a/whatrequires b/whatrequires index dc0b4c6..33c5e52 100644 --- a/whatrequires +++ b/whatrequires @@ -54,7 +54,6 @@ setuptools_scm soupsieve tblib urllib3 -wheel xmldiff zc.lockfile zipp