mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
python3-iso8601: upgrade 1.1.0 -> 2.0.0
added
------
Add just for development commands
Add Python 3.12 support
changed
---------
Move changelog into CHANGELOG.md
Freshen up README
fixed
------
Fix test_fixedoffset_eq by adding an actual assertion
removed
--------
Drop Python 3.6 support (3.6 is end of life)
(From OE-Core rev: c10fda975c305f9afda5f76e9fdd12a25d9d2340)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2682e5feb1
commit
c32105cc7c
15
meta/recipes-devtools/python/python3-iso8601_2.0.0.bb
Normal file
15
meta/recipes-devtools/python/python3-iso8601_2.0.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] = "739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user