From c73f9f4c6fa16d4a2f29619122faa507162e3438 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Oct 2025 10:22:08 +0800 Subject: python3-arrow: upgrade 1.3.0 -> 1.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-arrow_1.4.0.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb (limited to 'meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb new file mode 100644 index 0000000000..3394e4d323 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "Better dates and times for Python" +HOMEPAGE = "https://github.com/arrow-py/arrow" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d" + +SRC_URI:append = " \ + file://run-ptest \ +" +SRC_URI[sha256sum] = "ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7" + +inherit pypi python_flit_core ptest-python-pytest + +RDEPENDS:${PN}-ptest += " \ + python3-dateparser \ + python3-dateutil-zoneinfo \ + python3-pytest-cov \ + python3-pytest-mock \ + python3-pytz \ + python3-simplejson \ + python3-types-python-dateutil \ +" + +RDEPENDS:${PN} += " \ + python3-dateutil \ +" -- cgit v1.2.3-54-g00ecf