14
0

- 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:
2023-02-23 14:34:29 +00:00
committed by Git OBS Bridge
parent 52b9ab00c8
commit 0e7ef83ac8
4 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a3696
size 100353

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2bea0309569da53a7261bfa0ce19c67ddbfe151bda776a6a907579fdbd3eb2a
size 100604

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-APScheduler
Version: 3.9.1.post1
Version: 3.10.0
Release: 0
Summary: In-process task scheduler with Cron-like capabilities
License: MIT
URL: https://github.com/agronholm/apscheduler
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 gevent}
BuildRequires: %{python_module pytest-asyncio}
@@ -42,7 +42,7 @@ BuildRequires: python-rpm-macros
Requires: python-pytz
Requires: python-six >= 1.4.0
Requires: python-tzlocal >= 2.0
Recommends: python-SQLAlchemy >= 0.8
Recommends: python-SQLAlchemy >= 1.4
Recommends: python-Twisted
Recommends: python-gevent
Suggests: python-kazoo