public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-barbicanclient] f45: Replace Python version glob with macro (needed for Python 3.10+)
@ 2026-08-30 13:16 Joel Capitao
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Capitao @ 2026-08-30 13:16 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-barbicanclient
Branch : f45
Commit : c12d1f5085a818a705dd7fc0e524784067ac1aa7
Author : Joel Capitao <jcapitao@redhat.com>
Date   : 2021-06-15T17:05:47+02:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-barbicanclient/c/c12d1f5085a818a705dd7fc0e524784067ac1aa7?branch=f45

Log:
Replace Python version glob with macro (needed for Python 3.10+)

---
diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index a0522c2..46c5f4e 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -103,7 +103,7 @@ ln -s ./barbican %{buildroot}%{_bindir}/barbican-3
 %{_bindir}/barbican
 %{_bindir}/barbican-3
 %{python3_sitelib}/barbicanclient
-%{python3_sitelib}/python_barbicanclient-%{upstream_version}-py?.?.egg-info
+%{python3_sitelib}/python_barbicanclient-%{upstream_version}-py%{python3_version}.egg-info
 
 %if 0%{?with_doc}
 %files -n python-%{sname}-doc

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/python-barbicanclient] f45: Replace Python version glob with macro (needed for Python 3.10+)
@ 2026-08-30 13:16 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-08-30 13:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-barbicanclient
            Branch : f45
            Commit : 34462f7e0ab10816afe935fd21b52d8fbbc0cb52
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2020-07-13T21:04:28+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-barbicanclient/c/34462f7e0ab10816afe935fd21b52d8fbbc0cb52?branch=f45

            Log:
            Replace Python version glob with macro (needed for Python 3.10+)

See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/

Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>

---
diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 9067e7c..7f846ac 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -87,7 +87,7 @@ ln -s ./barbican %{buildroot}%{_bindir}/barbican-3
 %{_bindir}/barbican
 %{_bindir}/barbican-3
 %{python3_sitelib}/barbicanclient
-%{python3_sitelib}/python_barbicanclient-%{upstream_version}-py?.?.egg-info
+%{python3_sitelib}/python_barbicanclient-%{upstream_version}-py%{python3_version}.egg-info
 
 %if 0%{?with_doc}
 %files -n python-%{sname}-doc

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-30 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 13:16 [rpms/python-barbicanclient] f45: Replace Python version glob with macro (needed for Python 3.10+) Joel Capitao
  -- strict thread matches above, loose matches on Subject: below --
2026-08-30 13:16 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox