rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.10.1-2mamba;Wed Sep 27 2023]
This commit is contained in:
parent
ce76479ff6
commit
c6e055b404
@ -1,6 +1,6 @@
|
||||
Name: python-APScheduler
|
||||
Version: 3.10.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A light but powerful in-process task scheduler that lets you schedule jobs
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,12 +10,13 @@ URL: https://pypi.org/project/APScheduler/
|
||||
Source: https://pypi.debian.net/APScheduler/APScheduler-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(pytz)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: python3.7dist(six)
|
||||
BuildRequires: python3.7dist(tzlocal)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(pytz)
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
BuildRequires: python3.11dist(six)
|
||||
BuildRequires: python3.11dist(tzlocal)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
Provides: python-apscheduler
|
||||
Obsoletes: python-apscheduler
|
||||
Requires: python >= %python_version
|
||||
@ -51,6 +52,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/APScheduler-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 3.10.1-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user