Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:37 +01:00
parent 6305036fcb
commit 0e456f1335

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.14.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A python package that provides useful locks
License: ASL 2.0
@ -99,6 +99,9 @@ nosetests-%{python3_version}
%changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.14.1-7
- Rebuild for Python 3.6
* Mon Aug 29 2016 Matthias Runge <mrunge@redhat.com> - 0.14.1-6
- Use time.monotonic if available (Python3 > 3.2)
patch thanks to Ville Skyttä (rhbz#1294335)