Skip to content

Commit

Permalink
python3-cbor2: upgrade 5.4.3 -> 5.4.5
Browse files Browse the repository at this point in the history
Changelog:
==========
 Added official Python 3.11 support
 Raise proper exception on invalid bignums
 Make Tagged item usable as a map key
 Eliminate potential memory leak in tag handling
 Documentation tweaks

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Dec 3, 2022
1 parent 20b6ebb commit 72425fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

SRC_URI[sha256sum] = "62b863c5ee6ced4032afe948f3c1484f375550995d3b8498145237fe28e546c2"
SRC_URI[sha256sum] = "2256fdcc11613b0297a4b844e268d20db4f7d4be79d2002f51613bd8105366ef"

inherit pypi python_setuptools_build_meta ptest

Expand Down

0 comments on commit 72425fa

Please sign in to comment.