package/python-cbor2: security bump version to 5.9.0

https://github.com/agronholm/cbor2/blob/5.9.0/docs/versionhistory.rst

Fixes CVE-2026-26209.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:29:54 +02:00
committed by Julien Olivain
parent 7e98e745c4
commit b676a4f51b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cbor2/json
md5 43d53d2eedc711252f5f66b1e05389a5 cbor2-5.8.0.tar.gz
sha256 b19c35fcae9688ac01ef75bad5db27300c2537eb4ee00ed07e05d8456a0d4931 cbor2-5.8.0.tar.gz
md5 21a7e1096c25ef19a81730e2c0ce05a6 cbor2-5.9.0.tar.gz
sha256 85c7a46279ac8f226e1059275221e6b3d0e370d2bb6bd0500f9780781615bcea cbor2-5.9.0.tar.gz
# Locally computed sha256 checksums
sha256 a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CBOR2_VERSION = 5.8.0
PYTHON_CBOR2_VERSION = 5.9.0
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/d9/8e/8b4fdde28e42ffcd741a37f4ffa9fb59cd4fe01625b544dfcfd9ccb54f01
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/bd/cb/09939728be094d155b5d4ac262e39877875f5f7e36eea66beb359f647bd0
PYTHON_CBOR2_SETUP_TYPE = setuptools
PYTHON_CBOR2_LICENSE = MIT
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt