Skip to content

Commit 31b972e

Browse files
committed
pypi-setuptools: Autospec creation for update from version 67.4.0 to version 67.5.1
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
1 parent 131c6b2 commit 31b972e

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-setuptools
2-
URL = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-setuptools
3-
url = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz
44
archives =
55
giturl = https://github.com/pypa/setuptools.git
66
domain =

pypi-setuptools.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-setuptools
6-
Version : 67.4.0
7-
Release : 295
8-
URL : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
6+
Version : 67.5.1
7+
Release : 296
8+
URL : https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/a4/3a/d60ed296ff8bbc6157ce818765c4c02df8b02fe70c310b7d29127962c5ae/setuptools-67.5.1.tar.gz
1010
Summary : Easily download, build, install, upgrade, and uninstall Python packages
1111
Group : Development/Tools
1212
License : MIT Python-2.0 ZPL-2.0
@@ -60,18 +60,18 @@ python3 components for the pypi-setuptools package.
6060

6161

6262
%prep
63-
%setup -q -n setuptools-67.4.0
64-
cd %{_builddir}/setuptools-67.4.0
63+
%setup -q -n setuptools-67.5.1
64+
cd %{_builddir}/setuptools-67.5.1
6565
pushd ..
66-
cp -a setuptools-67.4.0 buildavx2
66+
cp -a setuptools-67.5.1 buildavx2
6767
popd
6868

6969
%build
7070
export http_proxy=http://127.0.0.1:9/
7171
export https_proxy=http://127.0.0.1:9/
7272
export no_proxy=localhost,127.0.0.1,0.0.0.0
7373
export LANG=C.UTF-8
74-
export SOURCE_DATE_EPOCH=1677017059
74+
export SOURCE_DATE_EPOCH=1678119576
7575
export GCC_IGNORE_WERROR=1
7676
export AR=gcc-ar
7777
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
295
1+
296

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ad5a261016276e6cd9f3065fbabdceff39e26446/setuptools-67.4.0.tar.gz
1+
2281568c77c1c759c53ce0d7acabed12cff33e62/setuptools-67.5.1.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
67.4.0
1+
67.5.1

0 commit comments

Comments
 (0)