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

Commit cbbfacb

Browse files
committed
pypi-setuptools: Autospec creation for update from version 77.0.3 to version 78.0.1
Anderson Bravalheri (16): Disalow deprecated dash-separated and uppercase options in setup.cfg Add news fragment Avoid duplication in setuptools.dist Update mentions to PEP in newsfragment Simplify negative conditions by applying DeMorgan's theorem Fix error in `setuptools/dist.py` Document version of setuptools introducing support for PEP 639 Fix mispell Fixes for version and doc warning Fix external sphinx ref Add news fragment Apply suggestions from code review Fix reference. Temporarily remove 'requests' from integration tests Add news fragment Bump version: 78.0.0 → 78.0.1 Jason R. Coombs (4): Remove news fragments; merged downstream. Revert "Merge pull request pypa/distutils#345 from Avasam/Explicit-re-exports-of-submodules-in-`distutils.command.__all__`" Add news fragment. Bump version: 77.0.3 → 78.0.0
1 parent 28cfba4 commit cbbfacb

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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/81/ed/7101d53811fd359333583330ff976e5177c5e871ca8b909d1d6c30553aa3/setuptools-77.0.3.tar.gz
2+
URL = https://files.pythonhosted.org/packages/47/42/55a8f24bd1287676b23e56a6d94e416be390ca6e0ee30fa46a782d038f80/setuptools-78.0.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/81/ed/7101d53811fd359333583330ff976e5177c5e871ca8b909d1d6c30553aa3/setuptools-77.0.3.tar.gz
3+
url = https://files.pythonhosted.org/packages/47/42/55a8f24bd1287676b23e56a6d94e416be390ca6e0ee30fa46a782d038f80/setuptools-78.0.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
@@ -6,10 +6,10 @@
66
# autospec commit: fbbd4e3
77
#
88
Name : pypi-setuptools
9-
Version : 77.0.3
10-
Release : 353
11-
URL : https://files.pythonhosted.org/packages/81/ed/7101d53811fd359333583330ff976e5177c5e871ca8b909d1d6c30553aa3/setuptools-77.0.3.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/81/ed/7101d53811fd359333583330ff976e5177c5e871ca8b909d1d6c30553aa3/setuptools-77.0.3.tar.gz
9+
Version : 78.0.1
10+
Release : 354
11+
URL : https://files.pythonhosted.org/packages/47/42/55a8f24bd1287676b23e56a6d94e416be390ca6e0ee30fa46a782d038f80/setuptools-78.0.1.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/47/42/55a8f24bd1287676b23e56a6d94e416be390ca6e0ee30fa46a782d038f80/setuptools-78.0.1.tar.gz
1313
Summary : Easily download, build, install, upgrade, and uninstall Python packages
1414
Group : Development/Tools
1515
License : Apache-2.0 BSD-2-Clause BSD-3-Clause 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-77.0.3
67-
cd %{_builddir}/setuptools-77.0.3
66+
%setup -q -n setuptools-78.0.1
67+
cd %{_builddir}/setuptools-78.0.1
6868
pushd ..
69-
cp -a setuptools-77.0.3 buildavx2
69+
cp -a setuptools-78.0.1 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=1742494564
77+
export SOURCE_DATE_EPOCH=1742839492
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-
353
1+
354

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
383c2303656df7ffb77c98b21dac4425eec25955/setuptools-77.0.3.tar.gz
1+
3ee22e4caeff782a385389cfdc672a7f6267b917/setuptools-78.0.1.tar.gz

0 commit comments

Comments
 (0)