package/python-cbor2: bump to version 5.6.4

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-09-14 16:54:03 -06:00
committed by Thomas Petazzoni
parent 89c0dae8ae
commit d5de776173
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 b44037904de5b0f833020bfe01f741ca cbor2-5.5.1.tar.gz
sha256 f9e192f461a9f8f6082df28c035b006d153904213dc8640bed8a72d72bbc9475 cbor2-5.5.1.tar.gz
md5 a6e5932eb719e0e429792faf326023b1 cbor2-5.6.4.tar.gz
sha256 1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e cbor2-5.6.4.tar.gz
# Locally computed sha256 checksums
sha256 a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef LICENSE.txt

View File

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