diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-22 10:22:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-21 20:02:40 -0700 |
| commit | c73f9f4c6fa16d4a2f29619122faa507162e3438 (patch) | |
| tree | 753cea463cadfff174a93c75f821b439e24a9157 /meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb | |
| parent | b1da8650245824ba8ee2f4bae94d1a063bad5bd3 (diff) | |
| download | meta-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.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "Better dates and times for Python" | ||
| 2 | HOMEPAGE = "https://github.com/arrow-py/arrow" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d" | ||
| 6 | |||
| 7 | SRC_URI:append = " \ | ||
| 8 | file://run-ptest \ | ||
| 9 | " | ||
| 10 | SRC_URI[sha256sum] = "ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7" | ||
| 11 | |||
| 12 | inherit pypi python_flit_core ptest-python-pytest | ||
| 13 | |||
| 14 | RDEPENDS:${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 | |||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | python3-dateutil \ | ||
| 26 | " | ||
