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 09/15] python3-cbor2: Upgrade 5.1.1 -> 5.1.2
Date: Fri, 31 Jul 2020 16:22:24 +0300	[thread overview]
Message-ID: <20200731132230.20031-9-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200731132230.20031-1-leon.anavi@konsulko.com>

Upgrade to release 5.1.2:

- Bugfix: Refcount bug in C lib causing intermittent segfaults
  on shutdown

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cbor2_5.1.1.bb => python3-cbor2_5.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cbor2_5.1.1.bb => python3-cbor2_5.1.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.1.2.bb
index 6b26da2a6..c65be7226 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.2.bb
@@ -4,8 +4,8 @@ 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] = "09e9607ea50e2ebb718791d475f11620cb244b0cc3758ce2e76cf36e8372ad64"
-SRC_URI[md5sum] = "b034d7edfd22c1f98e600aaedbd90f39"
+SRC_URI[sha256sum] = "91759bd0ee5ef0d4fa24144dfa551670730baeca8cf2fff1cc59f734ecd21de6"
+SRC_URI[md5sum] = "693c1bd6635bee8a591a70ea924ad676"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


  parent reply	other threads:[~2020-07-31 13:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31 13:22 [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Leon Anavi
2020-07-31 13:22 ` [meta-python][PATCH 02/15] python3-lxml: Upgrade 4.5.1 -> 4.5.2 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 03/15] python3-gmqtt: Upgarde 0.6.5 -> 0.6.7 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 04/15] python3-pyroute2: Upgrade 0.5.12 -> 0.5.13 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 05/15] python3-pymongo: Upgrade 3.10.1 -> 3.11.0 Leon Anavi
2020-08-03 21:44   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 06/15] python3-pid: Upgrade 3.0.3 -> 3.0.4 Leon Anavi
2020-08-03 21:44   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 07/15] python3-pychromecast: Upgrade 7.1.2 -> 7.2.0 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 08/15] python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` Leon Anavi [this message]
2020-08-03 21:55   ` [oe] [meta-python][PATCH 09/15] python3-cbor2: Upgrade 5.1.1 -> 5.1.2 Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 10/15] python3-xlsxwriter: Consolidate in a single file Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 11/15] python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 12/15] python3-cffi: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 13/15] python3-pandas: Upgrade 1.0.5 -> 1.1.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 14/15] python3-luma-core: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 15/15] python3-tqdm: Upgrade 4.47.0 -> 4.48.0 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-08-03 21:42 ` [oe] [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Trevor Gamblin

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=20200731132230.20031-9-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.