mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_ARROW
|
||||
bool "python-arrow"
|
||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
|
||||
if BR2_PACKAGE_PYTHON # runtime
|
||||
help
|
||||
Better dates and times for Python.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/arrow/json
|
||||
md5 554f18b0e23182ee0e8cb2a882d2f607 arrow-0.15.2.tar.gz
|
||||
sha256 10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f arrow-0.15.2.tar.gz
|
||||
md5 a964a7574e486b0642f3fbc02ef22773 arrow-1.2.3.tar.gz
|
||||
sha256 3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1 arrow-1.2.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a4b7601be50569c2c96a9818fc809b0149410c84c99714d60c9d4fb0ae861fa2 LICENSE
|
||||
sha256 40d6e1255d7151f5f041a514725d3c94ffa8c1881e5a0c29b6bea93f03e2e3bb LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ARROW_VERSION = 0.15.2
|
||||
PYTHON_ARROW_VERSION = 1.2.3
|
||||
PYTHON_ARROW_SOURCE = arrow-$(PYTHON_ARROW_VERSION).tar.gz
|
||||
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/43/0e/47416c54ad7742981bf77fdfc405987551ab14b181a6140c8cd2a5823872
|
||||
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/7f/c0/c601ea7811f422700ef809f167683899cdfddec5aa3f83597edf97349962
|
||||
PYTHON_ARROW_SETUP_TYPE = setuptools
|
||||
PYTHON_ARROW_LICENSE = Apache-2.0
|
||||
PYTHON_ARROW_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user