Update to 4.0.0a5 upstream release

Upstream tag: 4.0.0a5
Upstream commit: 8eaeb1f4

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Maja Massarini 2024-08-05 16:10:02 +02:00
commit a0e7724a9f
5 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
%global srcname APScheduler
%global srcname apscheduler
%global _description %{expand:
Advanced Python Scheduler (APScheduler) is a Python library that lets you
schedule your Python code to be executed later, either just once or
@ -9,7 +9,7 @@ restarted, it will then run all the jobs it should have run while it was
offline.}
Name: python-%{srcname}
Version: 4.0.0a4
Version: 4.0.0a5
Release: %autorelease
Summary: In-process task scheduler with Cron-like capabilities