Skip to content

Commit

Permalink
pypi-setuptools: Autospec creation for update from version 71.0.3 to …
Browse files Browse the repository at this point in the history
…version 71.1.0

Avasam (3):
      Enforce return types for typed public functions
      Update mypy to 1.11
      Update pyproject.toml

Dimitri Papadopoulos Orfanos (2):
      "preserve" does not require preview any more (jaraco/skeleton#133)
      Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132)

Jason R. Coombs (9):
      Rely on pytest defaults for reporting.
      Revert "Pin Sphinx to <7.4 as workaround for sphinx-doc/sphinx#12613. Closes #4474."
      Revert "Fix error when integrating with pip (#3823)"
      👹 Feed the hobgoblins (delint).
      Removed lingering unused code around Distribution._patched_dist.
      Re-enable preview, this time not for one specific feature, but for all features in preview.
      Bump version: 71.0.3 → 71.0.4
      Switch to uv for vendoring.
      Bump version: 71.0.4 → 71.1.0

Michał Górny (1):
      Add Python version specifiers to [core] dependencies
  • Loading branch information
fenrus75 committed Jul 22, 2024
1 parent 42f873a commit e99c549
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-setuptools
URL = https://files.pythonhosted.org/packages/d1/8e/1d0b941ce1151009c6d98a0a590a608f346d4d272ce95ca09ee2bbb592cd/setuptools-71.0.3.tar.gz
URL = https://files.pythonhosted.org/packages/32/c0/5b8013b5a812701c72e3b1e2b378edaa6514d06bee6704a5ab0d7fa52931/setuptools-71.1.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-setuptools
url = https://files.pythonhosted.org/packages/d1/8e/1d0b941ce1151009c6d98a0a590a608f346d4d272ce95ca09ee2bbb592cd/setuptools-71.0.3.tar.gz
url = https://files.pythonhosted.org/packages/32/c0/5b8013b5a812701c72e3b1e2b378edaa6514d06bee6704a5ab0d7fa52931/setuptools-71.1.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: 1bec16f
#
Name : pypi-setuptools
Version : 71.0.3
Release : 330
URL : https://files.pythonhosted.org/packages/d1/8e/1d0b941ce1151009c6d98a0a590a608f346d4d272ce95ca09ee2bbb592cd/setuptools-71.0.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/d1/8e/1d0b941ce1151009c6d98a0a590a608f346d4d272ce95ca09ee2bbb592cd/setuptools-71.0.3.tar.gz
Version : 71.1.0
Release : 331
URL : https://files.pythonhosted.org/packages/32/c0/5b8013b5a812701c72e3b1e2b378edaa6514d06bee6704a5ab0d7fa52931/setuptools-71.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/32/c0/5b8013b5a812701c72e3b1e2b378edaa6514d06bee6704a5ab0d7fa52931/setuptools-71.1.0.tar.gz
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : Apache-2.0 BSD-2-Clause MIT Python-2.0 ZPL-2.0
Expand Down Expand Up @@ -63,18 +63,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-71.0.3
cd %{_builddir}/setuptools-71.0.3
%setup -q -n setuptools-71.1.0
cd %{_builddir}/setuptools-71.1.0
pushd ..
cp -a setuptools-71.0.3 buildavx2
cp -a setuptools-71.1.0 buildavx2
popd

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1721341476
export SOURCE_DATE_EPOCH=1721664646
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
330
331
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
562e4cab861b4b06b5dbdfd8ada927cdcac9c128/setuptools-71.0.3.tar.gz
54a0d57b77b6030aaca8992282189f4b7b627bc0/setuptools-71.1.0.tar.gz

0 comments on commit e99c549

Please sign in to comment.