From 3cb8969680520c3e1242c5c2d71da573dbd0548f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 14 Sep 2020 12:04:13 +0300 Subject: python3-iso8601: Upgrade 0.1.12 -> 0.1.13 Upgrade to release 0.1.13: - Move project source code to GitHub - Remove python 2.6, 3.2, 3.3 and 3.4 from tests - Add python 3.7 and 3.8 to tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-iso8601_0.1.12.bb | 16 ---------------- .../recipes-devtools/python/python3-iso8601_0.1.13.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb create mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb deleted file mode 100644 index 74b5bdcb87..0000000000 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.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] = "4de940f691c5ea759fb254384c8ddcf6" -SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" - -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.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb new file mode 100644 index 0000000000..9e7494b3e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb @@ -0,0 +1,16 @@ +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" -- cgit v1.2.3-54-g00ecf