From 99db8cc6c69eac4a0b3c9017c00b7de5694460bc Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 14 Aug 2022 23:00:32 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 64.0.3 to version 65.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Eva Maxfield Brown (2): Update keywords note on editable installs Include changelog fragment Jason R. Coombs (14): Remove bdist_msi. Remove old msvc modules. Update changelog Remove problems, in part because they cause shopkeep/pytest-black#62, but also because they're probably of limited relevance. Extract method for mangling the base path. Ref pypa/distutils#169. Suppress path mangling when running tests. Ref pypa/distutils#169. Deprecate behavior in _mangle_base. Ref pypa/distutils#169. Remove bdist_wininst. 👹 Feed the hobgoblins (delint). Remove more references to bdist_wininst. Remove more references to bdist_msi Remove another reference to wininst Update changelog Bump version: 64.0.3 → 65.0.0 Pradyun Gedam (1): Change line endings for `.cmd` file to CRLF wim glenn (1): typo fix --- 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 9e69edb..5c47222 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz +URL = https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 3f85f58..ab5d78e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz +url = https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.0.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index 85fe42e..db13353 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-setuptools -Version : 64.0.3 -Release : 267 -URL : https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz -Source0 : https://files.pythonhosted.org/packages/c1/9c/67d1cb3ede2b167ee271ff22c398e7067715f294994fb18164f40ac981e4/setuptools-64.0.3.tar.gz +Version : 65.0.0 +Release : 268 +URL : https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/e2/ed/749424fd3cc1b55bb4836878e86b981e85a6fa7db462f6b6577ce1ad62a7/setuptools-65.0.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-64.0.3 -cd %{_builddir}/setuptools-64.0.3 +%setup -q -n setuptools-65.0.0 +cd %{_builddir}/setuptools-65.0.0 pushd .. -cp -a setuptools-64.0.3 buildavx2 +cp -a setuptools-65.0.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=1660335648 +export SOURCE_DATE_EPOCH=1660518026 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 81e5b7c..864d565 100644 --- a/release +++ b/release @@ -1 +1 @@ -267 +268 diff --git a/upstream b/upstream index 6745ba0..957363a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -65bdd6be81320d9d08d60af085a98de7d4e41fad/setuptools-64.0.3.tar.gz +ff70215e577c009a2267bb5e216a7bfa8eb8dbe5/setuptools-65.0.0.tar.gz diff --git a/versions b/versions index 7c7e02e..4acff0a 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -64.0.3 +65.0.0