Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 11:16:45 +02:00
parent 7064557d26
commit 14e39b53a5
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{pkgname}
Version: 5.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Python QR Code image generator
License: BSD
@ -182,6 +182,9 @@ popd
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 5.1-12
- Rebuilt for Python 3.7
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.1-11
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)