Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 11:01:30 +02:00
parent ef7a3587a7
commit a606384df4

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.14.1
Release: 12%{?dist}
Release: 13%{?dist}
Summary: A python package that provides useful locks
License: ASL 2.0
@ -99,6 +99,9 @@ nosetests-%{python3_version}
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.14.1-13
- Rebuilt for Python 3.7
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.14.1-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)