Skip to content

Commit

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

Anderson Bravalheri (6):
      Capture recursion problem with editable finder
      Fix recursion problem in finder
      Limit number of string replacements
      Add news fragment
      Improve news fragment
      Bump version: 65.1.0 → 65.1.1

Helio Machado (1):
      Fix typo in docs/userguide/extension.rst

Jason R. Coombs (15):
      Suppress warnings in deprecated msvc compilers
      Update to setup-python v4. Fixes jaraco/skeleton#65.
      Rename _mangle_base to _make_relative and add documentation about its purpose. Ref pypa/distutils#169.
      In _make_relative, remove deprecation warning. Ref pypa/distutils#169.
      Extract method for _make_out_path.
      In _msvccompiler, only override _make_out_path
      In _msvccompiler, re-use _make_relative.
      Extract property for mapping src extensions to out extensions.
      Extract property for out_extensions in _msvccompiler
      Deprecate bcppcompiler.
      Remove _msvccompiler._make_out_path.
      In cygwincompiler, re-use object_filenames from ccompiler.
      Add unit tests capturing the expectation
      Update changelog
      Bump version: 65.1.1 → 65.2.0

rnhmjoj (1):
      Fix, again, finding headers during cross compiling
  • Loading branch information
fenrus75 committed Aug 22, 2022
1 parent 2f74617 commit c3073fd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-setuptools
URL = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-setuptools
url = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
url = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-setuptools.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-setuptools
Version : 65.1.0
Release : 271
URL : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
Version : 65.2.0
Release : 272
URL : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.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.1.0
cd %{_builddir}/setuptools-65.1.0
%setup -q -n setuptools-65.2.0
cd %{_builddir}/setuptools-65.2.0
pushd ..
cp -a setuptools-65.1.0 buildavx2
cp -a setuptools-65.2.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=1660847997
export SOURCE_DATE_EPOCH=1661193647
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
271
272
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
137ddf65fa271ddda8efe1662e507eb19eae2be1/setuptools-65.1.0.tar.gz
cbe70c8727debd82ea49787bc9de366fbd0e02e5/setuptools-65.2.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
65.1.0
65.2.0

0 comments on commit c3073fd

Please sign in to comment.