From bc6dfefe080bf1cce0f367a2ffaacc5008e82848 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 14 Oct 2022 14:39:41 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 65.4.1 to version 65.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (10): Improve warnings in editable install Document CWD limitations in editable docs Fix RST syntax in changelog Add news fragment Update validate_pyproject Add news fragment Docs: fix url Handle no-packages projects in editable_wheel Add news fragment Bump version: 65.4.1 → 65.5.0 Jason R. Coombs (10): Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). Extract context manager for suppressing logs. Ref pypa/distutils#183. Remove hack around distutils.dist.log, no longer relevant with pypa/distutils#183. Support caplog and capsys now that logs go through logging. Suppress monkeypatch when Log is gone, indicating distutils is using logging natively. Skip manifest tests as they're copy pasta and broken under a unified logging framework. Restore test for log module, but bypass when irrelevant. Restore protection of distutils.log patching. Update changelog. Ref #3626. Jason Veatch (3): Fix #3419. Update example versions to be PEP440-compliant Add changelog file with towncrier news fragment. Update docs/userguide/distribution.rst Mike Salvatore (2): Catch an edge case in expand._assert_local() Use abspath() instead of resolve() in expand._assert_local() Miro Hrončok (1): Skip stdlib distutils tests on Python 3.12 Per Jensen (1): Update pyproject_config.rst Stéphane Blondon (1): remove python2 cases alexzorin (1): fix small error message typo in editable_wheel.py --- 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 6fc451d..5b2aaa0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz +URL = https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 547561c..3610ab0 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz +url = https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index 7113da4..80186e0 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-setuptools -Version : 65.4.1 -Release : 276 -URL : https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz +Version : 65.5.0 +Release : 277 +URL : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.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.4.1 -cd %{_builddir}/setuptools-65.4.1 +%setup -q -n setuptools-65.5.0 +cd %{_builddir}/setuptools-65.5.0 pushd .. -cp -a setuptools-65.4.1 buildavx2 +cp -a setuptools-65.5.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=1664556657 +export SOURCE_DATE_EPOCH=1665758375 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 15007f1..2681747 100644 --- a/release +++ b/release @@ -1 +1 @@ -276 +277 diff --git a/upstream b/upstream index 175e165..db7b912 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -519a11f22479893dd7216c1332e4340e32c55eaa/setuptools-65.4.1.tar.gz +33d27f3831220a03f6539ce1ca4cbf1faa5625bb/setuptools-65.5.0.tar.gz diff --git a/versions b/versions index ae9fd25..38b4b4d 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -65.4.1 +65.5.0