diff --git a/APScheduler-3.6.3.tar.gz b/APScheduler-3.6.3.tar.gz deleted file mode 100644 index 8ac63e01ea22014d0cdbc76ae8b8f94d52c443e5..0000000000000000000000000000000000000000 Binary files a/APScheduler-3.6.3.tar.gz and /dev/null differ diff --git a/APScheduler-3.9.1.tar.gz b/APScheduler-3.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ebae785aac010d8923d56ded161632d7bb168dbf Binary files /dev/null and b/APScheduler-3.9.1.tar.gz differ diff --git a/python-apscheduler.spec b/python-apscheduler.spec index 06f4774d36dbdc0404b3988ff08c70292d7077db..8fd2fda67b088b3c99d256f44a57dcdc6db07d49 100644 --- a/python-apscheduler.spec +++ b/python-apscheduler.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-APScheduler -Version: 3.6.3 +Version: 3.9.1 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/89/3d/f65972547c5aa533276ada2bea3c2ef51bb4c4de55b67a66129c111b89ad/APScheduler-3.6.3.tar.gz +Source0: https://files.pythonhosted.org/packages/3a/7c/f21a6fb73810191d16162f3fce325ff2a62673f63223c390bea48741ea00/APScheduler-3.9.1.tar.gz BuildArch: noarch BuildRequires: python-setuptools_scm python3-pip python3-setuptools python3-six python3-pytz @@ -53,7 +53,7 @@ Provides: python3-APScheduler-doc Documentation can be found `here `_. %prep -%autosetup -n APScheduler-3.6.3 +%autosetup -n APScheduler-3.9.1 %build %py3_build @@ -93,5 +93,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 05 2022 fushanqing - 3.9.1-1 +- update to 3.9.1 + * Tue Aug 18 2020 Python_Bot - Package Spec generated