|
|
|
@@ -1,10 +1,10 @@
|
|
|
|
|
%global pypi_name defusedxml
|
|
|
|
|
%global base_version 0.7.0
|
|
|
|
|
%global prerel rc2
|
|
|
|
|
%global base_version 0.7.1
|
|
|
|
|
#global prerel ...
|
|
|
|
|
%global upstream_version %{base_version}%{?prerel}
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: XML bomb protection for Python stdlib modules
|
|
|
|
|
License: Python
|
|
|
|
|
URL: https://github.com/tiran/defusedxml
|
|
|
|
@@ -56,6 +56,35 @@ module. This is the python%{python3_pkgversion} build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.7.1-8
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.1-5
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.7.1-2
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Mon May 03 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.7.1-1
|
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
- Fixes: rhbz#1935032
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Miro Hrončok <mhroncok@redhat.com> - 0.7.0~rc2-1
|
|
|
|
|
- Update to 0.7.0rc2
|
|
|
|
|
- Fixes: rhbz#1915522
|
|
|
|
|