diff --git a/package/python-schedule/Config.in b/package/python-schedule/Config.in index d00c245948..a0f800e364 100644 --- a/package/python-schedule/Config.in +++ b/package/python-schedule/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON_SCHEDULE bool "python-schedule" + depends on BR2_PACKAGE_PYTHON3 help Job scheduling for humans. diff --git a/package/python-schedule/python-schedule.hash b/package/python-schedule/python-schedule.hash index 79777829de..3d67be0f5e 100644 --- a/package/python-schedule/python-schedule.hash +++ b/package/python-schedule/python-schedule.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/schedule/json -md5 e29fd3b436b03220e147a4ed8191d220 schedule-0.6.0.tar.gz -sha256 f9fb5181283de4db6e701d476dd01b6a3dd81c38462a54991ddbb9d26db857c9 schedule-0.6.0.tar.gz +md5 9bf7544e37824e450457187633a17b17 schedule-1.1.0.tar.gz +sha256 e6ca13585e62c810e13a08682e0a6a8ad245372e376ba2b8679294f377dfc8e4 schedule-1.1.0.tar.gz # Locally computed sha256 checksums -sha256 30a8352c318ce1b645acde0299697342d4380ed2637d7ca18a8ad25661e3b41b LICENSE.txt +sha256 30a8352c318ce1b645acde0299697342d4380ed2637d7ca18a8ad25661e3b41b LICENSE.txt diff --git a/package/python-schedule/python-schedule.mk b/package/python-schedule/python-schedule.mk index c0cc7dce8c..fc6081cf22 100644 --- a/package/python-schedule/python-schedule.mk +++ b/package/python-schedule/python-schedule.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SCHEDULE_VERSION = 0.6.0 +PYTHON_SCHEDULE_VERSION = 1.1.0 PYTHON_SCHEDULE_SOURCE = schedule-$(PYTHON_SCHEDULE_VERSION).tar.gz -PYTHON_SCHEDULE_SITE = https://files.pythonhosted.org/packages/00/07/6a9953ff83e003eaadebf0a51d33c6b596f9451fcbea36a3a2e575f6af99 +PYTHON_SCHEDULE_SITE = https://files.pythonhosted.org/packages/a8/b5/a291a4c0faa491fd5baefa6d89011ece581cff47b23c0a39b42a63383358 PYTHON_SCHEDULE_SETUP_TYPE = setuptools PYTHON_SCHEDULE_LICENSE = MIT PYTHON_SCHEDULE_LICENSE_FILES = LICENSE.txt