From 861dff04a2164845d955ddd24ec1929cc7521103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:01:40 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-filelock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-filelock.spec b/python-filelock.spec index 7229e18..0f1fb00 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{sum} Group: Development/Libraries @@ -112,6 +112,9 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/ %{python3_sitelib}/__pycache__/%{srcname}*.py[co] %changelog +* Tue Jun 19 2018 Miro HronĨok - 2.0.8-6 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 2.0.8-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)