diff --git a/APScheduler-3.10.1.tar.gz b/APScheduler-3.10.1.tar.gz deleted file mode 100644 index b8d94f0e5ea45b7de76ce8f3d43f4a909ff13962..0000000000000000000000000000000000000000 Binary files a/APScheduler-3.10.1.tar.gz and /dev/null differ diff --git a/APScheduler-3.10.4.tar.gz b/APScheduler-3.10.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1c66ac55635007efe78a2ea32f14a247c3bb50d1 Binary files /dev/null and b/APScheduler-3.10.4.tar.gz differ diff --git a/Adapt-version-constraints-for-tzlocal-in-setup.py.patch b/Adapt-version-constraints-for-tzlocal-in-setup.py.patch deleted file mode 100644 index 10e89f1f99930b9119374d5f53a7ab95b2871f1c..0000000000000000000000000000000000000000 --- a/Adapt-version-constraints-for-tzlocal-in-setup.py.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 61f66fa165142a65a534646922888d7ab3c72361 Mon Sep 17 00:00:00 2001 -From: starlet-dx <15929766099@163.com> -Date: Mon, 8 May 2023 17:34:00 +0800 -Subject: [PATCH 1/1] Adapt version constraints for tzlocal in setup.py - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 3b452aa..41347e5 100644 ---- a/setup.py -+++ b/setup.py -@@ -42,7 +42,7 @@ setup( - 'setuptools >= 0.7', - 'six >= 1.4.0', - 'pytz', -- 'tzlocal >= 2.0, != 3.*' -+ 'tzlocal >= 3.0' - ], - extras_require={ - 'gevent': ['gevent'], --- -2.30.0 - diff --git a/python-apscheduler.spec b/python-apscheduler.spec index da4145aec5e0fe3a0162901f235f42363e36a75d..5a487c00da0b69babb99bb16d63f190d165b227f 100644 --- a/python-apscheduler.spec +++ b/python-apscheduler.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-APScheduler -Version: 3.10.1 +Version: 3.10.4 Release: 1 Summary: In-process task scheduler with Cron-like capabilities License: MIT URL: https://github.com/agronholm/apscheduler Source0: https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz -Patch0: Adapt-version-constraints-for-tzlocal-in-setup.py.patch BuildArch: noarch BuildRequires: python-setuptools_scm python3-pip python3-setuptools python3-six python3-pytz @@ -54,6 +53,7 @@ Documentation can be found `here = 2.0, != 3\..*'\''/, "'\''tzlocal >= 3.0'\''")}1' setup.py > setup.py.tmp && mv setup.py.tmp setup.py %build %py3_build @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 01 2023 jiangxinyu - 3.10.4-1 +- Update package to version 3.10.4 + * Tue May 09 2023 yaoxin - 3.10.1-1 - Update to 3.10.1