mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-aniso8601: upgrade 9.0.1 -> 10.0.0
Changelog: ========== - Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] - No longer specify a Python interpreter version to Black - Cleanup unsupported Pylint configuration options - Fix used-before-assignment errors - Fix coverage issue caused by unreachable conditional in _parse_interval_end Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
19e2f3f15a
commit
88c6bf6272
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "A library for parsing ISO 8601 strings."
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc"
|
||||
|
||||
SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
DESCRIPTION = "A library for parsing ISO 8601 strings."
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d91d56f51a54389d95526eefe039b1c"
|
||||
|
||||
SRC_URI[sha256sum] = "72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Loading…
Reference in New Issue
Block a user