From 31b972e7ca71c08e77144f2a07d7585704a7b171 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 6 Mar 2023 16:19:43 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 67.4.0 to version 67.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (8): Remove htmlcov from auto **module** discovery Adjust news fragment for more descriptiveness Improve error messages for pyproject.toml validation Add news fragment Make pkg_resources more forgiving of non-compliant versions Remove duplication in warning message Add news fragment Bump version: 67.5.0 → 67.5.1 Jason R. Coombs (14): Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. ⚫ Fade to black. Use renamed extension. Fixes #3844. Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. Add changelog entry. Bump version: 67.4.0 → 67.5.0 ⚫ Fade to black. Use try/except in __setitem__. Rename value to avoid masking variable. Trap exception directly instead of tracking with boolean. Resolve setter once. Extract method for _section_options. Simplify _section_options using str.partition and a generator. Yukihiko Shinoda (3): Add FlatLayoutPackageFinder's test for Coverage.py Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE Add changelog entry --- 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 8e2c211..7e1112e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-setuptools -URL = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz +URL = https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 1ca0d14..fc5e3a1 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-setuptools -url = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz +url = https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index fa91f27..5dd2a54 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-setuptools -Version : 67.4.0 -Release : 295 -URL : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz +Version : 67.5.1 +Release : 296 +URL : https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.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.4.0 -cd %{_builddir}/setuptools-67.4.0 +%setup -q -n setuptools-67.5.1 +cd %{_builddir}/setuptools-67.5.1 pushd .. -cp -a setuptools-67.4.0 buildavx2 +cp -a setuptools-67.5.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=1677017059 +export SOURCE_DATE_EPOCH=1678119576 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 594cd09..9530e04 100644 --- a/release +++ b/release @@ -1 +1 @@ -295 +296 diff --git a/upstream b/upstream index 4083921..bfa9efd 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -ad5a261016276e6cd9f3065fbabdceff39e26446/setuptools-67.4.0.tar.gz +2281568c77c1c759c53ce0d7acabed12cff33e62/setuptools-67.5.1.tar.gz diff --git a/versions b/versions index ee18a5e..0d6a675 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -67.4.0 +67.5.1