public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/python-debtcollector] rawhide: Use python3_pkgversion macro
Date: Sat, 13 Jun 2026 17:57:22 GMT	[thread overview]
Message-ID: <178137344208.1.7025513909946880514.rpms-python-debtcollector-f4b00936e1d6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-debtcollector
Branch : rawhide
Commit : f4b00936e1d6086796e7628638a4d176ac0740de
Author : Steve Traylen <steve.traylen@cern.ch>
Date   : 2026-06-13T19:57:07+02:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-debtcollector/c/f4b00936e1d6086796e7628638a4d176ac0740de?branch=rawhide

Log:
Use python3_pkgversion macro

---
diff --git a/python-debtcollector.spec b/python-debtcollector.spec
index 6da4bb2..b07eb03 100644
--- a/python-debtcollector.spec
+++ b/python-debtcollector.spec
@@ -26,7 +26,7 @@ Source101:   https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}
 Source102:   https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
 %endif
 
-BuildRequires: python3-devel
+BuildRequires: python%{python3_pkgversion}-devel
 
 BuildArch:     noarch
 
@@ -42,11 +42,11 @@ BuildRequires: git-core
 %{common_desc}
 
 
-%package -n python3-%{pypi_name}
+%package -n python%{python3_pkgversion}-%{pypi_name}
 Summary:     A collection of Python deprecation patterns and strategies
 
 
-%description -n python3-%{pypi_name}
+%description -n python%{python3_pkgversion}-%{pypi_name}
 %{common_desc}
 
 
@@ -109,7 +109,7 @@ rm -fr doc/build/html/.{doctrees,buildinfo}
 %tox -e %{default_toxenv}
 
 
-%files -n python3-%{pypi_name} -f %{pyproject_files}
+%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
 %doc README.rst CONTRIBUTING.rst ChangeLog
 %exclude %{python3_sitelib}/%{pypi_name}/tests
 

                 reply	other threads:[~2026-06-13 17:57 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=178137344208.1.7025513909946880514.rpms-python-debtcollector-f4b00936e1d6@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --cc=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