summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-22 10:22:08 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-21 20:02:40 -0700
commitc73f9f4c6fa16d4a2f29619122faa507162e3438 (patch)
tree753cea463cadfff174a93c75f821b439e24a9157 /meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
parentb1da8650245824ba8ee2f4bae94d1a063bad5bd3 (diff)
downloadmeta-openembedded-c73f9f4c6fa16d4a2f29619122faa507162e3438.tar.gz
python3-arrow: upgrade 1.3.0 -> 1.4.0
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-arrow_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb26
1 files changed, 26 insertions, 0 deletions
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 @@
1SUMMARY = "Better dates and times for Python"
2HOMEPAGE = "https://github.com/arrow-py/arrow"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d"
6
7SRC_URI:append = " \
8 file://run-ptest \
9"
10SRC_URI[sha256sum] = "ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7"
11
12inherit pypi python_flit_core ptest-python-pytest
13
14RDEPENDS:${PN}-ptest += " \
15 python3-dateparser \
16 python3-dateutil-zoneinfo \
17 python3-pytest-cov \
18 python3-pytest-mock \
19 python3-pytz \
20 python3-simplejson \
21 python3-types-python-dateutil \
22"
23
24RDEPENDS:${PN} += " \
25 python3-dateutil \
26"