Skip to content

Commit

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

Jason R. Coombs (26):
      Revert "Limit the scope of deprecation of the upload_docs command."
      Run pyupgrade --py37-plus
      In DummyCommand, simplify setting of kwargs.
      Implement TempdirManager setup and teardown as a pytest fixture.
      Implement LoggingSilencer setup and teardown as a pytest fixture. Required building a fixture combiner.
      Ran unittest2pytest
      ⚫ Fade to black.
      👹 Feed the hobgoblins (delint).
      Convert many tests to pytest native
      Remove compatibility shims for Setuptools.
      Replace save/restore of argv and cwd as pytest fixtures.
      Move setup/teardown from BuildExtTestCase into a fixture.
      Add tests capturing failure. Ref pypa/distutils#164.
      Use itertools.product to compute the product of two generators. Fixes pypa/distutils#164.
      Extract 'roots' variable.
      Add test compatibility on Windows.
      spell out read the docs
      Update changelog
      👹 Feed the hobgoblins (delint).
      Update changelog
      Bump version: 63.3.0 → 63.4.0
      Clean up cruft in changelog.
      Revert "Remove compatibility shims for Setuptools."
      Mark use of format_commands.append as deprecated. Ref anxuae/setuptools-cythonize#8.
      Update changelog.
      Bump version: 63.4.0 → 63.4.1

Manuel Kaufmann (3):
      Docs: enable tooltips on documentation
      Docs: create nice 404 pages
      Docs: pin sphinx-hoverxref as minor than v2
  • Loading branch information
fenrus75 committed Aug 4, 2022
1 parent 0cc361d commit cf7ba6a
Show file tree
Hide file tree
Showing 6 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/a8/d9/28490a9ef6592c3471bd1bcacaf5bd0dee2bb05c8a8bcf901e673b2f1732/setuptools-63.3.0.tar.gz
URL = https://files.pythonhosted.org/packages/63/2e/e1f3e1b02d7ff0baa356413e93ad8a88706accd6b3538e18204a8a00c42d/setuptools-63.4.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/a8/d9/28490a9ef6592c3471bd1bcacaf5bd0dee2bb05c8a8bcf901e673b2f1732/setuptools-63.3.0.tar.gz
url = https://files.pythonhosted.org/packages/63/2e/e1f3e1b02d7ff0baa356413e93ad8a88706accd6b3538e18204a8a00c42d/setuptools-63.4.1.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 @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-setuptools
Version : 63.3.0
Release : 260
URL : https://files.pythonhosted.org/packages/a8/d9/28490a9ef6592c3471bd1bcacaf5bd0dee2bb05c8a8bcf901e673b2f1732/setuptools-63.3.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/a8/d9/28490a9ef6592c3471bd1bcacaf5bd0dee2bb05c8a8bcf901e673b2f1732/setuptools-63.3.0.tar.gz
Version : 63.4.1
Release : 261
URL : https://files.pythonhosted.org/packages/63/2e/e1f3e1b02d7ff0baa356413e93ad8a88706accd6b3538e18204a8a00c42d/setuptools-63.4.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/63/2e/e1f3e1b02d7ff0baa356413e93ad8a88706accd6b3538e18204a8a00c42d/setuptools-63.4.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 @@ -57,18 +57,18 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-63.3.0
cd %{_builddir}/setuptools-63.3.0
%setup -q -n setuptools-63.4.1
cd %{_builddir}/setuptools-63.4.1
pushd ..
cp -a setuptools-63.3.0 buildavx2
cp -a setuptools-63.4.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=1659368555
export SOURCE_DATE_EPOCH=1659648010
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 @@
260
261
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf3a6076e4c31bb722027fa0391f96961fc5a028/setuptools-63.3.0.tar.gz
159125cd0be21df50f30fe31de38ada5f638a2dd/setuptools-63.4.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
63.3.0
63.4.1

0 comments on commit cf7ba6a

Please sign in to comment.