[packages/python3-setuptools] - updated to 80.9.0
qboosh
qboosh at pld-linux.org
Thu Jul 3 20:54:51 CEST 2025
commit 53d7c9b7ccc65d313fef1b64b48d21cd24f61a59
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jul 3 20:56:20 2025 +0200
- updated to 80.9.0
python3-setuptools.spec | 69 ++++++++++++++++++++++++++-----------------------
1 file changed, 36 insertions(+), 33 deletions(-)
---
diff --git a/python3-setuptools.spec b/python3-setuptools.spec
index 9697d03..72703b5 100644
--- a/python3-setuptools.spec
+++ b/python3-setuptools.spec
@@ -16,63 +16,64 @@
Summary: A collection of enhancements to the Python distutils
Summary(pl.UTF-8): Zestaw rozszerzeń dla pythonowych distutils
Name: python3-setuptools
-Version: 80.2.0
+Version: 80.9.0
Release: 1
Epoch: 1
License: MIT
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/setuptools/
Source0: https://files.pythonhosted.org/packages/source/s/setuptools/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 32024ab37b52f98220c6453bbcbd535f
+# Source0-md5: 82e1d67883b713f9493659b50d13b436
Patch0: setuptools-missing.patch
Patch1: multilib.patch
URL: https://github.com/pypa/setuptools
%if %(locale -a | grep -q '^C\.utf8$'; echo $?)
BuildRequires: glibc-localedb-all
%endif
-BuildRequires: python3-modules >= 1:3.8
+BuildRequires: python3-modules >= 1:3.9
%{!?with_bootstrap:BuildRequires: python3-setuptools >= 1:54}
%if %{with system_libs}
# versions from pkg_resources/_vendor/vendored.txt and setuptools/_vendor/vendored.txt
-BuildRequires: python3-importlib_metadata >= 6.0.0
-BuildRequires: python3-importlib_resources >= 5.10.2
-BuildRequires: python3-jaraco.text >= 3.7.0
-BuildRequires: python3-ordered-set >= 3.1.1
-BuildRequires: python3-platformdirs >= 2.6.2
-BuildRequires: python3-more_itertools >= 8.8.0
-BuildRequires: python3-packaging >= 23.1
+BuildRequires: python3-importlib_metadata >= 8.0.0
+BuildRequires: python3-jaraco.functools >= 4.0.1
+BuildRequires: python3-jaraco.text >= 3.12.1
+BuildRequires: python3-platformdirs >= 4.2.2
+BuildRequires: python3-more_itertools >= 10.3.0
+BuildRequires: python3-packaging >= 24.2
BuildRequires: python3-tomli >= 2.0.1
-BuildRequires: python3-typing_extensions >= 4.4.0
+BuildRequires: python3-typing_extensions >= 4.12.2
+BuildRequires: python3-wheel >= 0.45.1
BuildRequires: python3-zipp >= 3.7.0
%endif
BuildConflicts: python3-distribute < 0.7
%if %{with tests}
-BuildRequires: python3-build
-BuildRequires: python3-coverage >= 4.5.1
+BuildRequires: python3-build >= 1.0.3
BuildRequires: python3-filelock >= 3.4.0
-BuildRequires: python3-importlib_metadata
-BuildRequires: python3-ini2toml >= 0.9
+BuildRequires: python3-importlib_metadata >= 7.0.2
+BuildRequires: python3-ini2toml >= 0.14
BuildRequires: python3-jaraco.develop >= 7.21
BuildRequires: python3-jaraco.envs >= 2.2
-BuildRequires: python3-jaraco.path >= 3.2.0
-BuildRequires: python3-mypy >= 1.9
-BuildRequires: python3-packaging >= 23.2
+BuildRequires: python3-jaraco.path >= 3.7.2
+BuildRequires: python3-mypy >= 1.14
+BuildRequires: python3-packaging >= 24.2
BuildRequires: python3-pip >= 19.1
-BuildRequires: python3-pip_run >= 8.8
+BuildRequires: python3-pyproject_hooks
BuildRequires: python3-pytest >= 6
BuildRequires: python3-pytest-checkdocs >= 2.4
BuildRequires: python3-pytest-cov >= 2.5.1
BuildRequires: python3-pytest-enabler >= 2.2
-BuildRequires: python3-pytest-home
-BuildRequires: python3-pytest-mypy >= 0.9.1
+BuildRequires: python3-pytest-home >= 0.5
+BuildRequires: python3-pytest-mypy
BuildRequires: python3-pytest-perf
BuildRequires: python3-pytest-ruff >= 0.2.1
+BuildRequires: python3-pytest-subprocess
BuildRequires: python3-pytest-timeout
BuildRequires: python3-pytest-xdist >= 3
+BuildRequires: python3-ruff >= 0.8.0
BuildRequires: python3-virtualenv >= 13.0.0
BuildRequires: python3-tomli
BuildRequires: python3-tomli-w >= 1.0.0
-BuildRequires: python3-wheel
+BuildRequires: python3-wheel >= 0.44.0
%endif
%if %{with apidocs}
BuildRequires: python3-Sphinx >= 3.5
@@ -82,34 +83,36 @@ BuildRequires: python3-jaraco
BuildRequires: python3-jaraco.packaging >= 9.3
BuildRequires: python3-jaraco.tidelift >= 1.4
BuildRequires: python3-pygments-github-lexers >= 0.0.5
+BuildRequires: python3-pyproject_hooks
BuildRequires: python3-rst.linker >= 1.9
# specified but not required(?)
#BuildRequires: python3-pygments-github-lexers >= 0.0.5
BuildRequires: python3-setuptools >= 1:34
-BuildRequires: python3-sphinx-hoverxref
BuildRequires: python3-sphinx-notfound-page >= 1
BuildRequires: python3-sphinx-notfound-page < 2
BuildRequires: python3-sphinx-reredirects
BuildRequires: python3-sphinx_favicon
BuildRequires: python3-sphinx_inline_tabs
+BuildRequires: python3-sphinx_lint
+BuildRequires: python3-sphinx_reredirects
BuildRequires: python3-sphinxcontrib-towncrier
BuildRequires: python3-tomli
%endif
%{!?with_bootstrap:BuildRequires: rpm-pythonprov}
BuildRequires: rpmbuild(macros) >= 1.714
BuildRequires: unzip
-Requires: python3-modules >= 1:3.8
+Requires: python3-modules >= 1:3.9
%if %{with system_libs}
-# versions from pkg_resources/_vendor/vendored.txt and setuptools/_vendor/vendored.txt
+# versions from setuptools/_vendor
Requires: python3-importlib_metadata >= 6.0.0
-Requires: python3-importlib_resources >= 5.10.2
-Requires: python3-jaraco.text >= 3.7.0
-Requires: python3-ordered-set >= 3.1.1
-Requires: python3-platformdirs >= 2.6.2
-Requires: python3-more_itertools >= 8.8.0
-Requires: python3-packaging >= 23.1
+Requires: python3-jaraco.functools >= 4.0.1
+Requires: python3-jaraco.text >= 3.12.1
+Requires: python3-platformdirs >= 4.2.2
+Requires: python3-more_itertools >= 10.3.0
+Requires: python3-packaging >= 24.2
Requires: python3-tomli >= 2.0.1
-Requires: python3-typing_extensions >= 4.4.0
+Requires: python3-typing_extensions >= 4.12.2
+Requires: python3-wheel >= 0.45.1
Requires: python3-zipp >= 3.7.0
%endif
BuildArch: noarch
@@ -146,7 +149,7 @@ Dokumentacja API %{module}.
%patch -P 1 -p1
%if %{with system_libs}
-exit 1 # TODO: unvendor modules from pkg_resources/_vendor
+exit 1 # TODO: unvendor modules from setuptools/_vendor
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-setuptools.git/commitdiff/53d7c9b7ccc65d313fef1b64b48d21cd24f61a59
More information about the pld-cvs-commit
mailing list