Skip to content

Commit

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

Anderson Bravalheri (7):
      Simplify tool.setuptools.packages.find by using include rule
      Remove unecessary WheelFile usage in tests
      Inline test_bdist_wheel examples and run bdist_wheel in process
      Adopt latest change from wheel test
      Remove no longer used bdist_wheel_testdata directory
      Add news fragment
      Bump version: 70.1.0 → 70.1.1

Avasam (4):
      Use set instead of True-only dict for non-public names
      pkg_resources: Merge `@overload` and `TypeVar` annotations from typeshed
      Keep _ModuleLike  not Any
      Move check to _fn

Jason R. Coombs (1):
      Expand changelog to provide more context. Ref #3593
  • Loading branch information
fenrus75 committed Jun 25, 2024
1 parent a6852ce commit 22f063f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/0d/9d/c587bea18a7e40099857015baee4cece7aca32cd404af953bdeb95ac8e47/setuptools-70.1.1.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/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
url = https://files.pythonhosted.org/packages/0d/9d/c587bea18a7e40099857015baee4cece7aca32cd404af953bdeb95ac8e47/setuptools-70.1.1.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v12
# autospec commit: f9eab48
# autospec commit: 381dfd8
#
Name : pypi-setuptools
Version : 70.1.0
Release : 324
URL : https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/1c/1c/8a56622f2fc9ebb0df743373ef1a96c8e20410350d12f44ef03c588318c3/setuptools-70.1.0.tar.gz
Version : 70.1.1
Release : 325
URL : https://files.pythonhosted.org/packages/0d/9d/c587bea18a7e40099857015baee4cece7aca32cd404af953bdeb95ac8e47/setuptools-70.1.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/0d/9d/c587bea18a7e40099857015baee4cece7aca32cd404af953bdeb95ac8e47/setuptools-70.1.1.tar.gz
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : 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-70.1.0
cd %{_builddir}/setuptools-70.1.0
%setup -q -n setuptools-70.1.1
cd %{_builddir}/setuptools-70.1.1
pushd ..
cp -a setuptools-70.1.0 buildavx2
cp -a setuptools-70.1.1 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=1718824219
export SOURCE_DATE_EPOCH=1719330671
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 @@
324
325
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83a1ad598098296ce2602bf7c5ee51a033b38983/setuptools-70.1.0.tar.gz
857f491777b14ea183b4bec376835b1082b5d37e/setuptools-70.1.1.tar.gz

0 comments on commit 22f063f

Please sign in to comment.