summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-15 18:24:46 +0300
committerKhem Raj <raj.khem@gmail.com>2020-07-16 12:10:01 -0700
commitb9cee05f04f4aa71e7fe25f3bebc5621d9b6f824 (patch)
treef2c64b3ca1bdb56711e2074b06d4125fa8ef34d0 /meta-python
parent0b9e55a8649774d41b8a612ef08fcc17ea3ecda4 (diff)
downloadmeta-openembedded-b9cee05f04f4aa71e7fe25f3bebc5621d9b6f824.tar.gz
python3-cbor2: Upgrade 5.1.0 -> 5.1.1
Upgrade to release 5.1.1: - Build system: Making C lib optional if it fails to compile - Build system: Better Glibc version detection - Tests: Positive and negative bignums - Bugfix: Fractional seconds parsing in datetimes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb
index 8125399418..6b26da2a65 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb
@@ -4,7 +4,8 @@ DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6 6
7SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa" 7SRC_URI[sha256sum] = "09e9607ea50e2ebb718791d475f11620cb244b0cc3758ce2e76cf36e8372ad64"
8SRC_URI[md5sum] = "b034d7edfd22c1f98e600aaedbd90f39"
8 9
9inherit pypi setuptools3 ptest 10inherit pypi setuptools3 ptest
10 11