From 334af13e71babe5313c1e552e0c8ac6f691f3c7b Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 20 Jun 2023 15:18:03 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 67.8.0 to version 68.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (25): Temporarily disable deprecation enforcements Fix test_pip_upgrade_from_source Avoid _distutils_hack.remove_shim on Python >= 3.12 Add news fragment Simplify exporting of remove_shim for Python < 3.12 Speed-up comparison for spect_for_pip Mention PEP 632 in comment Remove py34compat Remove py36compat Implement workaround for missing '-requiresAny' (only available on VS 2017 > 15.6) Add news fragment Mention 'packaging' on pkg_resources deprecation notes Add news fragment Add '.txt' extension to examples of tool.setuptools.dynamic.readme.file Remove deprecated setuptools.dist._get_unpatched Remove deprecated autofixing of broken egg-info folder (using '-') Remove deprecated APIs in easy_install Remove deprecated egg_info.get_pkg_info_revision Remove reminiscent depends.txt chech (depends.txt is deprecated) Stop ignoring invalid pyproject.toml Remove deprecated SVN support for package_index Add news fragment Re-enable SETUPTOOLS_ENFORCE_DEPRECATION Leave an empty 'egg_info.warn_depends_obsolete' to avoid erros when updating from source Bump version: 67.8.0 → 68.0.0 Chris Pryer (1): Fix dependency_management.rst typo Christian Clauss (1): Avoid duplication in warning text Dave Brondsema (2): Show source location and link to more info, from pkg_resources deprecation Use issue_warning helper to get best stacklevel (sometimes it could point to ResourceManager.resource_filename not user code) Diego Ramirez (1): Remove a typo Jason R. Coombs (22): ⚫ Fade to black. Fix EncodingWarning in finalize. Refresh vendored dependencies ⚫ Fade to black. Return discovered msbuild_path value. Rewrite get_msbuild to unconditionally use vswhere. Resolve values naturally to avoid reliance on shell. Locate CMake deterministically using registry. Move attribute docstring to after the attribute. Update the module docstring. Re-use global get_* functions. Convert subprocess calls to use explicit parameters. Extract function for resolve_platform. Extract function for doing the build. Generate a temporary directory for the build arena. Use itertools.product instead of nested loops. Rebuilt the executables. Make substitution fields more prominent and distinct from true 'skeleton' references. (#71) Suppress EncodingWarning in build.env. Ref pypa/build#615. Remove reference to EncodingWarning as it doesn't exist on some Pythons. Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. Add badge for Ruff. Remove inclusion of python version for docs Marvin Gravert (1): fixes spelling mod->module Ronnie Dutta (2): Update vendored `packaging` to 23.1 Changelog Steve Kowalik (1): tests: Add extraction_filter for tarfile Yevhenii Sevostianov (7): enable symlink for win add changelog info introduce proper build script on python nits nits fix issues update the way we pass definitions to cmake --- Makefile | 2 +- options.conf | 2 +- pypi-setuptools.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 4e2b0fc..239ed86 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz +URL = https://files.pythonhosted.org/packages/dc/98/5f896af066c128669229ff1aa81553ac14cfb3e5e74b6b44594132b8540e/setuptools-68.0.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 4c72f01..2feda55 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz +url = https://files.pythonhosted.org/packages/dc/98/5f896af066c128669229ff1aa81553ac14cfb3e5e74b6b44594132b8540e/setuptools-68.0.0.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index 28cfe77..b762f86 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -4,10 +4,10 @@ # Using build pattern: distutils3 # Name : pypi-setuptools -Version : 67.8.0 -Release : 302 -URL : https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz +Version : 68.0.0 +Release : 303 +URL : https://files.pythonhosted.org/packages/dc/98/5f896af066c128669229ff1aa81553ac14cfb3e5e74b6b44594132b8540e/setuptools-68.0.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/dc/98/5f896af066c128669229ff1aa81553ac14cfb3e5e74b6b44594132b8540e/setuptools-68.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 @@ -61,10 +61,10 @@ python3 components for the pypi-setuptools package. %prep -%setup -q -n setuptools-67.8.0 -cd %{_builddir}/setuptools-67.8.0 +%setup -q -n setuptools-68.0.0 +cd %{_builddir}/setuptools-68.0.0 pushd .. -cp -a setuptools-67.8.0 buildavx2 +cp -a setuptools-68.0.0 buildavx2 popd %build @@ -72,7 +72,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=1684611878 +export SOURCE_DATE_EPOCH=1687274276 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 274f714..8160622 100644 --- a/release +++ b/release @@ -1 +1 @@ -302 +303 diff --git a/upstream b/upstream index f63a145..c44fee5 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -04950ca6fa24599bd996fdbfb8d0a869d74cc8da/setuptools-67.8.0.tar.gz +11a0ee6ae1f2dcb1bdc673dc66ee3f62db59c840/setuptools-68.0.0.tar.gz