Rebuilt for Python 3.10

This commit is contained in:
Python Maint
2021-06-04 10:58:33 +02:00
committed by Miro Hrončok
parent b1586b1a7b
commit 0019aec48b
+4 -1
View File
@@ -4,7 +4,7 @@
%global upstream_version %{base_version}%{?prerel}
Name: python-%{pypi_name}
Version: %{base_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: XML bomb protection for Python stdlib modules
License: Python
URL: https://github.com/tiran/defusedxml
@@ -56,6 +56,9 @@ module. This is the python%{python3_pkgversion} build.
%changelog
* 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