diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 59d235f..0e173d0 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -1,21 +1,19 @@ Name: python-APScheduler -Version: 3.7.0 +Version: 3.8.0 Release: 1mamba Summary: A light but powerful in-process task scheduler that lets you schedule jobs Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.python.org/pypi/APScheduler -Source: https://pypi.python.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz +URL: https://pypi.org/project/APScheduler/ +Source: https://pypi.debian.net/APScheduler/APScheduler-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel ## AUTOBUILDREQ-END Provides: python-apscheduler Obsoletes: python-apscheduler Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Advanced Python Scheduler (APScheduler) is a light but powerful in-process task scheduler that lets you schedule jobs (functions or any python callables) to be executed at times of your choosing. @@ -63,6 +61,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Fri Sep 24 2021 Automatic Build System 3.8.0-1mamba +- automatic version update by autodist + * Sun Feb 21 2021 Automatic Build System 3.7.0-1mamba - automatic version update by autodist