Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from buildroot:master #357

Merged
merged 43 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
98c8eaa
package/python-aiohappyeyeballs: bump to version 2.4.3
jameshilliard Oct 9, 2024
fb08b12
package/python-aiohttp: bump to version 3.10.9
jameshilliard Oct 9, 2024
8df1f90
package/python-argcomplete: bump to version 3.5.1
jameshilliard Oct 9, 2024
7476468
utils/scanpypi: add missing setuptools fallback
jameshilliard Oct 9, 2024
a1a3927
package/python-boto3: bump to version 1.35.36
jameshilliard Oct 9, 2024
1d57b58
package/python-botocore: bump to version 1.35.36
jameshilliard Oct 9, 2024
0b37c25
package/python-django: bump to version 5.1.2
jameshilliard Oct 9, 2024
6992257
package/python-dnspython: bump to version 2.7.0
jameshilliard Oct 9, 2024
5631962
package/python-esptool: bump to version 4.8.1
jameshilliard Oct 9, 2024
67743ca
package/python-fire: bump to version 0.7.0
jameshilliard Oct 9, 2024
7a13de9
package/python-grpcio-reflection: bump to version 1.66.2
jameshilliard Oct 9, 2024
c7d8d2e
package/python-grpcio: bump to version 1.66.2
jameshilliard Oct 9, 2024
9300e6a
package/python-httpcore: bump to version 1.0.6
jameshilliard Oct 9, 2024
1e74f7c
package/python-humanize: bump to version 4.11.0
jameshilliard Oct 9, 2024
dbf247c
package/python-ipython: bump to version 8.28.0
jameshilliard Oct 9, 2024
c5c8081
package/python-jsonschema-specifications: bump to version 2024.10.1
jameshilliard Oct 9, 2024
0e3787e
package/python-magic-wormhole: bump to version 0.16.0
jameshilliard Oct 9, 2024
5f036cf
package/python-markupsafe: bump to version 3.0.1
jameshilliard Oct 9, 2024
db07db5
package/python-pycryptodomex: bump to version 3.21.0
jameshilliard Oct 9, 2024
21f58c0
package/python-pypika-tortoise: bump to version 0.2.1
jameshilliard Oct 9, 2024
f4a3890
package/python-pyproject-hooks: bump to version 1.2.0
jameshilliard Oct 9, 2024
b036738
package/python-pyproject-metadata: bump to version 0.8.1
jameshilliard Oct 9, 2024
154a914
package/python-qrcode: bump to version 8.0
jameshilliard Oct 9, 2024
949eec5
package/python-redis: bump to version 5.1.1
jameshilliard Oct 9, 2024
6aca5f9
package/python-scapy: bump to version 2.6.0
jameshilliard Oct 9, 2024
b651eb4
package/python-sentry-sdk: bump to version 2.16.0
jameshilliard Oct 9, 2024
2266f85
package/python-setuptools-rust: bump to version 1.10.2
jameshilliard Oct 9, 2024
3064d3d
package/python-termcolor: bump to version 2.5.0
jameshilliard Oct 9, 2024
908ebf2
package/python-tomli-w: bump to version 1.1.0
jameshilliard Oct 9, 2024
42f12ec
package/python-tomli: bump to version 2.0.2
jameshilliard Oct 9, 2024
3d210e3
package/python-types-python-dateutil: bump to version 2.9.0.20241003
jameshilliard Oct 9, 2024
57a50e3
package/python-urwid-readline: bump to version 0.15.1
jameshilliard Oct 9, 2024
dbed106
package/python-uvicorn: bump to version 0.31.0
jameshilliard Oct 9, 2024
ace0411
package/python-watchdog: bump to version 5.0.3
jameshilliard Oct 9, 2024
5d2e126
package/python-webargs: bump to version 8.6.0
jameshilliard Oct 9, 2024
581297c
package/python-webob: bump to version 1.8.8
jameshilliard Oct 9, 2024
7e6f761
package/tini: restore use as docker-init
airtower-luna Oct 10, 2024
914be51
package/docker-engine: add optional dependency on tini
airtower-luna Oct 10, 2024
eee5981
package/xapian: bump to version 1.4.26
gtalis Oct 5, 2024
2c09413
package/tesseract-ocr: bump to version 5.4.1
gtalis Oct 5, 2024
ff4a71c
package/opencl-clhpp: bump to version 2024.05.08
gtalis Oct 5, 2024
2a30a72
package/flannel: bump to version 0.25.7
glevand Oct 11, 2024
fe295d9
boot/uboot: bump to version 2024.10
passgat Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions boot/uboot/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ choice
Select the specific U-Boot version you want to use

config BR2_TARGET_UBOOT_LATEST_VERSION
bool "2024.07"
bool "2024.10"

config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
Expand Down Expand Up @@ -85,7 +85,7 @@ endif

config BR2_TARGET_UBOOT_VERSION
string
default "2024.07" if BR2_TARGET_UBOOT_LATEST_VERSION
default "2024.10" if BR2_TARGET_UBOOT_LATEST_VERSION
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
if BR2_TARGET_UBOOT_CUSTOM_VERSION
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
Expand Down Expand Up @@ -315,7 +315,7 @@ config BR2_TARGET_UBOOT_USE_BINMAN
help
Use binman tool for generation and signing of boot images.

https://docs.u-boot.org/en/v2024.07/develop/package/binman.html
https://docs.u-boot.org/en/v2024.10/develop/package/binman.html

menu "U-Boot binary format"

Expand Down
2 changes: 1 addition & 1 deletion boot/uboot/uboot.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed:
sha256 f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f u-boot-2024.07.tar.bz2
sha256 b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 u-boot-2024.10.tar.bz2
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt
11 changes: 11 additions & 0 deletions package/docker-engine/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ config BR2_PACKAGE_DOCKER_ENGINE_DRIVER_VFS
help
Build the vfs filesystem driver for Docker.

config BR2_PACKAGE_DOCKER_ENGINE_DOCKER_INIT
bool "support docker-init"
select BR2_PACKAGE_TINI # runtime
help
Support providing a minimal init process for containers,
using tini. Required to use "docker run --init".

This does not change the Docker engine build, the
docker-init symlink is provided by the tini package
itself. This option only adds the dependency.

endif

comment "docker-engine needs a glibc or musl toolchain w/ threads, headers >= 3.17"
Expand Down
2 changes: 1 addition & 1 deletion package/flannel/flannel.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed:
sha256 4eea610dbcf26f3e37faa48c347931ba36411421d3adad2b08aff450531563db flannel-0.25.6-go2.tar.gz
sha256 9941bfb958b8583c080d61cf0664207f311f2e2500db2ae5c3413ff2dbdf2195 flannel-0.25.7-go2.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
2 changes: 1 addition & 1 deletion package/flannel/flannel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

FLANNEL_VERSION = 0.25.6
FLANNEL_VERSION = 0.25.7
FLANNEL_SITE = $(call github,flannel-io,flannel,v$(FLANNEL_VERSION))

FLANNEL_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion package/opencl-clhpp/opencl-clhpp.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally Computed
sha256 9106700634e79cfa0935ebd67197f64689ced24c42da702acf18fa8435bd8a82 opencl-clhpp-2023.12.14.tar.gz
sha256 22921fd23ca72a21ac5592861d64e7ea53cd8a705fccd73905911f8489519a0b opencl-clhpp-2024.05.08.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt
2 changes: 1 addition & 1 deletion package/opencl-clhpp/opencl-clhpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

