12
0

5 Commits

Author SHA256 Message Date
f7c70272d6 Accepting request 1268266 from devel:languages:python
- Actually drop {Build,}Requires on six.
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1268266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=24
2025-04-10 19:59:49 +00:00
061412ec21 - Actually drop {Build,}Requires on six.
- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=59
2025-04-10 03:44:12 +00:00
dd5cb0eb07 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=58
2025-03-26 00:21:42 +00:00
faff0f8673 Accepting request 1240308 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=23
2025-01-27 19:52:39 +00:00
8c252a93db Accepting request 1240027 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1240027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=56
2025-01-25 22:00:14 +00:00
4 changed files with 47 additions and 12 deletions

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,28 +18,28 @@
%{?sle15_python_module_pythons}
Name: python-APScheduler
Version: 3.10.4
Version: 3.11.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
Source: https://files.pythonhosted.org/packages/source/a/apscheduler/apscheduler-%{version}.tar.gz
BuildRequires: %{python_module SQLAlchemy >= 1.4}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-tornado}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools >= 36.2.7}
BuildRequires: %{python_module setuptools_scm >= 1.7.0}
BuildRequires: %{python_module six >= 1.4.0}
BuildRequires: %{python_module tornado}
BuildRequires: %{python_module tzlocal >= 2.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytz
Requires: python-six >= 1.4.0
Requires: python-tzlocal >= 2.0
Recommends: python-SQLAlchemy >= 1.4
Recommends: python-Twisted
@@ -84,14 +84,14 @@ APscheduler provides multiple job stores.
* MongoDB
%prep
%setup -q -n APScheduler-%{version}
%setup -q -n apscheduler-%{version}
sed -i 's/--cov//' setup.cfg
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -103,6 +103,6 @@ sed -i 's/--cov//' setup.cfg
%doc README.rst
%doc examples/
%{python_sitelib}/apscheduler
%{python_sitelib}/APScheduler-%{version}*-info
%{python_sitelib}/[Aa][Pp][Ss]cheduler-%{version}.dist-info
%changelog