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

Anderson Bravalheri (16):
      Add logo design and usage instructions
      Customise the sphinx theme to reflect the new logo
      Add banner to main docs page
      Rename logo files
      Add docs/README to the toctree
      Add a note about inspiration
      Use warning instead of log for distutils command
      Add news fragment for deprecated distuils commands
      Expose distutils errors
      Document setuptools replacements
      Add logo/banner to README
      Add logo/banner to README
      Add favicon and related configuration to sphinx
      Improve favicon
      Avoid using dependencies with URLs on setup.cfg
      Add news fragment

Isuru Fernando (1):
      Fix PyPy3.8 install locations

Jason R. Coombs (18):
      Prefer imperative voice.
      Use simple expression for resolution of outputdir.
      Add changelog.
      Revert ".github/workflows/main.yml: Add integration testing with setuptools"
      Get pytest-virtualenv from the pull request with distutils dependency removed.
      Fail fast again.
      Filter known deprecation warnings when stdlib distutils is used and imports sysconfig.
      Suppress 'Distutils was imported before Setuptools' warning on PyPy due to pypa/setuptools#2868.
      Move warning suppression to pytest.ini so it occurs after 'error'.
      Remove superfluous dep.
      Disable some virtualenv integration tests for PyPy.
      Avoid upgrading setuptools when creating the venv for distutils_adoption tests. Works around issue with upgrading on PyPy.
      Bring back the xfail as it appears to be needed at least on macOS.
      Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip pinned range to resolve pip version based on a repeatable pattern.
      Restore single_line as a simple, universal validator.
      Change is backward-incompatible for projects with newlines in the summary.
      Bump version: 58.5.3 → 59.0.0
      Bump version: 59.0.0 → 59.0.1

Kian-Meng, Ang (1):
      Fix typos

Matthias Koeppe (8):
      distutils/ccompiler.py (CCompiler.has_function): Do not fail if self.outputdir is set
      distutils/tests/test_unixccompiler.py (UnixCCompilerTestCase.test_has_function): New
      .github/workflows/main.yml: Add integration testing with setuptools
      tox.ini (testenv): passenv SETUPTOOLS_USE_DISTUTILS
      .github/workflows/main.yml: Test SETUPTOOLS_USE_DISTUTILS = stdlib, local
      tox.ini (testenv): Add deps = pytest
      tox.ini (testenv): Make sure to import setuptools before distutils when invoking pytest
      .github/workflows/main.yml: fail-fast = false

Sviatoslav Sydorenko (6):
      Fail on a multiline distribution package summary
      Document that pip works with editable setup.cfg
      Add a change note for PR #2870
      Add a change note for PR #2871
      Fix the word "breaks" in the change note
      Improve the mention of pip version that doesn't need `setup.py`
  • Loading branch information
fenrus75 authored and clrpackages committed Nov 16, 2021
1 parent 66379c9 commit fc3e084
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 24 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/1e/00/05f51ceab8d3b9be4295000d8be4c830c53e5477755888994e9825606cd9/setuptools-58.5.3.tar.gz
URL = https://files.pythonhosted.org/packages/cd/9a/6fff2cee92de1d34c0e8d48bb2ccedb0899eebb2cfe7955584b53bdaded7/setuptools-59.0.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 = setuptools
url = https://files.pythonhosted.org/packages/1e/00/05f51ceab8d3b9be4295000d8be4c830c53e5477755888994e9825606cd9/setuptools-58.5.3.tar.gz
url = https://files.pythonhosted.org/packages/cd/9a/6fff2cee92de1d34c0e8d48bb2ccedb0899eebb2cfe7955584b53bdaded7/setuptools-59.0.1.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 @@
226
227
22 changes: 10 additions & 12 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 : 58.5.3
Release : 226
URL : https://files.pythonhosted.org/packages/1e/00/05f51ceab8d3b9be4295000d8be4c830c53e5477755888994e9825606cd9/setuptools-58.5.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/1e/00/05f51ceab8d3b9be4295000d8be4c830c53e5477755888994e9825606cd9/setuptools-58.5.3.tar.gz
Version : 59.0.1
Release : 227
URL : https://files.pythonhosted.org/packages/cd/9a/6fff2cee92de1d34c0e8d48bb2ccedb0899eebb2cfe7955584b53bdaded7/setuptools-59.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/cd/9a/6fff2cee92de1d34c0e8d48bb2ccedb0899eebb2cfe7955584b53bdaded7/setuptools-59.0.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 All @@ -18,10 +18,8 @@ BuildRequires : buildreq-distutils3
BuildRequires : setuptools

%description
.. image:: https://img.shields.io/pypi/v/setuptools.svg
:target: `PyPI link`_
.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
:target: `PyPI link`_
.. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg
:align: center

%package bin
Summary: bin components for the setuptools package.
Expand Down Expand Up @@ -60,15 +58,15 @@ python3 components for the setuptools package.


%prep
%setup -q -n setuptools-58.5.3
cd %{_builddir}/setuptools-58.5.3
%setup -q -n setuptools-59.0.1
cd %{_builddir}/setuptools-59.0.1

%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=1636148286
export SOURCE_DATE_EPOCH=1636995970
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -84,7 +82,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/setuptools
cp %{_builddir}/setuptools-58.5.3/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-59.0.1/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 @@
29004bc6d5a192580f562f4ff24ac164fb722ac5/setuptools-58.5.3.tar.gz
69def0676336737340a7954129f349453c16b1b3/setuptools-59.0.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58.5.3
59.0.1
14 changes: 7 additions & 7 deletions whatrequires
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Paste
PasteDeploy
Sphinx
acme
aiohttp
aiohttp-cors
astroid
async-timeout
backports.entry_points_selectable
bazel
blockdiag
Expand Down Expand Up @@ -36,7 +38,6 @@ josepy
jsonpickle
jsonschema
jupyter-packaging
kiwisolver
lazy-object-proxy
librealsense
logilab-common
Expand All @@ -49,25 +50,24 @@ platformdirs
pyroma
pyside2-setup
pytest-cov
pytest-randomly
pytest-rerunfailures
python-Levenshtein
python-dateutil
python-install
python-lsp-server
python-tzdata
pytorch
pytz-deprecation-shim
qt6base
qtwebengine
semantic_version
setuptools
setuptools-legacy
setuptools-rust
setuptools_scm
soupsieve
tblib
tensorboard
tensorflow
tensorflow-addons
tensorflow-estimator
tensorflow-probability
tensorflow-serving
twine
urllib3
wheel
Expand Down

0 comments on commit fc3e084

Please sign in to comment.