mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/{avro-c, python-avro}: bump to version 1.12.1
https://avro.apache.org/blog/2025/10/16/avro-1.12.1/
Updated help text URL.
Upstream does not provide hashes anymore for avro-c.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 1be3962f8f)
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
This commit is contained in:
committed by
Raphaël Mélotte
parent
a00374d53c
commit
3b4de55939
@@ -24,4 +24,4 @@ config BR2_PACKAGE_AVRO_C
|
||||
- Code generation as an optional optimization,
|
||||
only worth implementing for statically typed languages.
|
||||
|
||||
http://avro.apache.org/
|
||||
https://avro.apache.org/
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# From https://downloads.apache.org/avro/avro-1.12.0/c/avro-c-1.12.0.tar.gz.sha512
|
||||
sha512 71f0a8b63e212a12d38c05ef0c8e17822af7eb38698e07550a15f49d3f976f015f31cd804784df76c16e6cf7129c0d1a5028cb78032ad0259b4d151dcf022099 avro-c-1.12.0.tar.gz
|
||||
|
||||
# License files
|
||||
# Locally computed
|
||||
sha256 b64e31b94719499549622aa92f1d96d1742967ced261a0931b63be3bbe907f2c avro-c-1.12.1.tar.gz
|
||||
sha256 d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a LICENSE
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# When updating the version, please also update python-avro
|
||||
AVRO_C_VERSION = 1.12.0
|
||||
AVRO_C_VERSION = 1.12.1
|
||||
AVRO_C_SITE = https://www-eu.apache.org/dist/avro/avro-$(AVRO_C_VERSION)/c
|
||||
AVRO_C_LICENSE = Apache-2.0
|
||||
AVRO_C_LICENSE_FILES = LICENSE
|
||||
|
||||
@@ -16,4 +16,4 @@ config BR2_PACKAGE_PYTHON_AVRO
|
||||
- Code generation as an optional optimization,
|
||||
only worth implementing for statically typed languages.
|
||||
|
||||
http://avro.apache.org/
|
||||
https://avro.apache.org/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/avro/json
|
||||
md5 03dbb66d68ad18a332a4f4bce0700ca9 avro-1.12.0.tar.gz
|
||||
sha256 cad9c53b23ceed699c7af6bddced42e2c572fd6b408c257a7d4fc4e8cf2e2d6b avro-1.12.0.tar.gz
|
||||
md5 e2debe491ace30e479944ac4e8e832d9 avro-1.12.1.tar.gz
|
||||
sha256 c5b8dd2dd4c10816f0dc127cc29cfd43b5e405cf7e6840e89460a024bf3d098d avro-1.12.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747 avro/LICENSE
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
# When updating the version, please also update avro-c
|
||||
PYTHON_AVRO_VERSION = 1.12.0
|
||||
PYTHON_AVRO_VERSION = 1.12.1
|
||||
PYTHON_AVRO_SOURCE = avro-$(PYTHON_AVRO_VERSION).tar.gz
|
||||
PYTHON_AVRO_SITE = https://files.pythonhosted.org/packages/e6/73/48668732bbc8ae1e79b237f84e761204c8dd266c5e16e7601000aba471d3
|
||||
PYTHON_AVRO_SITE = https://files.pythonhosted.org/packages/60/00/af1eec633637e12d0945a97f05a429eed83ac45865af60cb453db4689d95
|
||||
PYTHON_AVRO_LICENSE = Apache-2.0
|
||||
PYTHON_AVRO_LICENSE_FILES = avro/LICENSE
|
||||
PYTHON_AVRO_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user