forked from pool/python-APScheduler
- update to 3.10.0:
* Fixed compatibility with SQLAlchemy 2.0 and bumped minimum supported version to 1.4 * Dropped support for Python versions older than 3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=48
This commit is contained in:
3
APScheduler-3.10.0.tar.gz
Normal file
3
APScheduler-3.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a3696
|
||||||
|
size 100353
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2bea0309569da53a7261bfa0ce19c67ddbfe151bda776a6a907579fdbd3eb2a
|
|
||||||
size 100604
|
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 14:31:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.10.0:
|
||||||
|
* Fixed compatibility with SQLAlchemy 2.0 and bumped minimum
|
||||||
|
supported version to 1.4
|
||||||
|
* Dropped support for Python versions older than 3.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 17:48:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Dec 1 17:48:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-APScheduler
|
# spec file for package python-APScheduler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,13 +19,13 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-APScheduler
|
Name: python-APScheduler
|
||||||
Version: 3.9.1.post1
|
Version: 3.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: In-process task scheduler with Cron-like capabilities
|
Summary: In-process task scheduler with Cron-like capabilities
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/agronholm/apscheduler
|
URL: https://github.com/agronholm/apscheduler
|
||||||
Source: https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module SQLAlchemy >= 0.8}
|
BuildRequires: %{python_module SQLAlchemy >= 1.4}
|
||||||
BuildRequires: %{python_module Twisted}
|
BuildRequires: %{python_module Twisted}
|
||||||
BuildRequires: %{python_module gevent}
|
BuildRequires: %{python_module gevent}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
@@ -42,7 +42,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-six >= 1.4.0
|
Requires: python-six >= 1.4.0
|
||||||
Requires: python-tzlocal >= 2.0
|
Requires: python-tzlocal >= 2.0
|
||||||
Recommends: python-SQLAlchemy >= 0.8
|
Recommends: python-SQLAlchemy >= 1.4
|
||||||
Recommends: python-Twisted
|
Recommends: python-Twisted
|
||||||
Recommends: python-gevent
|
Recommends: python-gevent
|
||||||
Suggests: python-kazoo
|
Suggests: python-kazoo
|
||||||
|
Reference in New Issue
Block a user