summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 08:29:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 08:29:33 +0000
commitbb87a09c588b3c5a1e3ee98806f4d09340fbeb8f (patch)
tree1a03b092fc74dd4864507b1e34822e4f44776637
parent09d8683fef4d6b3c144f7f5759692f96d7b30c8d (diff)
automatic import of python-scheduleopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-schedule.spec14
-rw-r--r--sources2
3 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 2d405c8..480baba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/schedule-1.1.0.tar.gz
+/schedule-1.2.0.tar.gz
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
diff --git a/sources b/sources
index 8704586..e4dce5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bf7544e37824e450457187633a17b17 schedule-1.1.0.tar.gz
+f48997ef2306870c3ddaceb1fdf28222 schedule-1.2.0.tar.gz