Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 99c8987

Browse files
committed
pypi-setuptools: Autospec creation for update from version 69.0.2 to version 69.0.3
Alex Hedges (1): Fix incorrect PEP reference in news entry for 69.0.0 Anderson Bravalheri (1): Temporarily disable deprecation enforcement Christian Clauss (2): Upgrade GitHub Actions checkout (jaraco/skeleton#94) GitHub Actions: Combine tox jobs diffcov and docs (jaraco/skeleton#95) Jason R. Coombs (7): Remove news fragment after allowing time to be processed downstream. Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284. Update Github Actions badge per actions/starter-workflows#1525. Add attribution for #3659. Retain valid names with underscores in egg_info. Bump version: 69.0.2 → 69.0.3 Fix broken reference from changelog to PyPUG.
1 parent 31ef565 commit 99c8987

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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/4b/d9/d0cf66484b7e28a9c42db7e3929caed46f8b80478cd8c9bd38b7be059150/setuptools-69.0.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.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/4b/d9/d0cf66484b7e28a9c42db7e3929caed46f8b80478cd8c9bd38b7be059150/setuptools-69.0.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.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
@@ -6,10 +6,10 @@
66
# autospec commit: c1050fe
77
#
88
Name : pypi-setuptools
9-
Version : 69.0.2
10-
Release : 314
11-
URL : https://files.pythonhosted.org/packages/4b/d9/d0cf66484b7e28a9c42db7e3929caed46f8b80478cd8c9bd38b7be059150/setuptools-69.0.2.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/4b/d9/d0cf66484b7e28a9c42db7e3929caed46f8b80478cd8c9bd38b7be059150/setuptools-69.0.2.tar.gz
9+
Version : 69.0.3
10+
Release : 315
11+
URL : https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7/setuptools-69.0.3.tar.gz
1313
Summary : Easily download, build, install, upgrade, and uninstall Python packages
1414
Group : Development/Tools
1515
License : MIT Python-2.0 ZPL-2.0
@@ -63,18 +63,18 @@ python3 components for the pypi-setuptools package.
6363

6464

6565
%prep
66-
%setup -q -n setuptools-69.0.2
67-
cd %{_builddir}/setuptools-69.0.2
66+
%setup -q -n setuptools-69.0.3
67+
cd %{_builddir}/setuptools-69.0.3
6868
pushd ..
69-
cp -a setuptools-69.0.2 buildavx2
69+
cp -a setuptools-69.0.3 buildavx2
7070
popd
7171

7272
%build
7373
export http_proxy=http://127.0.0.1:9/
7474
export https_proxy=http://127.0.0.1:9/
7575
export no_proxy=localhost,127.0.0.1,0.0.0.0
7676
export LANG=C.UTF-8
77-
export SOURCE_DATE_EPOCH=1702071716
77+
export SOURCE_DATE_EPOCH=1703608459
7878
export GCC_IGNORE_WERROR=1
7979
export AR=gcc-ar
8080
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
314
1+
315

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2217853d6bdbd0370540b2cb2934f0576d3e7e20/setuptools-69.0.2.tar.gz
1+
4b11f92850b237a9bd3d563160c8a927cbcdcf01/setuptools-69.0.3.tar.gz

0 commit comments

Comments
 (0)