public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-genshi] rawhide: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
@ 2026-06-02 5:47
0 siblings, 0 replies; only message in thread
From: @ 2026-06-02 5:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-genshi
Branch : rawhide
Commit : 2cd315f6767c60188577b404b6b0209093c3b7e2
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-06-02T07:47:01+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-genshi/c/2cd315f6767c60188577b404b6b0209093c3b7e2?branch=rawhide
Log:
Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
Setuptools 82 dropped pkg_resources from the setuptools distribution.
Add explicit build dependency on the compat package.
Assisted-by: Cursor
---
diff --git a/python-genshi.spec b/python-genshi.spec
index 46758c2..6e60194 100644
--- a/python-genshi.spec
+++ b/python-genshi.spec
@@ -1,6 +1,6 @@
Name: python-genshi
Version: 0.7.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Toolkit for stream-based generation of output for the web
License: BSD-3-Clause
@@ -11,6 +11,7 @@ Source0: %{pypi_source genshi}
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3dist(pytest)
+BuildRequires: python3-pkg-resources
%description
Genshi is a Python library that provides an integrated set of
@@ -66,6 +67,9 @@ sed -i -e '/_speedups.c/d' %{pyproject_files}
%changelog
+* Tue Jun 02 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.7.11-2
+- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources
+
* Mon May 18 2026 Felix Schwarz <fschwarz@fedoraproject.org> - 0.7.11-1
- update to 0.7.11
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-02 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 5:47 [rpms/python-genshi] rawhide: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox