From 0e456f133511c59c83a19c5865785b18a3b7dc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-fasteners.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index bb55ed6..da0e566 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -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 - 0.14.1-7 +- Rebuild for Python 3.6 + * Mon Aug 29 2016 Matthias Runge - 0.14.1-6 - Use time.monotonic if available (Python3 > 3.2) patch thanks to Ville Skyttä (rhbz#1294335)