automatic update by autodist [release 4.0.0a4-1mamba;Tue Mar 05 2024]

This commit is contained in:
Automatic Build System 2024-03-07 10:13:52 +01:00
parent b14352d24c
commit 78e426b2cc

View File

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