Skip to content

Commit ac4a375

Browse files
committed
pypi-setuptools: Autospec creation for update from version 65.3.0 to version 65.4.0
Jason R. Coombs (20): Also update release to v4 Revert "Exclude Python 3.11 on macOS due to lack of wheels. Ref pypa/distutils#165." Restore metadata tests (not discovered due to class name). Prefer monkeypatch for setting environment variable Use tmp_path and jaraco.path.build to build files. Use functools.lru_cache to memoize check_environ. Use pathlib for generating paths and generate the paths in a separate function, consolidating 'is_file' check. Update docs to reference environment variable. Rename environment variable to DIST_EXTRA_CONFIG, decoupling it from the name of the implementation. Simplify logic in test_custom_pydistutils Inline variables used once Remove meaningless dot from config files Extract a temp_home fixture. Re-use temp_home in test_find_config_files_disable Extract property for pydistutils.cfg name Move property to a module attribute and re-use jaraco.path for simpler tests. Use jaraco.path for more tests Fix warning in test Add changelog. Bump version: 65.3.0 → 65.4.0 Steve Dower (2): Add DISTUTILS_EXTRA_CONFIG option for passing setup.cfg overrides during build Fix name in test sblondon (1): Fix towncrier URL
1 parent 7ce152d commit ac4a375

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
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/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/4c/61/86c94ae2cccb05749abfb1b2961125d40368c8f03ac59275550c45e634f1/setuptools-65.4.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/cc/83/7ea9d9b3a6ff3225aca2fce5e4df373bee7e0a74c539711a4fbfda53374f/setuptools-65.3.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/4c/61/86c94ae2cccb05749abfb1b2961125d40368c8f03ac59275550c45e634f1/setuptools-65.4.0.tar.gz
44
archives =
55
giturl = https://github.com/pypa/setuptools.git
66
domain =

pypi-setuptools.spec

+9-9
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.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
6+
Version : 65.4.0
7+
Release : 275
8+
URL : https://files.pythonhosted.org/packages/4c/61/86c94ae2cccb05749abfb1b2961125d40368c8f03ac59275550c45e634f1/setuptools-65.4.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/4c/61/86c94ae2cccb05749abfb1b2961125d40368c8f03ac59275550c45e634f1/setuptools-65.4.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.3.0
61-
cd %{_builddir}/setuptools-65.3.0
60+
%setup -q -n setuptools-65.4.0
61+
cd %{_builddir}/setuptools-65.4.0
6262
pushd ..
63-
cp -a setuptools-65.3.0 buildavx2
63+
cp -a setuptools-65.4.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=1661354670
71+
export SOURCE_DATE_EPOCH=1664206680
7272
export GCC_IGNORE_WERROR=1
7373
export AR=gcc-ar
7474
export RANLIB=gcc-ranlib
@@ -93,7 +93,7 @@ popd
9393
export MAKEFLAGS=%{?_smp_mflags}
9494
rm -rf %{buildroot}
9595
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-setuptools
96-
cp %{_builddir}/setuptools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
96+
cp %{_builddir}/setuptools-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
9797
python3 -tt setup.py build install --root=%{buildroot}
9898
echo ----[ mark ]----
9999
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

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

upstream

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

versions

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

whatrequires

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file contains recursive sources that require this package
2+
mozjs102
23
mozjs91

0 commit comments

Comments
 (0)