From: Tim Orling Date: Sat, 8 Oct 2022 23:54:53 +0000 (-0700) Subject: python3-iso8601: upgrade 1.0.2 -> 1.1.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-iso8601: upgrade 1.0.2 -> 1.1.0 e3b4ed3 Release 1.1.0 56da11c missed a comma fde429d raise ParseError if we get an exception on is_iso8601() 21f5368 Add is_iso8601() function 406db6f Update license years License-Update: copyright years updated. Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb b/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb similarity index 61% rename from meta/recipes-devtools/python/python3-iso8601_1.0.2.bb rename to meta/recipes-devtools/python/python3-iso8601_1.1.0.bb index 93af233d296..797607f81e4 100644 --- a/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb +++ b/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb @@ -1,9 +1,9 @@ SUMMARY = "Simple module to parse ISO 8601 dates" HOMEPAGE = "http://pyiso8601.readthedocs.org/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367" -SRC_URI[sha256sum] = "27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1" +SRC_URI[sha256sum] = "32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f" inherit pypi python_poetry_core