Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
097dcfd32b | ||
|
|
cb01dcfd79 | ||
|
|
d3438a6015 | ||
|
|
bb341e1069 | ||
|
|
fd3850b281 | ||
|
|
13ec60a38e | ||
|
|
cc03f169a0 | ||
|
|
435f728c19 | ||
|
|
63f9839644 |
1 changed files with 32 additions and 7 deletions
|
|
@ -1,10 +1,11 @@
|
|||
|
||||
Name: python-xmltramp
|
||||
Version: 2.18
|
||||
Release: 21%{?dist}
|
||||
Release: 29%{?dist}
|
||||
Summary: Pythonic API for XML
|
||||
|
||||
License: GPLv2
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
# 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
|
||||
|
||||
|
|
@ -33,11 +34,11 @@ Summary: %summary
|
|||
%prep
|
||||
%setup -c -T
|
||||
cp -p %{SOURCE0} xmltramp.py
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch -P5 -p1
|
||||
|
||||
%build
|
||||
# noarch
|
||||
|
|
@ -54,6 +55,30 @@ install -Dm0644 -t %{buildroot}%{python3_sitelib}/ xmltramp.py
|
|||
|
||||
|
||||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue