public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-phply] pr-3: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
Date: Tue, 09 Jun 2026 07:24:30 GMT	[thread overview]
Message-ID: <178098987047.1.7057016914522957961.rpms-python-phply-bb88fc6b1997@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-phply
            Branch : pr-3
            Commit : bb88fc6b1997f656e5c55b8521346f013c4029c2
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-06-09T12:53:04+05:30
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-phply/c/bb88fc6b1997f656e5c55b8521346f013c4029c2?branch=pr-3

            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-phply.spec b/python-phply.spec
index a681af5..f9d928a 100644
--- a/python-phply.spec
+++ b/python-phply.spec
@@ -3,7 +3,7 @@
 
 Name:           python-%{pypi_name}
 Version:        1.2.5
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        PHP parser written in Python using PLY 
 
 License:        BSD-3-Clause
@@ -13,6 +13,7 @@ Source0:        https://github.com/%{author}/%{pypi_name}/archive/refs/tags/%{ve
 BuildArch:      noarch
 
 BuildRequires:  python3dist(ply)
+BuildRequires:  python3-pkg-resources
 BuildRequires:  pyproject-rpm-macros
 
 %generate_buildrequires
@@ -51,6 +52,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/tests
 %{python3_sitelib}/%{pypi_name}*.pth
 
 %changelog
+* Tue Jun 09 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.2.5-20
+- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources
+
 * Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.2.5-19
 - Rebuilt for Python 3.15
 

                 reply	other threads:[~2026-06-09  7:24 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=178098987047.1.7057016914522957961.rpms-python-phply-bb88fc6b1997@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