diff mbox series

[meta-python,15/30] python3-aniso8601: upgrade 9.0.1 -> 10.0.0

Message ID 1736843329-4131-15-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking,01/30] chrony: upgrade 4.5 -> 4.6.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 14, 2025, 8:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../recipes-devtools/python/python3-aniso8601_10.0.0.bb   | 8 ++++++++
 .../recipes-devtools/python/python3-aniso8601_9.0.1.bb    | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
diff mbox series

Patch

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 @@ 
+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
diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb b/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
deleted file mode 100644
index 3d99e48c26..0000000000
--- a/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
+++ /dev/null
@@ -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