diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 1626da7..8cf6811 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-APScheduler -Version: 3.10.4 +Version: 4.0.0a4 Release: 1mamba Summary: A light but powerful in-process task scheduler that lets you schedule jobs Group: System/Libraries @@ -11,10 +11,10 @@ URL: https://github.com/agronholm/apscheduler Source: https://pypi.debian.net/APScheduler/APScheduler-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: (python3.11dist(tzlocal) < 3 or python3.11dist(tzlocal) > 4) +BuildRequires: (python3.11dist(anyio) >= 4 with python3.11dist(anyio) < 5) +BuildRequires: (python3.11dist(tenacity) >= 8 with python3.11dist(tenacity) < 9) BuildRequires: libpython311-devel -BuildRequires: python3.11dist(pytz) -BuildRequires: python3.11dist(six) +BuildRequires: python3.11dist(attrs) BuildRequires: python3.11dist(tzlocal) ## AUTOBUILDREQ-END @@ -52,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE.txt %changelog +* Tue Mar 05 2024 Automatic Build System 4.0.0a4-1mamba +- automatic update by autodist + * Fri Feb 16 2024 Automatic Build System 3.10.4-1mamba - automatic version update by autodist