public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-setuptools] rawhide: Update to 84.0.0 (rhbz#2512800)
@ 2026-08-25 5:59 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-08-25 5:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-setuptools
Branch : rawhide
Commit : 49a6cee36011cf5c7dce2f911ae164c80b0b8335
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-08-13T10:11:08+02:00
Stats : +3/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-setuptools/c/49a6cee36011cf5c7dce2f911ae164c80b0b8335?branch=rawhide
Log:
Update to 84.0.0 (rhbz#2512800)
---
diff --git a/Adjust-the-setup.py-install-deprecation-message.patch b/Adjust-the-setup.py-install-deprecation-message.patch
index 0697fb6..fd0c175 100644
--- a/Adjust-the-setup.py-install-deprecation-message.patch
+++ b/Adjust-the-setup.py-install-deprecation-message.patch
@@ -13,7 +13,7 @@ index 19ca601..1e54326 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -55,14 +55,20 @@ class install(orig.install):
- _nc = dict(new_commands)
+ _nc: ClassVar[dict] = dict(new_commands)
def initialize_options(self):
+ import os
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 7d9c072..50e0543 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -10,7 +10,7 @@
Name: python-setuptools
# When updating, update the bundled libraries versions bellow!
-Version: 83.0.0
+Version: 84.0.0
Release: %autorelease
Summary: Easily build and distribute Python packages
# setuptools is MIT
@@ -149,9 +149,6 @@ echo rpm > %{buildroot}%{python3_sitelib}/setuptools-%{version}.dist-info/INSTAL
sed -Ei '/\/tests\b/d' %{pyproject_files}
%endif
-# https://github.com/pypa/setuptools/issues/2709
-find %{buildroot}%{python3_sitelib} -name tests -print0 | xargs -0 rm -r
-
# Install the wheel for the python-setuptools-wheel package
# and inject SBOM into it (if the macro is available)
mkdir -p %{buildroot}%{python_wheel_dir}
diff --git a/sources b/sources
index c57f6ed..2117b7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (setuptools-83.0.0.tar.gz) = d426f235471d30b41391bda63e8f3d461f54a6a4127594a2e2d0cab0c7576d511db5e5f211ed6cdac2afc620d3695e991a1dd08106f1201ec64697b14b3e0390
+SHA512 (setuptools-84.0.0.tar.gz) = 67721834362dd88c256cbd523413dbdcb99ca871bcc873ffa29c7667687973e1d5e15b0ea8ef4529711418b14d3d660771846877543001d4ab0fe8b4585ac9ad
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 5:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 5:59 [rpms/python-setuptools] rawhide: Update to 84.0.0 (rhbz#2512800) Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox