package/python-arrow: bump to version 1.3.0

License hash changed due to date update:
de0aea9805

Add new types-python-dateutil runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2023-11-04 18:28:52 -06:00 committed by Thomas Petazzoni
parent 7b507f22e4
commit 7c4a650372
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_ARROW
bool "python-arrow"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
select BR2_PACKAGE_PYTHON_TYPES_PYTHON_DATEUTIL # runtime
help
Better dates and times for Python.

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/arrow/json
md5 a964a7574e486b0642f3fbc02ef22773 arrow-1.2.3.tar.gz
sha256 3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1 arrow-1.2.3.tar.gz
md5 f03ecc3edbe2db99f366142f6e0f6d0b arrow-1.3.0.tar.gz
sha256 d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85 arrow-1.3.0.tar.gz
# Locally computed sha256 checksums
sha256 40d6e1255d7151f5f041a514725d3c94ffa8c1881e5a0c29b6bea93f03e2e3bb LICENSE
sha256 b481f87296cb0abdb13fd8cbb94b14c328be880ec9e68547a61b84dacffd067a LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ARROW_VERSION = 1.2.3
PYTHON_ARROW_VERSION = 1.3.0
PYTHON_ARROW_SOURCE = arrow-$(PYTHON_ARROW_VERSION).tar.gz
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/7f/c0/c601ea7811f422700ef809f167683899cdfddec5aa3f83597edf97349962
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173
PYTHON_ARROW_SETUP_TYPE = setuptools
PYTHON_ARROW_LICENSE = Apache-2.0
PYTHON_ARROW_LICENSE_FILES = LICENSE