All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1
@ 2022-07-07  9:46 Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 2/5] python3-awesomeversion: Upgrade 22.5.2 -> 22.6.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2022-07-07  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 22.6.1:

- new: add SecurityModuleMemory.from_config and
  SecurityModuleMemory.from_keyfile
- new: moved UserKey from crossbar to autobahn
- fix: more WAMP-Cryptosign unit tests
- new: experimental WAMP API catalog support
- new: regenerate FlatBuffers WAMP messages
- fix: allow tests to pass without XBR dependencies
- new: Flatbuffers IDL based WAMP payload validation
- fix: restore autobahn.twisted.testing to distribution

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

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_22.5.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-autobahn_22.5.1.bb
rename to meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb
index 956399b56..71da18f81 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_22.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
 
-SRC_URI[sha256sum] = "34aa5569b0b4419f8c277792c600dc2518c4930928c74e2279ef8b88d8b8a3ea"
+SRC_URI[sha256sum] = "fb63e946d5c2dd0df680851e84e65624a494ce87c999f2a4944e4f2d81bf4498"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

* [meta-python][PATCH 2/5] python3-awesomeversion: Upgrade 22.5.2 -> 22.6.0
  2022-07-07  9:46 [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 Leon Anavi
@ 2022-07-07  9:46 ` Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 3/5] python3-tabulate: Upgrade 0.8.9 -> 0.8.10 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-07-07  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 22.6.0:

- Handle ValueError for possible blank values when casting to int
- Remove deprecated method AwesomeVersion.ensure_strategy

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

diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
rename to meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
index c43f9ee54..cadb6f502 100644
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"
 
-SRC_URI[sha256sum] = "051f89efd8ba0b157fb516bda5e1dad4d63f87e8f9c0c148930023d984fce62f"
+SRC_URI[sha256sum] = "38f580bfacf1c06b674bcd0f68e0c445ebb03fcd3700c6a2c588fb9313308e0f"
 
 RDEPENDS:${PN} += "python3-profile python3-logging"
 
-- 
2.30.2



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

* [meta-python][PATCH 3/5] python3-tabulate: Upgrade 0.8.9 -> 0.8.10
  2022-07-07  9:46 [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 2/5] python3-awesomeversion: Upgrade 22.5.2 -> 22.6.0 Leon Anavi
@ 2022-07-07  9:46 ` Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 4/5] python3-marshmallow: Upgrade 3.15.0 -> 3.17.0 Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 5/5] python3-pychromecast: Upgrade 12.1.3 -> 12.1.4 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-07-07  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.8.10:

- Bug fixes
- Column width parameter

License-Update: update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-tabulate_0.8.10.bb    | 8 ++++++++
 .../recipes-devtools/python/python3-tabulate_0.8.9.bb     | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb

diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
new file mode 100644
index 000000000..222e6e7bb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tabulate_0.8.10.bb
@@ -0,0 +1,8 @@
+SUMMARY = "Pretty-print tabular data"
+HOMEPAGE = "https://github.com/astanin/python-tabulate"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7"
+
+SRC_URI[sha256sum] = "6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"
+
+inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb b/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb
deleted file mode 100644
index 19261c3d1..000000000
--- a/meta-python/recipes-devtools/python/python3-tabulate_0.8.9.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Pretty-print tabular data"
-HOMEPAGE = "https://github.com/astanin/python-tabulate"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fad5a39bdfe452b13775adda41023ba7"
-
-SRC_URI[sha256sum] = "eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7"
-
-inherit pypi setuptools3
-- 
2.30.2



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

* [meta-python][PATCH 4/5] python3-marshmallow: Upgrade 3.15.0 -> 3.17.0
  2022-07-07  9:46 [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 2/5] python3-awesomeversion: Upgrade 22.5.2 -> 22.6.0 Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 3/5] python3-tabulate: Upgrade 0.8.9 -> 0.8.10 Leon Anavi
@ 2022-07-07  9:46 ` Leon Anavi
  2022-07-07  9:46 ` [meta-python][PATCH 5/5] python3-pychromecast: Upgrade 12.1.3 -> 12.1.4 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-07-07  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.17.0:

- Support serialization as float in TimeDelta field
- Add messages_dict property to ValidationError to facilitate type
  checking

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

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
index c8e0fa4dd..f2f5281d6 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "f251dfb08d79c755c2e95371f2c5580bf5937e60"
+SRCREV = "4a6c08d53f181195c78b505abe155b2f35cbc0c1"
 
 S = "${WORKDIR}/git"
 
-- 
2.30.2



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

* [meta-python][PATCH 5/5] python3-pychromecast: Upgrade 12.1.3 -> 12.1.4
  2022-07-07  9:46 [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2022-07-07  9:46 ` [meta-python][PATCH 4/5] python3-marshmallow: Upgrade 3.15.0 -> 3.17.0 Leon Anavi
@ 2022-07-07  9:46 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-07-07  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 12.1.4 and add runtime dependencies:

- Improve timeout logs
- pin to protobuf v3

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...3-pychromecast_12.1.3.bb => python3-pychromecast_12.1.4.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_12.1.3.bb => python3-pychromecast_12.1.4.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.3.bb b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-pychromecast_12.1.3.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb
index bbed92150..69372060b 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = "edd67b6d23d5d064a56c97cd90ea661fa8ffd76720bf199b5a126c6869f81e01"
+SRC_URI[sha256sum] = "9e57dc985a4a05db5bdcd5da219cbf6ced25548ca093f8d74bc107b3c554ec00"
 
 PYPI_PACKAGE = "PyChromecast"
 
@@ -15,4 +15,5 @@ RDEPENDS:${PN} += " \
     ${PYTHON_PN}-json \
     ${PYTHON_PN}-requests \
     ${PYTHON_PN}-protobuf \
+    ${PYTHON_PN}-compression \
 "
-- 
2.30.2



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

end of thread, other threads:[~2022-07-07  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07  9:46 [meta-python][PATCH 1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 Leon Anavi
2022-07-07  9:46 ` [meta-python][PATCH 2/5] python3-awesomeversion: Upgrade 22.5.2 -> 22.6.0 Leon Anavi
2022-07-07  9:46 ` [meta-python][PATCH 3/5] python3-tabulate: Upgrade 0.8.9 -> 0.8.10 Leon Anavi
2022-07-07  9:46 ` [meta-python][PATCH 4/5] python3-marshmallow: Upgrade 3.15.0 -> 3.17.0 Leon Anavi
2022-07-07  9:46 ` [meta-python][PATCH 5/5] python3-pychromecast: Upgrade 12.1.3 -> 12.1.4 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.