Update to 0.7.0rc1
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1831331 Adds Python 3.9 compatibility, resolves https://bugzilla.redhat.com/show_bug.cgi?id=1817700
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
/defusedxml-0.4.1.tar.gz
|
||||
/defusedxml-0.5.0.tar.gz
|
||||
/defusedxml-0.6.0.tar.gz
|
||||
/defusedxml-0.7.0rc1.tar.gz
|
||||
|
||||
+14
-12
@@ -1,15 +1,14 @@
|
||||
%global pypi_name defusedxml
|
||||
# define the license macro as doc if licensedir is not defined for
|
||||
# compatibility with EPEL
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
|
||||
%global pypi_name defusedxml
|
||||
%global base_version 0.7.0
|
||||
%global prerel rc1
|
||||
%global upstream_version %{base_version}%{?prerel}
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.6.0
|
||||
Release: 5%{?dist}
|
||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Summary: XML bomb protection for Python stdlib modules
|
||||
License: Python
|
||||
URL: https://github.com/tiran/defusedxml
|
||||
Source0: %{pypi_source}
|
||||
Source0: %{pypi_source %{pypi_name} %{upstream_version}}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -25,7 +24,7 @@ module.
|
||||
|
||||
|
||||
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||
Summary: XML bomb protection for Python stdlib modules
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{pypi_name}
|
||||
@@ -37,7 +36,7 @@ module. This is the python%{python3_pkgversion} build.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{pypi_name}-%{version}
|
||||
%autosetup -p1 -n %{pypi_name}-%{upstream_version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@@ -46,17 +45,20 @@ module. This is the python%{python3_pkgversion} build.
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} tests.py
|
||||
%{python3} tests.py
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||
%doc README.txt README.html CHANGES.txt
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/%{pypi_name}/
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/
|
||||
%{python3_sitelib}/%{pypi_name}-%{upstream_version}-py%{python3_version}.egg-info/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 04 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.0~rc1-1
|
||||
- Update to 0.7.0rc1
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (defusedxml-0.6.0.tar.gz) = dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226
|
||||
SHA512 (defusedxml-0.7.0rc1.tar.gz) = df60e833a1fec8f6fab433ed38ce89c92cb6fa40cde418b3e62eca4112891fabd8b3e111006cc89f5023896075130b7b41d9a23adfbab7e7432434598da4158a
|
||||
|
||||
Reference in New Issue
Block a user