diff options
Diffstat (limited to 'python-schedule.spec')
-rw-r--r-- | python-schedule.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-schedule.spec b/python-schedule.spec index b15c9c4..225480d 100644 --- a/python-schedule.spec +++ b/python-schedule.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-schedule -Version: 1.1.0 +Version: 1.2.0 Release: 1 Summary: Job scheduling for humans. License: MIT URL: https://github.com/dbader/schedule -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/b5/a291a4c0faa491fd5baefa6d89011ece581cff47b23c0a39b42a63383358/schedule-1.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/62/b9f933c01e3692393fb91cbe19015f91e1e69d409943a627c434518974f7/schedule-1.2.0.tar.gz BuildArch: noarch @@ -15,7 +15,7 @@ Python job scheduling for humans. Run Python functions (or any other callable) p - In-process scheduler for periodic jobs. No extra processes needed! - Very lightweight and no external dependencies. - Excellent test coverage. -- Tested on Python and 3.6, 3.7, 3.8, 3.9 +- Tested on Python and 3.7, 3.8, 3.9, 3.10, 3.11 %package -n python3-schedule Summary: Job scheduling for humans. @@ -29,7 +29,7 @@ Python job scheduling for humans. Run Python functions (or any other callable) p - In-process scheduler for periodic jobs. No extra processes needed! - Very lightweight and no external dependencies. - Excellent test coverage. -- Tested on Python and 3.6, 3.7, 3.8, 3.9 +- Tested on Python and 3.7, 3.8, 3.9, 3.10, 3.11 %package help Summary: Development documents and examples for schedule @@ -40,10 +40,10 @@ Python job scheduling for humans. Run Python functions (or any other callable) p - In-process scheduler for periodic jobs. No extra processes needed! - Very lightweight and no external dependencies. - Excellent test coverage. -- Tested on Python and 3.6, 3.7, 3.8, 3.9 +- Tested on Python and 3.7, 3.8, 3.9, 3.10, 3.11 %prep -%autosetup -n schedule-1.1.0 +%autosetup -n schedule-1.2.0 %build %py3_build @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.0-1 - Package Spec generated |