Skip to content

Commit

Permalink
pypi-setuptools: Autospec creation for update from version 65.2.0 to …
Browse files Browse the repository at this point in the history
…version 65.3.0

Anderson Bravalheri (9):
      Replicate problems with `setup.py --version` and auto-discovery
      Replicate problems with name discovery and dynamic versions
      Fix problems with name discovery and dynamic versions
      Fix rst syntax in news fragment
      Capture problems with similar names in editable install
      Prevent accidental partial name matching in editable hooks
      Add news fragment
      Use past tense in news entry
      Bump version: 65.2.0 → 65.3.0

Benno Rice (2):
      Remove inadvertent splatting of the name attribute
      Add changelog entry.

Matthew Butner (2):
      [Docs] Typo in Dependency Management pyproject.toml
      Added a changelog to the pull request

Shantanu (1):
      Add changelog to project URLs
  • Loading branch information
fenrus75 committed Aug 24, 2022
1 parent 47fd419 commit 7ce152d
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/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.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/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
url = https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.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 : 65.2.0
Release : 273
URL : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
Version : 65.3.0
Release : 274
URL : https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.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 @@ -57,18 +57,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-65.2.0
cd %{_builddir}/setuptools-65.2.0
%setup -q -n setuptools-65.3.0
cd %{_builddir}/setuptools-65.3.0
pushd ..
cp -a setuptools-65.2.0 buildavx2
cp -a setuptools-65.3.0 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=1661193647
export SOURCE_DATE_EPOCH=1661354670
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 @@
273
274
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cbe70c8727debd82ea49787bc9de366fbd0e02e5/setuptools-65.2.0.tar.gz
984db5daf7ecf07640c75fbd86b48935cd333c86/setuptools-65.3.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65.2.0
65.3.0

0 comments on commit 7ce152d

Please sign in to comment.