public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-metar] rawhide: Rename the RPM package back to python3-metar
@ 2026-06-24 14:55
0 siblings, 0 replies; only message in thread
From: @ 2026-06-24 14:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-metar
Branch : rawhide
Commit : 888fc6f801072a215570dd18a515f049406edacc
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-06-24T11:58:01+02:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-metar/c/888fc6f801072a215570dd18a515f049406edacc?branch=rawhide
Log:
Rename the RPM package back to python3-metar
It was renamed to python-metar in c2389d1accb1f48844e04a881ed9d8ec77381501.
---
diff --git a/python-metar.spec b/python-metar.spec
index 962ce2a..fb7d035 100644
--- a/python-metar.spec
+++ b/python-metar.spec
@@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 2.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: %{summary}
# This software uses the BSD-Source-Code license
@@ -49,7 +49,8 @@ BuildRequires: python3-devel python3-pytest
%package -n python3-%{srcname}
Summary: %{summary}
-%{?python_provide:%python_provide python-%{srcname}}
+# This was briefly wrongly packaged as such:
+Obsoletes: python-%{srcname} < 2.0.1-3
%description -n python3-%{srcname} %_description
@@ -76,7 +77,7 @@ chmod 644 sample.py
# run the test suite
%{__python3} -m pytest -v
-%files -n python-%{srcname}
+%files -n python3-%{srcname}
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/%{srcname}*dist-info
%doc sample.py
@@ -86,6 +87,9 @@ chmod 644 sample.py
%changelog
+* Wed Jun 24 2026 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-3
+- Rename the RPM package back to python3-metar
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2.0.1-2
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 14:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 14:55 [rpms/python-metar] rawhide: Rename the RPM package back to python3-metar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox