mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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. (From OE-Core rev: e459e5e91d2ed56dc2c75ed1e1a984a7b99dfcd8) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
61cb04e5af
commit
fc6c0212f6
15
meta/recipes-devtools/python/python3-iso8601_1.1.0.bb
Normal file
15
meta/recipes-devtools/python/python3-iso8601_1.1.0.bb
Normal file
@@ -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=aab31f2ef7ba214a5a341eaa47a7f367"
|
||||
|
||||
SRC_URI[sha256sum] = "32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user