Skip to content

Commit

Permalink
pypi-setuptools: Autospec creation for update from version 67.4.0 to …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
fenrus75 committed Mar 6, 2023
1 parent 131c6b2 commit 31b972e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
16 changes: 8 additions & 8 deletions pypi-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,18 +60,18 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
295
296
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ad5a261016276e6cd9f3065fbabdceff39e26446/setuptools-67.4.0.tar.gz
2281568c77c1c759c53ce0d7acabed12cff33e62/setuptools-67.5.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67.4.0
67.5.1

0 comments on commit 31b972e

Please sign in to comment.