From 805d4437a99ba50b6f97fbe7e5341dfd779ce2b7 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 1 Nov 2021 16:48:03 +0000 Subject: [PATCH] setuptools: Autospec creation for update from version 58.3.0 to version 58.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Anderson Bravalheri (2): Docs: Add reference + short description for Paver Remove data_files from declarative config example Hugo van Kemenade (1): Fix typo and add code formatting Jason R. Coombs (7): Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Test on Python 3.10 (final). Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498. Drop tests against pip < 20, which no longer work without 'wheel' specified in build requirements. Raise a deprecation warning when an invalid version is encountered. Ref #2497. Ref #2822. Bump version: 58.3.0 → 58.4.0 --- Makefile | 2 +- options.conf | 2 +- release | 2 +- setuptools.spec | 16 ++++++++-------- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 94f086c..5985c2c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := setuptools -URL = https://files.pythonhosted.org/packages/80/98/8de0fd3e86d8286a2594e3fa6afc46d751130d26ebb7b1f34e9067992c6f/setuptools-58.3.0.tar.gz +URL = https://files.pythonhosted.org/packages/02/b5/456e90af3712ca1b25c60ed74d0facb8b65cbaaa42cdceedf3b210580eef/setuptools-58.4.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 1ef8511..5f28de4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = setuptools -url = https://files.pythonhosted.org/packages/80/98/8de0fd3e86d8286a2594e3fa6afc46d751130d26ebb7b1f34e9067992c6f/setuptools-58.3.0.tar.gz +url = https://files.pythonhosted.org/packages/02/b5/456e90af3712ca1b25c60ed74d0facb8b65cbaaa42cdceedf3b210580eef/setuptools-58.4.0.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/release b/release index 5f277ae..20c9080 100644 --- a/release +++ b/release @@ -1 +1 @@ -223 +224 diff --git a/setuptools.spec b/setuptools.spec index d588119..fcdeffb 100644 --- a/setuptools.spec +++ b/setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : setuptools -Version : 58.3.0 -Release : 223 -URL : https://files.pythonhosted.org/packages/80/98/8de0fd3e86d8286a2594e3fa6afc46d751130d26ebb7b1f34e9067992c6f/setuptools-58.3.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/80/98/8de0fd3e86d8286a2594e3fa6afc46d751130d26ebb7b1f34e9067992c6f/setuptools-58.3.0.tar.gz +Version : 58.4.0 +Release : 224 +URL : https://files.pythonhosted.org/packages/02/b5/456e90af3712ca1b25c60ed74d0facb8b65cbaaa42cdceedf3b210580eef/setuptools-58.4.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/02/b5/456e90af3712ca1b25c60ed74d0facb8b65cbaaa42cdceedf3b210580eef/setuptools-58.4.0.tar.gz Summary : Easily download, build, install, upgrade, and uninstall Python packages Group : Development/Tools License : MIT Python-2.0 ZPL-2.0 @@ -60,15 +60,15 @@ python3 components for the setuptools package. %prep -%setup -q -n setuptools-58.3.0 -cd %{_builddir}/setuptools-58.3.0 +%setup -q -n setuptools-58.4.0 +cd %{_builddir}/setuptools-58.4.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=1635119566 +export SOURCE_DATE_EPOCH=1635785272 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -84,7 +84,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/setuptools -cp %{_builddir}/setuptools-58.3.0/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/setuptools-58.4.0/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 980c8c0..04565b5 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -d5354718cb8c9330d3abc27445467ce8a5ed9d70/setuptools-58.3.0.tar.gz +1e9ef34de45b3a939b62f502396860c38654c3f6/setuptools-58.4.0.tar.gz diff --git a/versions b/versions index 1732ef1..18365ff 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -58.3.0 +58.4.0