Skip to content

Commit

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

Anderson Bravalheri (15):
      Add test capturing expectations
      Remove warnings on namespace packages
      [Docs] package discovery guide: Small improvements and fixes
      Fix mispell in changelog
      [Docs] Fix reference for keywords
      Add news fragment
      Add workaround for git problems in cygwin
      ci(cygwin): Convert Windows path using cygpath
      [Docs:discovery] Attempt to clarify include/exclude
      Avoid inline comments in INI files
      [Docs:discovery] Update examples to consider setup.cfg/setup.py optional
      build_meta: execute code directly
      Add news fragment
      Remove outdated part in news fragment
      Remove wheel dependency in example

Benoit Pierre (6):
      setuptools: add test for distutils' entrypoints using extras
      setuptools: drop support for installing an entrypoint dependencies
      setuptools/vendored: drop `nspektr`
      setuptools/tests: minor cleanup
      add changelog entry
      Bump version: 62.6.0 → 63.0.0

Christoph Reiter (1):
      Improve handling if runtime_library_dirs is set with cygwin/mingw

Hugo van Kemenade (1):
      Add stacklevel=2 to make calling code clear

Jac (2):
      Update docs/userguide/pyproject_config.rst
      Update docs/userguide/pyproject_config.rst

Jac Fitzgerald (2):
      [Docs] Missing requires-python in "using pyproject.toml" #3305
      Create 3305.doc.rst

Jason R. Coombs (8):
      Prefer spaces for rst. Fixes jaraco/skeleton#64.
      Honor PEP 518 with pytest-enabler.
      Add support for Homebrew on Python 3.9 instead of relying on distutils.cfg as found in the stdlib. Fixes pypa/distutils#152.
      Bump version: 63.0.0 → 63.1.0
      Use text mode for subprocess, avoiding unicode sandwich.
      Disable framework_compat except for Homebrew builds. Fixes pypa/distutils#158.
      Update changelog. Ref #3435.
      Bump version: 63.1.0 → 63.2.0

Matthias Jansen (1):
      fix userguide typo

Matthias Koeppe (1):
      .github/workflows/ci-sage.yml: Update system configutations after https://trac.sagemath.org/ticket/33316

Patrick Lannigan (2):
      Update logging recommendation to not use distutils
      Add changelog entry

Saniya Maheshwari (3):
      Reorganized the User Guide's Table of Contents
      Removed quotes around Development Mode.
      Added news fragment.
  • Loading branch information
fenrus75 committed Jul 15, 2022
1 parent f07efcf commit 8805322
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 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/dc/73/88920663229023b724a854d1ab7e3e50a1a28b63eeec399a604ba30f9242/setuptools-62.6.0.tar.gz
URL = https://files.pythonhosted.org/packages/0a/ba/52611dc8278828eb9ec339e6914a0f865f9e2af967214905927835dfac0a/setuptools-63.2.0.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 = pypi-setuptools
url = https://files.pythonhosted.org/packages/dc/73/88920663229023b724a854d1ab7e3e50a1a28b63eeec399a604ba30f9242/setuptools-62.6.0.tar.gz
url = https://files.pythonhosted.org/packages/0a/ba/52611dc8278828eb9ec339e6914a0f865f9e2af967214905927835dfac0a/setuptools-63.2.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
18 changes: 9 additions & 9 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 : 62.6.0
Release : 258
URL : https://files.pythonhosted.org/packages/dc/73/88920663229023b724a854d1ab7e3e50a1a28b63eeec399a604ba30f9242/setuptools-62.6.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/dc/73/88920663229023b724a854d1ab7e3e50a1a28b63eeec399a604ba30f9242/setuptools-62.6.0.tar.gz
Version : 63.2.0
Release : 259
URL : https://files.pythonhosted.org/packages/0a/ba/52611dc8278828eb9ec339e6914a0f865f9e2af967214905927835dfac0a/setuptools-63.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/0a/ba/52611dc8278828eb9ec339e6914a0f865f9e2af967214905927835dfac0a/setuptools-63.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-62.6.0
cd %{_builddir}/setuptools-62.6.0
%setup -q -n setuptools-63.2.0
cd %{_builddir}/setuptools-63.2.0
pushd ..
cp -a setuptools-62.6.0 buildavx2
cp -a setuptools-63.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=1656703737
export SOURCE_DATE_EPOCH=1657895142
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -93,7 +93,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-setuptools
cp %{_builddir}/setuptools-62.6.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-63.2.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-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 release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
258
259
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6857985d72c5b23fc37eaa9f254e8d66c2ead0ad/setuptools-62.6.0.tar.gz
2a5a4ac384ace22dd10e3dac0a1b6af49e03c596/setuptools-63.2.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
62.6.0
63.2.0
1 change: 0 additions & 1 deletion whatrequires
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# This file contains recursive sources that require this package
mozjs78
mozjs91

0 comments on commit 8805322

Please sign in to comment.