Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08592600c3 | |||
| b0ba67f931 | |||
| b6287a6c82 | |||
| a8d1c871ee | |||
| 0f762e05f7 |
+16
-7
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 3%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: XML bomb protection for Python stdlib modules
|
Summary: XML bomb protection for Python stdlib modules
|
||||||
License: Python
|
License: Python
|
||||||
URL: https://github.com/tiran/defusedxml
|
URL: https://github.com/tiran/defusedxml
|
||||||
@@ -24,7 +24,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
# No python2-setuptools on EL 7
|
# No python2-setuptools on EL 7
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
|
|
||||||
%if 0%{with_python3}
|
%if 0%{with_python3}
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
@@ -130,12 +130,21 @@ module. This is the python%{python3_other_pkgversion} build.
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 24 2023 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-3
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
|
||||||
- Rebuilt to provide python3-defusedxml
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
- Fixes: rhbz#2233752
|
|
||||||
|
|
||||||
* Thu Mar 07 2019 Troy Dawson <tdawson@redhat.com> - 0.5.0-2
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-5
|
||||||
- Rebuilt to change main python from 3.4 to 3.6
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.0-4
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 10 2017 Adam Williamson <awilliam@redhat.com> - 0.5.0-1
|
* Fri Feb 10 2017 Adam Williamson <awilliam@redhat.com> - 0.5.0-1
|
||||||
- Update to 0.5.0, drop merged/superseded patches
|
- Update to 0.5.0, drop merged/superseded patches
|
||||||
|
|||||||
Reference in New Issue
Block a user