OPENCL_CLHPP_VERSION = 2023.12.14
OPENCL_CLHPP_VERSION = 2024.05.08
OPENCL_CLHPP_SITE = $(call github,KhronosGroup,OpenCL-CLHPP,v$(OPENCL_CLHPP_VERSION))
OPENCL_CLHPP_LICENSE = Apache-2.0
OPENCL_CLHPP_LICENSE_FILES = LICENSE.txt
Expand Down
4 changes: 2 additions & 2 deletions package/python-aiohappyeyeballs/python-aiohappyeyeballs.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohappyeyeballs/json
md5 3c9a696b2d2808a3a633743965415d4d aiohappyeyeballs-2.4.0.tar.gz
sha256 55a1714f084e63d49639800f95716da97a1f173d46a16dfcfda0016abb93b6b2 aiohappyeyeballs-2.4.0.tar.gz
md5 dcc0ba52e3c350f4edc8a8475d1892d6 aiohappyeyeballs-2.4.3.tar.gz
sha256 75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586 aiohappyeyeballs-2.4.3.tar.gz
# Locally computed sha256 checksums
sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE
4 changes: 2 additions & 2 deletions package/python-aiohappyeyeballs/python-aiohappyeyeballs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_AIOHAPPYEYEBALLS_VERSION = 2.4.0
PYTHON_AIOHAPPYEYEBALLS_VERSION = 2.4.3
PYTHON_AIOHAPPYEYEBALLS_SOURCE = aiohappyeyeballs-$(PYTHON_AIOHAPPYEYEBALLS_VERSION).tar.gz
PYTHON_AIOHAPPYEYEBALLS_SITE = https://files.pythonhosted.org/packages/2d/f7/22bba300a16fd1cad99da1a23793fe43963ee326d012fdf852d0b4035955
PYTHON_AIOHAPPYEYEBALLS_SITE = https://files.pythonhosted.org/packages/bc/69/2f6d5a019bd02e920a3417689a89887b39ad1e350b562f9955693d900c40
PYTHON_AIOHAPPYEYEBALLS_SETUP_TYPE = pep517
PYTHON_AIOHAPPYEYEBALLS_LICENSE = PSF-2.0
PYTHON_AIOHAPPYEYEBALLS_LICENSE_FILES = LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-aiohttp/python-aiohttp.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp/json
md5 6a5b9b8da3ac1f64871e43fe4a0d0358 aiohttp-3.10.6.tar.gz
sha256 d2578ef941be0c2ba58f6f421a703527d08427237ed45ecb091fed6f83305336 aiohttp-3.10.6.tar.gz
md5 887aab9d024b90084f251c28f6c0a752 aiohttp-3.10.9.tar.gz
sha256 143b0026a9dab07a05ad2dd9e46aa859bffdd6348ddc5967b42161168c24f857 aiohttp-3.10.9.tar.gz
# Locally computed sha256 checksums
sha256 9f80d0db7d755a941db4572172c270ecbd8f082ba215ddd095985942ed94a9eb LICENSE.txt
4 changes: 2 additions & 2 deletions package/python-aiohttp/python-aiohttp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_AIOHTTP_VERSION = 3.10.6
PYTHON_AIOHTTP_VERSION = 3.10.9
PYTHON_AIOHTTP_SOURCE = aiohttp-$(PYTHON_AIOHTTP_VERSION).tar.gz
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/2b/97/15c51bbfcc184bcb4d473b7b02e7b54b6978e0083556a9cd491875cf11f7
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/14/40/f08c5d26398f987c1a27e1e351a4b461a01ffdbf9dde429c980db5286c92
PYTHON_AIOHTTP_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_LICENSE = Apache-2.0
PYTHON_AIOHTTP_LICENSE_FILES = LICENSE.txt
Expand Down
4 changes: 2 additions & 2 deletions package/python-argcomplete/python-argcomplete.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/argcomplete/json
md5 5e5bb2e193a5581cb06abae2de3dd3d8 argcomplete-3.5.0.tar.gz
sha256 4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b argcomplete-3.5.0.tar.gz
md5 d41f3c39f4be81d29bb6166e8e57116a argcomplete-3.5.1.tar.gz
sha256 eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4 argcomplete-3.5.1.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.rst
4 changes: 2 additions & 2 deletions package/python-argcomplete/python-argcomplete.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_ARGCOMPLETE_VERSION = 3.5.0
PYTHON_ARGCOMPLETE_VERSION = 3.5.1
PYTHON_ARGCOMPLETE_SOURCE = argcomplete-$(PYTHON_ARGCOMPLETE_VERSION).tar.gz
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/75/33/a3d23a2e9ac78f9eaf1fce7490fee430d43ca7d42c65adabbb36a2b28ff6
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/5f/39/27605e133e7f4bb0c8e48c9a6b87101515e3446003e0442761f6a02ac35e
PYTHON_ARGCOMPLETE_SETUP_TYPE = setuptools
PYTHON_ARGCOMPLETE_LICENSE = Apache-2.0
PYTHON_ARGCOMPLETE_LICENSE_FILES = LICENSE.rst
Expand Down
4 changes: 2 additions & 2 deletions package/python-boto3/python-boto3.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/boto3/json
md5 8856feaba5930bea34efe6ab74b185cb boto3-1.35.27.tar.gz
sha256 10d0fe15670b83a3f26572ab20d9152a064cee4c54b5ea9a1eeb1f0c3b807a7b boto3-1.35.27.tar.gz
md5 8533d8838eed90ea6cef60acc924e4a7 boto3-1.35.36.tar.gz
sha256 586524b623e4fbbebe28b604c6205eb12f263cc4746bccb011562d07e217a4cb boto3-1.35.36.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
4 changes: 2 additions & 2 deletions package/python-boto3/python-boto3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_BOTO3_VERSION = 1.35.27
PYTHON_BOTO3_VERSION = 1.35.36
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/01/0b/068d62d2ace3f34a5771c37817c55de2ee74f73c696d4c815b271b66cf12
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/33/9f/17536f9a1ab4c6ee454c782f27c9f0160558f70502fc55da62e456c47229
PYTHON_BOTO3_SETUP_TYPE = setuptools
PYTHON_BOTO3_LICENSE = Apache-2.0
PYTHON_BOTO3_LICENSE_FILES = LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-botocore/python-botocore.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 36c20cc947094f913c16c1109b13fdd3 botocore-1.35.27.tar.gz
sha256 f68875c26cd57a9d22c0f7a981ecb1636d7ce4d0e35797e04765b53e7bfed3e7 botocore-1.35.27.tar.gz
md5 5742162ec6e63e7d7ea7ccc7d1f8c0b0 botocore-1.35.36.tar.gz
sha256 354ec1b766f0029b5d6ff0c45d1a0f9e5007b7d2f3ec89bcdd755b208c5bc797 botocore-1.35.36.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE
4 changes: 2 additions & 2 deletions package/python-botocore/python-botocore.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_BOTOCORE_VERSION = 1.35.27
PYTHON_BOTOCORE_VERSION = 1.35.36
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/7d/b8/ffe0d717da12ff6028466b28d79b0d8f53d64ad7ddd33326fd55860d29ee
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/8d/4f/11d2d314f0bdbe7ff975737d125e1a5357115afe28fcc64f13e68b05ba61
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-django/python-django.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/django/json
md5 8024c23d7efe9e7acb04496ae22739c7 Django-5.1.1.tar.gz
sha256 021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2 Django-5.1.1.tar.gz
md5 bdd601132b94080200e71137a20d0d6a Django-5.1.2.tar.gz
sha256 bd7376f90c99f96b643722eee676498706c9fd7dc759f55ebfaf2c08ebcdf4f0 Django-5.1.2.tar.gz
# Locally computed sha256 checksums
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE
4 changes: 2 additions & 2 deletions package/python-django/python-django.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
################################################################################

