From 676cb0a14e9c1cb5854972777bfed6c6d2ec36cb Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 23 Feb 2021 17:22:16 +0200 Subject: python3-iso8601: Upgrade 0.1.13 -> 0.1.14 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-iso8601_0.1.13.bb | 16 ---------------- .../recipes-devtools/python/python3-iso8601_0.1.14.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb deleted file mode 100644 index 9e7494b3e0..0000000000 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Simple module to parse ISO 8601 dates" -HOMEPAGE = "http://pyiso8601.readthedocs.org/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" - -SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3" -SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-numbers \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb new file mode 100644 index 0000000000..c531fcc6d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb @@ -0,0 +1,15 @@ +SUMMARY = "Simple module to parse ISO 8601 dates" +HOMEPAGE = "http://pyiso8601.readthedocs.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" + +SRC_URI[sha256sum] = "8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf