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 51.1.2 to versi…
Browse files Browse the repository at this point in the history
…on 51.3.3

Daniel Moore (1):
      Clarify Development Mode first paragraph

Drew (1):
      docs (build_meta): fix spelling mistake

Dustin Ingram (3):
      Move helper method out of class
      Add failing test
      Correctly handle normalized tags

Henry Schreiner (1):
      fix: suggest PyPA build instead of pep517.build

Jason R. Coombs (22):
      pre-commit autoupdate
      Rename 'Automated Tests' to simply 'tests'
      Add note about automatic merging of PRs and the requirements and limitations.
      Prefer pytest-enabler to jaraco.test
      Enable complexity limit. Fixes jaraco/skeleton#34.
      Add support for namespace packages. Closes jaraco/skeleton#40.
      Avoid hitting network during test_easy_install
      Point changelog at 2534 for more info
      Bump version: 51.1.2 → 51.2.0
      Point changelog at 2534 for more info
      Disable PIP_NO_INDEX for tests that override the index. Ref #2534.
      Exclude _distutils from flake8 also.
      Rely on tuple argument to endswith
      Remove unused variable
      Quick fix for #1390. Now description cannot contain a newline.
      Bump version: 51.2.0 → 51.3.0
      Revert "Merge pull request #2533 from pypa/fix/2529"
      Bump version: 51.3.0 → 51.3.1
      Repair Descriptions with newlines and emit a warning that the value will be disallowed in the future.
      Bump version: 51.3.1 → 51.3.2
      Fix AttributeError in Description validation. Fixes #2539.
      Bump version: 51.3.2 → 51.3.3

Jonathan E (1):
      Fix code typo in entry_point.rst

Miro Hrončok (1):
      Define create_module()/exec_module() in VendorImporter

Petr Viktorin (1):
      Avoid deprecated load_module() in pkg_resources namespace delaration

Sviatoslav Sydorenko (23):
      Migrate to `extend-exclude` in flake8 config
      Exclude `build/lib/` artifacts in flake8 config
      Fix misplaced/mistyped per-file-ignores in flake8
      Drop non-existing site-patch.py from flake8
      Drop unmached py*compat.py ignore rule from flake8
      Use `extend-ignore` in flake8 config
      Use license_files instead of license_file in meta
      Simplify `setuptools.archive_util.unpack_tarfile`
      Simplify `easy_install.install_eggs`
      Simplify `easy_install.update_pth`
      Simplify `command.easy_install.get_site_dirs`
      Simplify `command.easy_install.expand_paths`
      Simplify `egg_info.FileList.process_template_line`
      Simplify `dist.Distribution._parse_config_files`
      Simplify `setuptools.glob._iglob`
      Simplify `setuptools.installer.fetch_build_egg`
      Simplify `msvc.SystemInfo.find_reg_vs_vers`
      Simplify `PackageIndex.process_index`
      Apply noqa C901 comments to overly complex code
      Enable McCabe complexity check in flake8
      Replace pep517.build with build (#37)
      Use license_files instead of license_file in meta (#35)
      Use `extend-ignore` in flake8 config (#33)

Tim Hatch (2):
      Failing test for #2489
      Find .egg-info in zipimport too

YuanPei Li (3):
      fix typo
      Create 2525.doc.rst
      Update 2525.doc.rst
  • Loading branch information
fenrus75 authored and clrpackages committed Jan 19, 2021
1 parent 4cce5cc commit 3b69ee9
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 := setuptools
URL = https://files.pythonhosted.org/packages/82/2f/ef7afd98530d07c89deffec833b4b1a91a27a5db6d9f1a216599f5f0316e/setuptools-51.1.2.tar.gz
URL = https://files.pythonhosted.org/packages/96/66/1138b7ec901e86139c07900ce906c2f1e5c3400ee1cfd1e7ab3c776248c9/setuptools-51.3.3.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 = setuptools
url = https://files.pythonhosted.org/packages/82/2f/ef7afd98530d07c89deffec833b4b1a91a27a5db6d9f1a216599f5f0316e/setuptools-51.1.2.tar.gz
url = https://files.pythonhosted.org/packages/96/66/1138b7ec901e86139c07900ce906c2f1e5c3400ee1cfd1e7ab3c776248c9/setuptools-51.3.3.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
194
195
16 changes: 8 additions & 8 deletions setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : setuptools
Version : 51.1.2
Release : 194
URL : https://files.pythonhosted.org/packages/82/2f/ef7afd98530d07c89deffec833b4b1a91a27a5db6d9f1a216599f5f0316e/setuptools-51.1.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/82/2f/ef7afd98530d07c89deffec833b4b1a91a27a5db6d9f1a216599f5f0316e/setuptools-51.1.2.tar.gz
Version : 51.3.3
Release : 195
URL : https://files.pythonhosted.org/packages/96/66/1138b7ec901e86139c07900ce906c2f1e5c3400ee1cfd1e7ab3c776248c9/setuptools-51.3.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/96/66/1138b7ec901e86139c07900ce906c2f1e5c3400ee1cfd1e7ab3c776248c9/setuptools-51.3.3.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 @@ -62,15 +62,15 @@ python3 components for the setuptools package.


%prep
%setup -q -n setuptools-51.1.2
cd %{_builddir}/setuptools-51.1.2
%setup -q -n setuptools-51.3.3
cd %{_builddir}/setuptools-51.3.3

%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=1610208975
export SOURCE_DATE_EPOCH=1611000058
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -86,7 +86,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/setuptools
cp %{_builddir}/setuptools-51.1.2/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-51.3.3/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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ffc72a2b3a048304122f943e8d54c23498a6194/setuptools-51.1.2.tar.gz
fa2f1ed181c619bd4138f4b0a0d65e5fd728e5ba/setuptools-51.3.3.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51.1.2
51.3.3

0 comments on commit 3b69ee9

Please sign in to comment.