summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-10-08 16:54:53 -0700
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-10-25 14:51:54 +0200
commite459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8 (patch)
treedb03923d256134f3d3696ba56a368a417c061c08 /meta/recipes-devtools/python/python3-iso8601_1.0.2.bb
parent0cf8aeea74205b71be633afb199bf7ce5afbc938 (diff)
downloadopenembedded-core-contrib-e459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8.tar.gz
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 <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-iso8601_1.0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-iso8601_1.0.2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb b/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb
deleted file mode 100644
index 93af233d29..0000000000
--- a/meta/recipes-devtools/python/python3-iso8601_1.0.2.bb
+++ /dev/null
@@ -1,15 +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[sha256sum] = "27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1"
-
-inherit pypi python_poetry_core
-
-RDEPENDS:${PN} += "\
- ${PYTHON_PN}-datetime \
- ${PYTHON_PN}-numbers \
-"
-
-BBCLASSEXTEND = "native nativesdk"