From 9cd7cf19e3e076ce5076de931a4899093ea5f823 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 18 Nov 2020 16:02:18 +0200 Subject: [PATCH] python3-croniter: Upgrade 0.3.35 -> 0.3.36 Upgrade to release 0.3.36: - Updated docs section regarding max_years_between_matches to be more shorter and hopefully more relevant - Don't install tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...{python3-croniter_0.3.35.bb => python3-croniter_0.3.36.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-croniter_0.3.35.bb => python3-croniter_0.3.36.bb} (68%) diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb similarity index 68% rename from meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb rename to meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb index 388885c15..b2571491b 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb @@ -4,8 +4,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" PYPI_PACKAGE = "croniter" -SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342" -SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf" +SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346" +SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c" inherit pypi setuptools3