On 2021-02-23 10:22 a.m., Leon Anavi wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]

Upgrade to release 0.1.14:

- Add GitHub build actions for project
- Add project URLs in setup.py
- Update and fix README links
- Fix handling of README in setup.py (encoding fun in 3.5, 3.6
  and pypy3)
- Add Python 3.9 to test matrix
- Add type hints
- Derive ParseError from ValueError

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
---
 .../{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
rename to meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
index 9e7494b3e0..c531fcc6d8 100644
--- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
+++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"

-SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3"
-SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1"
+SRC_URI[sha256sum] = "8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79"

 inherit pypi setuptools3

--
2.17.1