From d335b9af5e1276a54e53feb104304920ed8273f9 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 14 Feb 2023 16:41:54 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 67.2.0 to version 67.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (34): Replace pkg_resources in version.py Extract normalization functions from editable_wheel and dist_info into own module Prefer setuptools._normalization instead of pkg_resources in develop.py Prefer setuptools._normalization and importlib_metadata instead of pkg_resources in dist.py Prefer setuptools._normalization instead of pkg_resources in egg_info.py Prefer packaging instead of pkg_resources in egg_info.py Prefer packaging instead of pkg_resources in dist.py for markers Implement alternative for pkg_resources.Distribution.egg_name in egg_info.py Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_name Prefer packaging instead for pkg_resources for version in wheel.py Modify _reqs.py to prefer prefer packaging instead of pkg_resources Centralize usage of pkg_resources from dist.py to installer.py Delay imports of pkg_resources in install_scripts.py Replace/move _normalization.path with/to _path.samepath and _path.normpath Fix dist-info naming discrepancy in relation to bdist_wheel Revert to using normalized paths in develop to fix test errors Allow None to be passed to egg_basename Remove editable_wheel "catch all" exception Update note about SETUPTOOLS_ENABLE_FEATURES Use warning in editable since pip hides PEP 678 notes Clarify 'editable_wheel' and 'dist_info' are internal commands only Improve warning message Add test for debugging tips Add news fragment Add DeprecationWarning to `pkg_resources.declare_namespace` Add news fragment Add information on why namespace_packages are deprecated Add links explaining deprecations Add news items for 3792 Small rewording for user-facing text/docs Bump version: 67.2.0 → 67.3.0 Fix error when integrating with pip Add news fragment Bump version: 67.3.0 → 67.3.1 Jason R. Coombs (7): ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Do not error on EncodingWarning. Instead emit them like usual. Ref #3810 --- 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 92ba815..c87d0b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz +URL = https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 8af5ef8..6286116 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz +url = https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index fe25a10..bc31709 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-setuptools -Version : 67.2.0 -Release : 291 -URL : https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/5f/36/7374297692bb9dbd7569a0f84887c7e5e314c41d5d9518cb76fbb130620d/setuptools-67.2.0.tar.gz +Version : 67.3.1 +Release : 292 +URL : https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/9f/48/c22cae4aa8f5ed6a64fd9d5be995b740230abab7affa31176af34a6e56ce/setuptools-67.3.1.tar.gz Summary : Easily download, build, install, upgrade, and uninstall Python packages Group : Development/Tools License : MIT Python-2.0 ZPL-2.0 @@ -60,10 +60,10 @@ python3 components for the pypi-setuptools package. %prep -%setup -q -n setuptools-67.2.0 -cd %{_builddir}/setuptools-67.2.0 +%setup -q -n setuptools-67.3.1 +cd %{_builddir}/setuptools-67.3.1 pushd .. -cp -a setuptools-67.2.0 buildavx2 +cp -a setuptools-67.3.1 buildavx2 popd %build @@ -71,7 +71,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=1675785782 +export SOURCE_DATE_EPOCH=1676392907 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 8641ad8..f20bd4e 100644 --- a/release +++ b/release @@ -1 +1 @@ -291 +292 diff --git a/upstream b/upstream index 06cb691..104930c 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -8b361d53a083c8c44151561c9d71eca7a41e1aca/setuptools-67.2.0.tar.gz +b37e22f777096bdb7f948e784ff5a561c012d9af/setuptools-67.3.1.tar.gz diff --git a/versions b/versions index 9e90900..83dafaf 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -67.2.0 +67.3.1