From 47f3b4e3b1ccab40e6c2fa35a239e8274b88a835 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 12 Jan 2023 16:34:26 +0000 Subject: [PATCH] pypi-setuptools: Autospec creation for update from version 65.6.3 to version 65.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Makefile | 2 +- options.conf | 4 +++- pypi-setuptools.spec | 27 +++++++++++++++------------ release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index f173199..3ff3b9e 100644 --- a/Makefile +++ b/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 diff --git a/options.conf b/options.conf index ed9aa10..b49758f 100644 --- a/options.conf +++ b/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 = @@ -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 diff --git a/pypi-setuptools.spec b/pypi-setuptools.spec index 08f37f3..dbe6819 100644 --- a/pypi-setuptools.spec +++ b/pypi-setuptools.spec @@ -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 @@ -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 @@ -57,10 +60,10 @@ 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 @@ -68,15 +71,15 @@ 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 diff --git a/release b/release index c9716b7..6cf4452 100644 --- a/release +++ b/release @@ -1 +1 @@ -284 +285 diff --git a/upstream b/upstream index fb3d7f4..278090a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2875e8f9a12d8a971461b36e2d1bd64a3497e0f2/setuptools-65.6.3.tar.gz +755f127336824994fbce855164aa2844fd97319c/setuptools-65.7.0.tar.gz diff --git a/versions b/versions index c1a8c83..702f513 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -65.6.3 +65.7.0