Skip to content

Commit

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

Anderson Bravalheri (1):
      Update codecov GHA to v3

Brett M. Morris (1):
      Typo corrections

Jason R. Coombs (8):
      Suppress deprecation warning in --rsyncdir. Workaround for #3655.
      ⚫ Fade to black.
      Remove workaround for emacs.
      ⚫ Fade to black.
      Add test capturing failed expectation. Ref #3659.
      Limit the amount of whitespace to search/backtrack. Fixes #3659.
      Update changelog. Ref #3659.
      Bump version: 65.5.0 → 65.5.1

Martin Braquet (1):
      Fix typo

Miro Hrončok (1):
      Consistently use unittest.mock in tests
  • Loading branch information
fenrus75 committed Nov 7, 2022
1 parent 1631eee commit 95f3467
Show file tree
Hide file tree
Showing 6 changed files with 15 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/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz
URL = https://files.pythonhosted.org/packages/26/f4/ca5cb6df512f453ad50f78900bf7ec6a5491ee44bb49d0f6f76802dbdd43/setuptools-65.5.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 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/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz
url = https://files.pythonhosted.org/packages/26/f4/ca5cb6df512f453ad50f78900bf7ec6a5491ee44bb49d0f6f76802dbdd43/setuptools-65.5.1.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down Expand Up @@ -35,6 +35,8 @@ insecure_build = false
keepstatic = false
# do not require autostart subpackage
no_autostart = false
# do not use the replacement pattern for file matching
no_glob = false
# do not generate debuginfo for this package
nodebug = false
# disable stripping binaries
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 : 65.5.0
Release : 280
URL : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c5/41/247814d8b7a044717164c74080725a6c8f3d2b5fc82b34bd825b617df663/setuptools-65.5.0.tar.gz
Version : 65.5.1
Release : 281
URL : https://files.pythonhosted.org/packages/26/f4/ca5cb6df512f453ad50f78900bf7ec6a5491ee44bb49d0f6f76802dbdd43/setuptools-65.5.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/26/f4/ca5cb6df512f453ad50f78900bf7ec6a5491ee44bb49d0f6f76802dbdd43/setuptools-65.5.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-65.5.0
cd %{_builddir}/setuptools-65.5.0
%setup -q -n setuptools-65.5.1
cd %{_builddir}/setuptools-65.5.1
pushd ..
cp -a setuptools-65.5.0 buildavx2
cp -a setuptools-65.5.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=1665758375
export SOURCE_DATE_EPOCH=1667844858
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 @@
280
281
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
33d27f3831220a03f6539ce1ca4cbf1faa5625bb/setuptools-65.5.0.tar.gz
98f171b35e468885e9c55ca143da9dab4e954ba1/setuptools-65.5.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65.5.0
65.5.1

0 comments on commit 95f3467

Please sign in to comment.