summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-14 16:28:34 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-14 08:52:05 -0800
commit88c6bf6272ed899e279290bb3e37643bb6e6e3a6 (patch)
treee028a527f8174ade9fff4f8c383ce70cfb539f1f /meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
parent19e2f3f15ad815e2534777a8f7c02a0de1074753 (diff)
downloadmeta-openembedded-88c6bf6272ed899e279290bb3e37643bb6e6e3a6.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
new file mode 100644
index 0000000000..4fe18d18eb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
@@ -0,0 +1,8 @@
1DESCRIPTION = "A library for parsing ISO 8601 strings."
2
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc"
5
6SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf"
7
8inherit pypi setuptools3