Skip to content

Commit 7ce152d

Browse files
committed
pypi-setuptools: Autospec creation for update from version 65.2.0 to 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
1 parent 47fd419 commit 7ce152d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-setuptools
2-
URL = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
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/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
44
archives =
55
giturl = https://github.com/pypa/setuptools.git
66
domain =

pypi-setuptools.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-setuptools
6-
Version : 65.2.0
7-
Release : 273
8-
URL : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
6+
Version : 65.3.0
7+
Release : 274
8+
URL : https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.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
@@ -57,18 +57,18 @@ python3 components for the pypi-setuptools package.
5757

5858

5959
%prep
60-
%setup -q -n setuptools-65.2.0
61-
cd %{_builddir}/setuptools-65.2.0
60+
%setup -q -n setuptools-65.3.0
61+
cd %{_builddir}/setuptools-65.3.0
6262
pushd ..
63-
cp -a setuptools-65.2.0 buildavx2
63+
cp -a setuptools-65.3.0 buildavx2
6464
popd
6565

6666
%build
6767
export http_proxy=http://127.0.0.1:9/
6868
export https_proxy=http://127.0.0.1:9/
6969
export no_proxy=localhost,127.0.0.1,0.0.0.0
7070
export LANG=C.UTF-8
71-
export SOURCE_DATE_EPOCH=1661193647
71+
export SOURCE_DATE_EPOCH=1661354670
7272
export GCC_IGNORE_WERROR=1
7373
export AR=gcc-ar
7474
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
273
1+
274

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cbe70c8727debd82ea49787bc9de366fbd0e02e5/setuptools-65.2.0.tar.gz
1+
984db5daf7ecf07640c75fbd86b48935cd333c86/setuptools-65.3.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65.2.0
1+
65.3.0

0 commit comments

Comments
 (0)