From 97f7d81a95f174ca2f29d0a1ebe57a919314596f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 11 Jan 2021 17:25:04 +0200 Subject: [PATCH] python3-croniter: Upgrade 0.3.37 -> 1.0.1 Upgrade to release 1.0.1: - no changes, just to make sense with new semver2 (making croniter on a stable state) Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-croniter_0.3.37.bb => python3-croniter_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_0.3.37.bb => python3-croniter_1.0.1.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb rename to meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb index 28c4057cd..0ffae0c0d 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" PYPI_PACKAGE = "croniter" -SRC_URI[sha256sum] = "12ced475dfc107bf7c6c1440af031f34be14cd97bbbfaf0f62221a9c11e86404" +SRC_URI[sha256sum] = "9d9942beaae10c0f9f5de4dcbfab4d85b10638cf407195b82d990bc086d6de0d" inherit pypi setuptools3