PYTHON_DJANGO_VERSION = 5.1.1
PYTHON_DJANGO_VERSION = 5.1.2
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/88/6f/8f57ed6dc88656edd4fcb35c50dd963f3cd79303bd711fb0160fc7fd6ab7
PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/9c/e5/a06e20c963b280af4aa9432bc694fbdeb1c8df9e28c2ffd5fbb71c4b1bec
PYTHON_DJANGO_LICENSE = BSD-3-Clause
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_CPE_ID_VENDOR = djangoproject
Expand Down
4 changes: 2 additions & 2 deletions package/python-dnspython/python-dnspython.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/dnspython/json
md5 ad29d0392621fb107e0eac4beed79ce5 dnspython-2.6.1.tar.gz
sha256 e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc dnspython-2.6.1.tar.gz
md5 7a8f6f15038a116598744517931420d0 dnspython-2.7.0.tar.gz
sha256 ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1 dnspython-2.7.0.tar.gz
# Locally computed sha256 checksums
sha256 c3ea3ff5654b329c19d3bc5f7481af623c3dded4a6145585499f843ad3d741cd LICENSE
4 changes: 2 additions & 2 deletions package/python-dnspython/python-dnspython.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_DNSPYTHON_VERSION = 2.6.1
PYTHON_DNSPYTHON_VERSION = 2.7.0
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/37/7d/c871f55054e403fdfd6b8f65fd6d1c4e147ed100d3e9f9ba1fe695403939
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/b5/4a/263763cb2ba3816dd94b08ad3a33d5fdae34ecb856678773cc40a3605829
PYTHON_DNSPYTHON_LICENSE = ISC
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
PYTHON_DNSPYTHON_SETUP_TYPE = pep517
Expand Down
4 changes: 2 additions & 2 deletions package/python-esptool/python-esptool.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/esptool/json
md5 4bcb7f6f3d2c9b4edb4caa09912f1dfe esptool-4.8.0.tar.gz
sha256 f933150b5753e7501024e4d237fe078a77913a0cb7e2f08197ef8d70306b1b53 esptool-4.8.0.tar.gz
md5 c7d41d4c89ffa0fa0a9d490439358b27 esptool-4.8.1.tar.gz
sha256 dc4ef26b659e1a8dcb019147c0ea6d94980b34de99fbe09121c7941c8b254531 esptool-4.8.1.tar.gz
# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
4 changes: 2 additions & 2 deletions package/python-esptool/python-esptool.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_ESPTOOL_VERSION = 4.8.0
PYTHON_ESPTOOL_VERSION = 4.8.1
PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/d4/c7/b7e4b96a0e7d9b94fe953e1b55b3573bec498bac05f72e61e5a0e979e2c7
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646a1d3b7d59826a478f3ed8a783a93a2f8f537
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
Expand Down
1 change: 0 additions & 1 deletion package/python-fire/Config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_FIRE
bool "python-fire"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
help
A library for automatically generating command line
Expand Down
4 changes: 2 additions & 2 deletions package/python-fire/python-fire.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fire/json
md5 4b63d0465633a5683b656342980e153e fire-0.6.0.tar.gz
sha256 54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66 fire-0.6.0.tar.gz
md5 4f2da2e8111c45e60b8806529949fda0 fire-0.7.0.tar.gz
sha256 961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf fire-0.7.0.tar.gz
# Locally computed sha256 checksums
sha256 a5de77b62266bca0bb97bf058992f0b0f308a83a8ca55ee10fbf6bd8ed8f7ed0 LICENSE
4 changes: 2 additions & 2 deletions package/python-fire/python-fire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_FIRE_VERSION = 0.6.0
PYTHON_FIRE_VERSION = 0.7.0
PYTHON_FIRE_SOURCE = fire-$(PYTHON_FIRE_VERSION).tar.gz
PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/1b/1b/84c63f592ecdfbb3d77d22a8d93c9b92791e4fa35677ad71a7d6449100f8
PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/6b/b6/82c7e601d6d3c3278c40b7bd35e17e82aa227f050aa9f66cb7b7fce29471
PYTHON_FIRE_SETUP_TYPE = setuptools
PYTHON_FIRE_LICENSE = Apache-2.0
PYTHON_FIRE_LICENSE_FILES = LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/grpcio-reflection/json
md5 1e431e1e665891fe5bf985f1772ad05d grpcio_reflection-1.66.1.tar.gz
sha256 dbc39d2ccce82bf13046b145b97bc9542b3b26419a848ae64a5b72634ded14ca grpcio_reflection-1.66.1.tar.gz
md5 549455c15bdfce71667ec0d918465236 grpcio_reflection-1.66.2.tar.gz
sha256 add827e2deb56e96803c82ace1d4e77fa0c8ec3747d6398e9951f739d71067d4 grpcio_reflection-1.66.2.tar.gz
# Locally computed sha256 checksums
sha256 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee LICENSE
4 changes: 2 additions & 2 deletions package/python-grpcio-reflection/python-grpcio-reflection.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_GRPCIO_REFLECTION_VERSION = 1.66.1
PYTHON_GRPCIO_REFLECTION_VERSION = 1.66.2
PYTHON_GRPCIO_REFLECTION_SOURCE = grpcio_reflection-$(PYTHON_GRPCIO_REFLECTION_VERSION).tar.gz
PYTHON_GRPCIO_REFLECTION_SITE = https://files.pythonhosted.org/packages/f1/1c/8930a313a4cd60198921cedd4f6c2c88c282280780eb41995ddd980d6de9
PYTHON_GRPCIO_REFLECTION_SITE = https://files.pythonhosted.org/packages/58/3f/85a801dda6357b01060ec743aa3831da77d222230f86f872b77cc7af002f
PYTHON_GRPCIO_REFLECTION_SETUP_TYPE = setuptools
PYTHON_GRPCIO_REFLECTION_LICENSE = Apache-2.0
PYTHON_GRPCIO_REFLECTION_LICENSE_FILES = LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-grpcio/python-grpcio.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/grpcio/json
md5 cb4fd6dd6b104708bd00348c69f34066 grpcio-1.66.1.tar.gz
sha256 35334f9c9745add3e357e3372756fd32d925bd52c41da97f4dfdafbde0bf0ee2 grpcio-1.66.1.tar.gz
md5 e8adaa7345b99791542c7ca4245f30c0 grpcio-1.66.2.tar.gz
sha256 563588c587b75c34b928bc428548e5b00ea38c46972181a4d8b75ba7e3f24231 grpcio-1.66.2.tar.gz
# Locally computed sha256 checksums
sha256 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee LICENSE
4 changes: 2 additions & 2 deletions package/python-grpcio/python-grpcio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_GRPCIO_VERSION = 1.66.1
PYTHON_GRPCIO_VERSION = 1.66.2
PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/e7/42/94293200e40480d79fc876b2330e7dffb20f959b390afa77c0dbaa0c8372
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/71/d1/49a96df4eb1d805cf546247df40636515416d2d5c66665e5129c8b4162a8
PYTHON_GRPCIO_SETUP_TYPE = setuptools
PYTHON_GRPCIO_LICENSE = Apache-2.0
PYTHON_GRPCIO_LICENSE_FILES = LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package/python-httpcore/python-httpcore.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/httpcore/json
md5 17916ce84db1c0705af60a61bbec9061 httpcore-1.0.5.tar.gz
sha256 34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61 httpcore-1.0.5.tar.gz
md5 458f9b56367cf547425bf2347bffd784 httpcore-1.0.6.tar.gz
sha256 73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f httpcore-1.0.6.tar.gz
# Locally computed sha256 checksums
sha256 fdcb59154c74cbaba16a11242f7740bea9f23d6feb5547917d8c5f94a80392a5 LICENSE.md
4 changes: 2 additions & 2 deletions package/python-httpcore/python-httpcore.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_HTTPCORE_VERSION = 1.0.5
PYTHON_HTTPCORE_VERSION = 1.0.6
PYTHON_HTTPCORE_SOURCE = httpcore-$(PYTHON_HTTPCORE_VERSION).tar.gz
PYTHON_HTTPCORE_SITE = https://files.pythonhosted.org/packages/17/b0/5e8b8674f8d203335a62fdfcfa0d11ebe09e23613c3391033cbba35f7926
PYTHON_HTTPCORE_SITE = https://files.pythonhosted.org/packages/b6/44/ed0fa6a17845fb033bd885c03e842f08c1b9406c86a2e60ac1ae1b9206a6
PYTHON_HTTPCORE_SETUP_TYPE = pep517
PYTHON_HTTPCORE_LICENSE = BSD-3-Clause
PYTHON_HTTPCORE_LICENSE_FILES = LICENSE.md
Expand Down
4 changes: 2 additions & 2 deletions package/python-humanize/python-humanize.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/humanize/json
md5 1c0f59ba335b32c06e121e5577ed1548 humanize-4.10.0.tar.gz
sha256 06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978 humanize-4.10.0.tar.gz
md5 c37298e6bc6604b54aeb0e158c7c0512 humanize-4.11.0.tar.gz
sha256 e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be humanize-4.11.0.tar.gz
# Locally computed sha256 checksums
sha256 8ba6c18112a431400ad3c743f70670079b302545d98884fc2f28a91c383a0380 LICENCE
4 changes: 2 additions & 2 deletions package/python-humanize/python-humanize.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_HUMANIZE_VERSION = 4.10.0
PYTHON_HUMANIZE_VERSION = 4.11.0
PYTHON_HUMANIZE_SOURCE = humanize-$(PYTHON_HUMANIZE_VERSION).tar.gz
PYTHON_HUMANIZE_SITE = https://files.pythonhosted.org/packages/5d/b1/c8f05d5dc8f64030d8cc71e91307c1daadf6ec0d70bcd6eabdfd9b6f153f
PYTHON_HUMANIZE_SITE = https://files.pythonhosted.org/packages/6a/40/64a912b9330786df25e58127194d4a5a7441f818b400b155e748a270f924
PYTHON_HUMANIZE_SETUP_TYPE = pep517
PYTHON_HUMANIZE_LICENSE = MIT
PYTHON_HUMANIZE_LICENSE_FILES = LICENCE
Expand Down
4 changes: 2 additions & 2 deletions package/python-ipython/python-ipython.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/ipython/json
md5 cfe2461181c5ccc92e0039011898ab12 ipython-8.27.0.tar.gz
sha256 0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e ipython-8.27.0.tar.gz
md5 2031b37b5054423f1c5009d99da1ca86 ipython-8.28.0.tar.gz
sha256 0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a ipython-8.28.0.tar.gz
# Locally computed sha256 checksums
sha256 341afcbd729887b7046fe7b98fc4f4edff3aed8d38f06eefd9b30670f043df17 COPYING.rst
sha256 e0e390748ed440ab893ca1f135a88a920aaf5409dbb90a5b427c75c5e51268fb LICENSE
4 changes: 2 additions & 2 deletions package/python-ipython/python-ipython.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_IPYTHON_VERSION = 8.27.0
PYTHON_IPYTHON_VERSION = 8.28.0
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/57/24/d4fabaca03c8804bf0b8d994c8ae3a20e57e9330d277fb43d83e558dec5e
PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/f7/21/48db7d9dd622b9692575004c7c98f85f5629428f58596c59606d36c51b58
PYTHON_IPYTHON_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst LICENSE
PYTHON_IPYTHON_CPE_ID_VENDOR = ipython
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/jsonschema-specifications/json
md5 de730f6937d1e3660a2d835c4f93f31b jsonschema_specifications-2023.12.1.tar.gz
sha256 48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc jsonschema_specifications-2023.12.1.tar.gz
md5 e8f726a5b9647031d9ee8b922cf9b56f jsonschema_specifications-2024.10.1.tar.gz
sha256 0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272 jsonschema_specifications-2024.10.1.tar.gz
# Locally computed sha256 checksums
sha256 42dcd63495f87b4eb7c7757afa379bb55a53f94afd7a5f657d9adf57236e515c COPYING
Loading