Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
setuptools: Autospec creation for update from version 57.0.0 to versi…
Browse files Browse the repository at this point in the history
…on 57.1.0

Alexei Colin (1):
      distutils: pass -rpath to linker on macOS >=10.5

Brian Rutledge (1):
      Use shutil for rmtree

Jason R. Coombs (24):
      Test on Python 3.10
      Remove src_root from setup.py, seemingly unused.
      Remove consideration for Java as Jython is no longer supported.
      Unpin dependencies for certs and ssl extras and remove dependency links. Instead, rely on pip for security.
      Remove setup_requires, obviated by build-requires in pyproject.toml.
      Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433.
      👹 Feed the hobgoblins (delint).
      Remove automerge.
      Add test capturing failure. Ref pypa/distutils#44.
      Ensure that the result contains only the one file, not all the different symlink variants to the same file.
      Wrap walk result to prevent infinite recursion. Fixes bpo-44497.
      Extract UniqueDirs for checking uniqueness.
      Rely on stat (inode and device) to deduplicate.
      Move _unique_dirs into classmethod on _UniqueDirs.
      Remove ssl_support. Fixes #2715.
      Update changelog.
      Restore the iterator
      Add test
      Update changelog.
      Add another deprecation warning bypass for flake8 on PyPy because the call depth is missed.
      Remove workaround for pypy/pypy#3503, now that the behavior is consistent with a workaround in importlib_metadata 4.6.1 (python/importlib_metadata#327.
      Remove wincertstore and certifi. Ref #2711 and #2716.
      Update changelog.
      Bump version: 57.0.0 → 57.1.0

Long Nguyen (2):
      Add clang mingw support
      Change get_gcc_versions back to get_versions

Nicolas CANIART (1):
      Entrypoints in declarative config are now supported

Richard Purdie (1):
      setuptools/dist: Fix reproducibility issue by sorting globbing

clint-lawrence (1):
      Fix a broken external link

da-woods (1):
      Fixed get_export_symbols for unicode filenames

messense (1):
      Prefer using `Distribution.has_ext_modules` method
  • Loading branch information
fenrus75 authored and clrpackages committed Jul 13, 2021
1 parent bdc7778 commit f64b967
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := setuptools
URL = https://files.pythonhosted.org/packages/88/fc/d17731c0cc67a5a8e385e4f47c3b0b186720e198b70f076ccb4676804a8f/setuptools-57.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/cf/79/1a19c2f792da00cbead7b6caa176afdddf517522cb9163ce39576025b050/setuptools-57.1.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = setuptools
url = https://files.pythonhosted.org/packages/88/fc/d17731c0cc67a5a8e385e4f47c3b0b186720e198b70f076ccb4676804a8f/setuptools-57.0.0.tar.gz
url = https://files.pythonhosted.org/packages/cf/79/1a19c2f792da00cbead7b6caa176afdddf517522cb9163ce39576025b050/setuptools-57.1.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
208
209
18 changes: 8 additions & 10 deletions setuptools.spec
Expand Up @@ -3,20 +3,18 @@
# Generated by: autospec.py
#
Name : setuptools
Version : 57.0.0
Release : 208
URL : https://files.pythonhosted.org/packages/88/fc/d17731c0cc67a5a8e385e4f47c3b0b186720e198b70f076ccb4676804a8f/setuptools-57.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/88/fc/d17731c0cc67a5a8e385e4f47c3b0b186720e198b70f076ccb4676804a8f/setuptools-57.0.0.tar.gz
Version : 57.1.0
Release : 209
URL : https://files.pythonhosted.org/packages/cf/79/1a19c2f792da00cbead7b6caa176afdddf517522cb9163ce39576025b050/setuptools-57.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/cf/79/1a19c2f792da00cbead7b6caa176afdddf517522cb9163ce39576025b050/setuptools-57.1.0.tar.gz
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : MIT Python-2.0 ZPL-2.0
Requires: setuptools-bin = %{version}-%{release}
Requires: setuptools-license = %{version}-%{release}
Requires: setuptools-python = %{version}-%{release}
Requires: setuptools-python3 = %{version}-%{release}
Requires: certifi
BuildRequires : buildreq-distutils3
BuildRequires : certifi
BuildRequires : setuptools

%description
Expand Down Expand Up @@ -62,15 +60,15 @@ python3 components for the setuptools package.


%prep
%setup -q -n setuptools-57.0.0
cd %{_builddir}/setuptools-57.0.0
%setup -q -n setuptools-57.1.0
cd %{_builddir}/setuptools-57.1.0

%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=1621870920
export SOURCE_DATE_EPOCH=1625590698
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -86,7 +84,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/setuptools
cp %{_builddir}/setuptools-57.0.0/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-57.1.0/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
dfcfa1bd90285c64878150e01a551f7f97e3ebc6/setuptools-57.0.0.tar.gz
464549feac117e03fe46755aaa1b2e793bae533e/setuptools-57.1.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
57.0.0
57.1.0

0 comments on commit f64b967

Please sign in to comment.