Skip to content

Commit

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

Anderson Bravalheri (9):
      Fix getattr statement
      Add news fragment
      Update failing test due to latest versions of pip_run
      Docs: Replace failing reference of DIST_EXTRA_CONFIG
      Docs: Ignore DIST_EXTRA_CONFIG missing ref
      [Docs] Add migration for `distutils.core.Command`
      Improve code formatting
      Docs: Modify table for tool.setuptools.dynamic to mention content-type
      Bump version: 65.6.3 → 65.7.0

Andrzej Kaczmarczyk (3):
      Catching the exception of utime in order to provide a path to the file that was subject to the utime call; originally, the exception from utime does not point to this filepath. Ref #3667.
      Test added. Ref #3667.
      Added a news fragment in changelog.d. Ref  #3667.

Demian Brecht (2):
      add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE
      added changelog entry

Jason R. Coombs (16):
      Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
      Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
      Honor ResourceWarnings. Fixes jaraco/skeleton#73.
      tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74.
      Remove unnecessary shebang and encoding header in docs conf.
      Prevent Python 3.12 from blocking checks.
      Default to local distutils unless specified.  Fixes #3726.
      Enable tests on Python 3.12, as they're allowed to fail.
      Enable tests on Python 3.11, no longer failing. Fixes #3365.
      ⚫ Fade to black.
      xfail tests on Python 3.12+ for older pips. Ref #3727.
      xfail more tests on Python 3.12+ for older pips. Ref #3727.
      Add support for testing pip<23 and drop support for pip<20.
      Build docs in CI, including sphinx-lint.
      Put tidelift docs dependency in its own section to limit merge conflicts.
      Update badge for 2023

Max Bachmann (1):
      fix documentation for dynamic build dependencies

Mike Taves (1):
      Improve example docs for setup.cfg and pyproject.toml
  • Loading branch information
fenrus75 committed Jan 12, 2023
1 parent 2320275 commit 47f3b4e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-setuptools
URL = https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz
URL = https://files.pythonhosted.org/packages/a1/29/f2ad3b78b9ebd24afa282eed9add27b47ef52b37291198021154b4b65166/setuptools-65.7.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-setuptools
url = https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz
url = https://files.pythonhosted.org/packages/a1/29/f2ad3b78b9ebd24afa282eed9add27b47ef52b37291198021154b4b65166/setuptools-65.7.0.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand All @@ -27,6 +27,8 @@ conservative_flags = false
dev_requires_extras = false
# pass -ffast-math to compiler
fast-math = false
# compile full (traditional) debug info
full-debug-info = false
# optimize build for speed over size
funroll-loops = false
# set flags to smallest -02 flags possible
Expand Down
27 changes: 15 additions & 12 deletions pypi-setuptools.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-setuptools
Version : 65.6.3
Release : 284
URL : https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz
Version : 65.7.0
Release : 285
URL : https://files.pythonhosted.org/packages/a1/29/f2ad3b78b9ebd24afa282eed9add27b47ef52b37291198021154b4b65166/setuptools-65.7.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/a1/29/f2ad3b78b9ebd24afa282eed9add27b47ef52b37291198021154b4b65166/setuptools-65.7.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 All @@ -15,6 +15,9 @@ Requires: pypi-setuptools-license = %{version}-%{release}
Requires: pypi-setuptools-python = %{version}-%{release}
Requires: pypi-setuptools-python3 = %{version}-%{release}
BuildRequires : buildreq-distutils3
# Suppress stripping binaries
%define __strip /bin/true
%define debug_package %{nil}

%description
.. image:: https://img.shields.io/pypi/v/setuptools.svg
Expand Down Expand Up @@ -57,26 +60,26 @@ python3 components for the pypi-setuptools package.


%prep
%setup -q -n setuptools-65.6.3
cd %{_builddir}/setuptools-65.6.3
%setup -q -n setuptools-65.7.0
cd %{_builddir}/setuptools-65.7.0
pushd ..
cp -a setuptools-65.6.3 buildavx2
cp -a setuptools-65.7.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=1669397460
export SOURCE_DATE_EPOCH=1673541259
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto "
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
export CFLAGS="$CFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz "
export FCFLAGS="$FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz "
export FFLAGS="$FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz "
export CXXFLAGS="$CXXFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz "
export MAKEFLAGS=%{?_smp_mflags}
python3 setup.py build

Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
284
285
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
2875e8f9a12d8a971461b36e2d1bd64a3497e0f2/setuptools-65.6.3.tar.gz
755f127336824994fbce855164aa2844fd97319c/setuptools-65.7.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
65.6.3
65.7.0

0 comments on commit 47f3b4e

Please sign in to comment.