package/python-cbor2: bump to version 5.6.5

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 2024-10-11 11:58:59 -06:00 committed by Thomas Petazzoni
parent 048cf34aec
commit d766073ba1
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 a6e5932eb719e0e429792faf326023b1 cbor2-5.6.4.tar.gz
sha256 1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e cbor2-5.6.4.tar.gz
md5 0804f5be872bcdbed12fb1314615b461 cbor2-5.6.5.tar.gz
sha256 b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09 cbor2-5.6.5.tar.gz
# Locally computed sha256 checksums
sha256 a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef LICENSE.txt

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CBOR2_VERSION = 5.6.4
PYTHON_CBOR2_VERSION = 5.6.5
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/fe/da/6e62e701797c627e8d8cb3d5cc0cdcb6f4a876083386ee1b1a35321fdac7
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/e4/aa/ba55b47d51d27911981a18743b4d3cebfabccbb0598c09801b734cec4184
PYTHON_CBOR2_SETUP_TYPE = setuptools
PYTHON_CBOR2_LICENSE = MIT
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt