Skip to content

Commit bc6dfef

Browse files
committed
pypi-setuptools: Autospec creation for update from version 65.4.1 to version 65.5.0
Anderson Bravalheri (10): Improve warnings in editable install Document CWD limitations in editable docs Fix RST syntax in changelog Add news fragment Update validate_pyproject Add news fragment Docs: fix url Handle no-packages projects in editable_wheel Add news fragment Bump version: 65.4.1 → 65.5.0 Jason R. Coombs (10): Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). Extract context manager for suppressing logs. Ref pypa/distutils#183. Remove hack around distutils.dist.log, no longer relevant with pypa/distutils#183. Support caplog and capsys now that logs go through logging. Suppress monkeypatch when Log is gone, indicating distutils is using logging natively. Skip manifest tests as they're copy pasta and broken under a unified logging framework. Restore test for log module, but bypass when irrelevant. Restore protection of distutils.log patching. Update changelog. Ref #3626. Jason Veatch (3): Fix #3419. Update example versions to be PEP440-compliant Add changelog file with towncrier news fragment. Update docs/userguide/distribution.rst Mike Salvatore (2): Catch an edge case in expand._assert_local() Use abspath() instead of resolve() in expand._assert_local() Miro Hrončok (1): Skip stdlib distutils tests on Python 3.12 Per Jensen (1): Update pyproject_config.rst Stéphane Blondon (1): remove python2 cases alexzorin (1): fix small error message typo in editable_wheel.py
1 parent 93bc4ee commit bc6dfef

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/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.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/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.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.4.1
7-
Release : 276
8-
URL : https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/03/c9/7b050ea4cc4144d0328f15e0b43c839e759c6c639370a3b932ecf4c6358f/setuptools-65.4.1.tar.gz
6+
Version : 65.5.0
7+
Release : 277
8+
URL : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.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.4.1
61-
cd %{_builddir}/setuptools-65.4.1
60+
%setup -q -n setuptools-65.5.0
61+
cd %{_builddir}/setuptools-65.5.0
6262
pushd ..
63-
cp -a setuptools-65.4.1 buildavx2
63+
cp -a setuptools-65.5.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=1664556657
71+
export SOURCE_DATE_EPOCH=1665758375
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-
276
1+
277

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
519a11f22479893dd7216c1332e4340e32c55eaa/setuptools-65.4.1.tar.gz
1+
33d27f3831220a03f6539ce1ca4cbf1faa5625bb/setuptools-65.5.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65.4.1
1+
65.5.0

0 commit comments

Comments
 (0)