diff mbox series

[09/10] python3-iso8601: upgrade 1.0.2 -> 1.1.0

Message ID 2550f045ed05a464068da1f4425584860b510c4b.1665270768.git.tim.orling@konsulko.com
State Accepted, archived
Commit e459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8
Headers show
Series [01/10] python3-cryptography: upgrade 37.0.4 -> 38.0.1 | expand

Commit Message

Tim Orling Oct. 8, 2022, 11:54 p.m. UTC
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 <tim.orling@konsulko.com>
---
 .../{python3-iso8601_1.0.2.bb => python3-iso8601_1.1.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-iso8601_1.0.2.bb => python3-iso8601_1.1.0.bb} (61%)
diff mbox series

Patch

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