From fc09e15b3a3f026303078721b9dc2cc4092c5a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:51:31 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-APScheduler.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-APScheduler.spec b/python-APScheduler.spec index f08fd5f..718869d 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 3.0.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: In-process task scheduler with Cron-like capabilities License: MIT @@ -119,6 +119,9 @@ export TZ=UTC %doc docs/_build/html %changelog +* Tue Jun 19 2018 Miro HronĨok - 3.0.5-9 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 3.0.5-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)