automatic update by autodist [release 4.0.0a4-1mamba;Tue Mar 05 2024]
This commit is contained in:
parent
b14352d24c
commit
78e426b2cc
@ -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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user