All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-bitstruct: Upgrade 8.13.0 -> 8.14.0
@ 2022-04-19 13:13 Leon Anavi
  2022-04-19 13:13 ` [meta-python][PATCH 2/2] python3-marshmallow: Upgrade 3.14.1 -> 3.15.0 Leon Anavi
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2022-04-19 13:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 8.14.0:
- C implementation: allow partial decoding of truncated data
- Python implementation: allow partial decoding of truncated data
- fix segmentation faults on CI

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

diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
rename to meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb
index 954c9ab46..f0aa32123 100644
--- a/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "7b87d9e41ff552a8cae06ea2368c3772b6f3102bdab4b65e793be7590d69f03b"
+SRC_URI[sha256sum] = "230c191c75f1526f6922cdb08eab6f52c055452e2239bf5638f02e9cfd382c91"
 
 PYPI_PACKAGE = "bitstruct"
 
-- 
2.30.2



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

* [meta-python][PATCH 2/2] python3-marshmallow: Upgrade 3.14.1 -> 3.15.0
  2022-04-19 13:13 [meta-python][PATCH 1/2] python3-bitstruct: Upgrade 8.13.0 -> 8.14.0 Leon Anavi
@ 2022-04-19 13:13 ` Leon Anavi
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Anavi @ 2022-04-19 13:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.15.0:

- Allow passing a dict to fields.Nested
- Address distutils deprecation warning in Python 3.10
- Add py310 to black target-version
- Drop support for Python 3.6
- Use postponed evaluation of annotations

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...allow_3.14.1.bb => python3-marshmallow_3.15.0.bb} | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.14.1.bb => python3-marshmallow_3.15.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
index dc5f17388..c8e0fa4dd 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "41afdefd93afd1b95f48f45fd284ff8add3e91b7"
+SRCREV = "f251dfb08d79c755c2e95371f2c5580bf5937e60"
 
 S = "${WORKDIR}/git"
 
@@ -17,4 +17,12 @@ inherit setuptools3
 
 PIP_INSTALL_PACKAGE = "marshmallow"
 
-RDEPENDS:${PN} += "python3-core"
+RDEPENDS:${PN} += " \
+	python3-core \
+	python3-datetime \
+	python3-netclient \
+	python3-numbers \
+	python3-json \
+	python3-pprint \
+	python3-packaging \
+"
-- 
2.30.2



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

end of thread, other threads:[~2022-04-19 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 13:13 [meta-python][PATCH 1/2] python3-bitstruct: Upgrade 8.13.0 -> 8.14.0 Leon Anavi
2022-04-19 13:13 ` [meta-python][PATCH 2/2] python3-marshmallow: Upgrade 3.14.1 -> 3.15.0 Leon Anavi

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.