From d74fb8a0b9356c1b62f31acac3803d2d078de6a6 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mon, 20 Jul 2020 17:38:54 +0200 Subject: [PATCH] Update project URL --- python-APScheduler.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 3f70cd1..98a8700 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -10,11 +10,11 @@ offline.} Name: python-APScheduler Version: 3.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: In-process task scheduler with Cron-like capabilities License: MIT -URL: http://pythonhosted.org/APScheduler/ +URL: https://github.com/agronholm/apscheduler Source0: %pypi_source BuildArch: noarch @@ -68,6 +68,9 @@ export TZ=UTC %{python3_sitelib}/apscheduler/ %changelog +* Mon Jul 20 2020 Fabien Boucher - 3.6.3-3 +- Update project url + * Tue May 26 2020 Miro HronĨok - 3.6.3-2 - Rebuilt for Python 3.9