All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 3/5] python3-cbor2: Upgrade 5.3.0 -> 5.4.0
Date: Fri,  4 Jun 2021 18:31:58 +0300	[thread overview]
Message-ID: <20210604153200.20570-3-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20210604153200.20570-1-leon.anavi@konsulko.com>

Upgrade to release 5.4.0:

- Added new feature stringrefs, which makes repetitive dictionary
  structures more compact. Use with care since support for this
  is rare in other CBOR implementations.
- Bugfixes around decoding invalid data, which may improve
  security on decoding untrusted data

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cbor2_5.3.0.bb => python3-cbor2_5.4.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cbor2_5.3.0.bb => python3-cbor2_5.4.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb
index 32d2016e59..b791588b42 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb
@@ -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] = "462b3604d9579458a79e6ca350943c49aabbc98c794c111a79b98720b9164336"
+SRC_URI[sha256sum] = "a7926f7244b08c413f1a4fa71a81aa256771c75bdf1a4fd77308547a2d63dd48"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


  parent reply	other threads:[~2021-06-04 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04 15:31 [meta-python][PATCH 1/5] python3-aiohue: Upgrade 2.5.0 -> 2.5.1 Leon Anavi
2021-06-04 15:31 ` [meta-python][PATCH 2/5] python3-typeguard: Upgrade 2.12.0 -> 2.12.1 Leon Anavi
2021-06-04 15:31 ` Leon Anavi [this message]
2021-06-04 15:31 ` [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.24.0 -> 7.24.1 Leon Anavi
2021-06-04 15:32 ` [meta-python][PATCH 5/5] python3-pkgconfig: Upgrade 1.5.2 -> 1.5.4 Leon Anavi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210604153200.20570-3-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.