Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
1 changed files with 7 additions and 47 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
|
|
||||||
Name: python-xmltramp
|
Name: python-xmltramp
|
||||||
Version: 2.18
|
Version: 2.18
|
||||||
Release: 29%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: Pythonic API for XML
|
Summary: Pythonic API for XML
|
||||||
|
|
||||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
License: GPLv2
|
||||||
License: GPL-2.0-only
|
|
||||||
# License text is not present in the upstream file, though clearly marked as GPLv2
|
# License text is not present in the upstream file, though clearly marked as GPLv2
|
||||||
# See https://www.redhat.com/archives/fedora-legal-list/2008-January/msg00010.html
|
# See https://www.redhat.com/archives/fedora-legal-list/2008-January/msg00010.html
|
||||||
|
|
||||||
|
|
@ -34,11 +33,11 @@ Summary: %summary
|
||||||
%prep
|
%prep
|
||||||
%setup -c -T
|
%setup -c -T
|
||||||
cp -p %{SOURCE0} xmltramp.py
|
cp -p %{SOURCE0} xmltramp.py
|
||||||
%patch -P1 -p1
|
%patch1 -p1
|
||||||
%patch -P2 -p1
|
%patch2 -p1
|
||||||
%patch -P3 -p1
|
%patch3 -p1
|
||||||
%patch -P4 -p1
|
%patch4 -p1
|
||||||
%patch -P5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# noarch
|
# noarch
|
||||||
|
|
@ -55,45 +54,6 @@ install -Dm0644 -t %{buildroot}%{python3_sitelib}/ xmltramp.py
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.18-29
|
|
||||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
|
||||||
|
|
||||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.18-28
|
|
||||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-27
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.18-26
|
|
||||||
- Rebuilt for Python 3.14
|
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-25
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 2.18-24
|
|
||||||
- convert license to SPDX
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-23
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.18-22
|
|
||||||
- Rebuilt for Python 3.13
|
|
||||||
|
|
||||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-21
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-20
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.18-18
|
|
||||||
- Rebuilt for Python 3.12
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-16
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-16
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue