All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-schedule: bump to version 1.1.0
@ 2021-10-03  8:22 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-10-03  8:22 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=501a333b28f2f66603873b3aee66e147c6de634b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

* The package doesn't support python2 anymore.
* Indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/python-schedule/Config.in            | 1 +
 package/python-schedule/python-schedule.hash | 6 +++---
 package/python-schedule/python-schedule.mk   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-03  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03  8:22 [Buildroot] [git commit] package/python-schedule: bump to version 1.1.0 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.