public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-genshi] rawhide: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
Date: Tue, 02 Jun 2026 05:47:11 GMT	[thread overview]
Message-ID: <178037923196.1.11222740779889627145.rpms-python-genshi-2cd315f6767c@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-02  5:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178037923196.1.11222740779889627145.rpms-python-genshi-2cd315f6767c@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox