All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.1.0 -> 5.1.1
@ 2020-07-15 15:24 Leon Anavi
  2020-07-15 15:24 ` [meta-python][PATCH 2/5] python3-psutil: Upgrade 5.7.0 -> 5.7.2 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-07-15 15:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

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>
---
 .../python/{python3-cbor2_5.1.0.bb => python3-cbor2_5.1.1.bb}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cbor2_5.1.0.bb => python3-cbor2_5.1.1.bb} (81%)

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
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.1.1.bb
index 812539941..6b26da2a6 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"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa"
+SRC_URI[sha256sum] = "09e9607ea50e2ebb718791d475f11620cb244b0cc3758ce2e76cf36e8372ad64"
+SRC_URI[md5sum] = "b034d7edfd22c1f98e600aaedbd90f39"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-16 18:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 15:24 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.1.0 -> 5.1.1 Leon Anavi
2020-07-15 15:24 ` [meta-python][PATCH 2/5] python3-psutil: Upgrade 5.7.0 -> 5.7.2 Leon Anavi
2020-07-16 18:03   ` [oe] " Trevor Gamblin
2020-07-15 15:24 ` [meta-python][PATCH 3/5] python3-isort: Upgrade 4.3.21 -> 5.1.0 Leon Anavi
2020-07-16 18:03   ` [oe] " Trevor Gamblin
2020-07-15 15:24 ` [meta-python][PATCH 4/5] python3-netaddr: Upgrade 0.7.20 -> 0.8.0 Leon Anavi
2020-07-16 18:04   ` [oe] " Trevor Gamblin
2020-07-15 15:24 ` [meta-python][PATCH 5/5] python3-bitarray: Upgrade 1.2.2 -> 1.4.1 Leon Anavi
2020-07-16 18:04   ` [oe] " Trevor Gamblin
2020-07-16 18:03 ` [oe] [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.1.0 -> 5.1.1 Trevor Gamblin

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.