Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
f7c70272d6 | |||
061412ec21 | |||
dd5cb0eb07 | |||
faff0f8673 | |||
8c252a93db |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a
|
|
||||||
size 100832
|
|
3
apscheduler-3.11.0.tar.gz
Normal file
3
apscheduler-3.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c622d250b0955a65d5d0eb91c33e6d43fd879834bf541e0a18661ae60460133
|
||||||
|
size 107347
|
@@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 03:43:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Actually drop {Build,}Requires on six.
|
||||||
|
- Support both lowercased and unnormalized metadata directory names.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 00:21:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 07:28:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.11.0
|
||||||
|
* Dropped support for Python 3.6 and 3.7
|
||||||
|
* Added support for ZoneInfo time zones and deprecated support
|
||||||
|
for pytz time zones
|
||||||
|
* Added CalendarIntervalTrigger, backported from the 4.x series
|
||||||
|
* Added the ability to export and import jobs via
|
||||||
|
scheduler.export_jobs() and scheduler.import_jobs(),
|
||||||
|
respectively
|
||||||
|
* Removed the dependency on six
|
||||||
|
* Changed ProcessPoolExecutor to spawn new subprocesses from scratch
|
||||||
|
instead of forking on all platform
|
||||||
|
* Fixed AsyncIOScheduler inadvertently creating a defunct event loop at
|
||||||
|
start, leading to the scheduler not working at all
|
||||||
|
* Fixed ProcessPoolExecutor not respecting the passed keyword arguments
|
||||||
|
when a broken pool was being replaced
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
- Switch build system from setuptools to pyproject.toml
|
||||||
|
* Add python-pip and python-wheel to BuildRequires
|
||||||
|
* Replace %python_build with %pyproject_wheel
|
||||||
|
* Replace %python_install with %pyproject_install
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 19:32:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Sep 18 19:32:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-APScheduler
|
# spec file for package python-APScheduler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -18,28 +18,28 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-APScheduler
|
Name: python-APScheduler
|
||||||
Version: 3.10.4
|
Version: 3.11.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 >= 1.4}
|
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 pip}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-tornado}
|
BuildRequires: %{python_module pytest-tornado}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module setuptools >= 36.2.7}
|
BuildRequires: %{python_module setuptools >= 36.2.7}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 1.7.0}
|
BuildRequires: %{python_module setuptools_scm >= 1.7.0}
|
||||||
BuildRequires: %{python_module six >= 1.4.0}
|
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
BuildRequires: %{python_module tzlocal >= 2.0}
|
BuildRequires: %{python_module tzlocal >= 2.0}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-six >= 1.4.0
|
|
||||||
Requires: python-tzlocal >= 2.0
|
Requires: python-tzlocal >= 2.0
|
||||||
Recommends: python-SQLAlchemy >= 1.4
|
Recommends: python-SQLAlchemy >= 1.4
|
||||||
Recommends: python-Twisted
|
Recommends: python-Twisted
|
||||||
@@ -84,14 +84,14 @@ APscheduler provides multiple job stores.
|
|||||||
* MongoDB
|
* MongoDB
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n APScheduler-%{version}
|
%setup -q -n apscheduler-%{version}
|
||||||
sed -i 's/--cov//' setup.cfg
|
sed -i 's/--cov//' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -103,6 +103,6 @@ sed -i 's/--cov//' setup.cfg
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%doc examples/
|
%doc examples/
|
||||||
%{python_sitelib}/apscheduler
|
%{python_sitelib}/apscheduler
|
||||||
%{python_sitelib}/APScheduler-%{version}*-info
|
%{python_sitelib}/[Aa][Pp][Ss]cheduler-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user