Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-APScheduler for openSUSE:Leap:16.0 checked in at 2025-07-24 08:30:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-APScheduler (Old) and /work/SRC/openSUSE:Leap:16.0/.python-APScheduler.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-APScheduler" Thu Jul 24 08:30:42 2025 rev:2 rq:1293677 version:3.11.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-APScheduler/python-APScheduler.changes 2025-03-19 11:55:18.551323053 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-APScheduler.new.8875/python-APScheduler.changes 2025-07-24 08:30:43.777129486 +0200 @@ -1,0 +2,35 @@ +Thu Apr 10 03:43:18 UTC 2025 - Steve Kowalik <steven.kowa...@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.kowa...@suse.com> + +- Lowercase metadata directory name. + +------------------------------------------------------------------- +Fri Jan 24 07:28:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@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 + +------------------------------------------------------------------- Old: ---- APScheduler-3.10.4.tar.gz New: ---- apscheduler-3.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-APScheduler.spec ++++++ --- /var/tmp/diff_new_pack.8rpSEv/_old 2025-07-24 08:30:44.033140129 +0200 +++ /var/tmp/diff_new_pack.8rpSEv/_new 2025-07-24 08:30:44.033140129 +0200 @@ -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 @@ * 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,5 +103,5 @@ %doc README.rst %doc examples/ %{python_sitelib}/apscheduler -%{python_sitelib}/APScheduler-%{version}*-info +%{python_sitelib}/[Aa][Pp][Ss]cheduler-%{version}.dist-info