Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 11:12:47 +02:00
commit a2188c8173

View file

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 0.5.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Wkhtmltopdf python wrapper
Group: Development/Libraries
@ -72,6 +72,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-10
- Rebuilt for Python 3.7
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.0-9
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)