From c3073fd7cc1abec9b3da8512ff8162b70b13cbf1 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 22 Aug 2022 18:41:00 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 65.1.0 to version 65.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (6): Capture recursion problem with editable finder Fix recursion problem in finder Limit number of string replacements Add news fragment Improve news fragment Bump version: 65.1.0 → 65.1.1 Helio Machado (1): Fix typo in docs/userguide/extension.rst Jason R. Coombs (15): Suppress warnings in deprecated msvc compilers Update to setup-python v4. Fixes jaraco/skeleton#65. Rename _mangle_base to _make_relative and add documentation about its purpose. Ref pypa/distutils#169. In _make_relative, remove deprecation warning. Ref pypa/distutils#169. Extract method for _make_out_path. In _msvccompiler, only override _make_out_path In _msvccompiler, re-use _make_relative. Extract property for mapping src extensions to out extensions. Extract property for out_extensions in _msvccompiler Deprecate bcppcompiler. Remove _msvccompiler._make_out_path. In cygwincompiler, re-use object_filenames from ccompiler. Add unit tests capturing the expectation Update changelog Bump version: 65.1.1 → 65.2.0 rnhmjoj (1): Fix, again, finding headers during cross compiling --- Makefile | 2 +- options.conf | 2 +- pypi-setuptools.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 2bb58c2..a6d0ca7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz +URL = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 589e7ea..79edd13 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz +url = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index e602270..554341f 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-setuptools -Version : 65.1.0 -Release : 271 -URL : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz +Version : 65.2.0 +Release : 272 +URL : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz Summary : Easily download, build, install, upgrade, and uninstall Python packages Group : Development/Tools License : MIT Python-2.0 ZPL-2.0 @@ -57,10 +57,10 @@ python3 components for the pypi-setuptools package. %prep -%setup -q -n setuptools-65.1.0 -cd %{_builddir}/setuptools-65.1.0 +%setup -q -n setuptools-65.2.0 +cd %{_builddir}/setuptools-65.2.0 pushd .. -cp -a setuptools-65.1.0 buildavx2 +cp -a setuptools-65.2.0 buildavx2 popd %build @@ -68,7 +68,7 @@ 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=1660847997 +export SOURCE_DATE_EPOCH=1661193647 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index e6a4f00..31e9cf9 100644 --- a/release +++ b/release @@ -1 +1 @@ -271 +272 diff --git a/upstream b/upstream index 795a901..11c2a0a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -137ddf65fa271ddda8efe1662e507eb19eae2be1/setuptools-65.1.0.tar.gz +cbe70c8727debd82ea49787bc9de366fbd0e02e5/setuptools-65.2.0.tar.gz diff --git a/versions b/versions index 9746452..4d350a6 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -65.1.0 +65.2.0