All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-thrift: Upgrade 0.13.0 -> 0.15.0
@ 2021-10-27 10:33 Leon Anavi
  2021-10-27 10:33 ` [meta-python][PATCH 2/3] python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21 Leon Anavi
  2021-10-27 10:33 ` [meta-python][PATCH 3/3] python3-traitlets: Upgrade 5.1.0 -> 5.1.1 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2021-10-27 10:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.15.0:

- possible collisions at VOID type with some 3rd-party libraries
  on Haxe cpp targets
- deprecate netstd "Async" method postfix
- go: NewTSocketConf and NewTSSLSocketConf no longer return an
  error
- Deprecate/remove ActionScript 3 support
- version of thrift-maven-plugin is not sync with the main project
- AppVeyor CI tries to download outdated cmake
- build: autotools: add foreign to AM_INIT_AUTOMAKE

License-Update: Check a single line from PKG-INFO.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-thrift_0.13.0.bb => python3-thrift_0.15.0.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-connectivity/python-thrift/{python3-thrift_0.13.0.bb => python3-thrift_0.15.0.bb} (65%)

diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.15.0.bb
similarity index 65%
rename from meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb
rename to meta-python/recipes-connectivity/python-thrift/python3-thrift_0.15.0.bb
index d62ba6622..78cbba6b2 100644
--- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.15.0.bb
@@ -1,9 +1,8 @@
 SUMMARY = "Python bindings for the Apache Thrift RPC system"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e95cd2f17c70d3180a2b361332319fe0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
 
-SRC_URI[md5sum] = "c3bc8d9a910d2c9ce26f2ad1f7c96762"
-SRC_URI[sha256sum] = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9ae7d89"
+SRC_URI[sha256sum] = "87c8205a71cf8bbb111cb99b1f7495070fbc9cabb671669568854210da5b3e29"
 
 inherit pypi setuptools3
 
-- 
2.17.1



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

* [meta-python][PATCH 2/3] python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21
  2021-10-27 10:33 [meta-python][PATCH 1/3] python3-thrift: Upgrade 0.13.0 -> 0.15.0 Leon Anavi
@ 2021-10-27 10:33 ` Leon Anavi
  2021-10-27 10:33 ` [meta-python][PATCH 3/3] python3-traitlets: Upgrade 5.1.0 -> 5.1.1 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-10-27 10:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.21:

- Improved mouse support:
  * Support for click-drag, which is useful for selecting text.
  * Detect mouse movements when no button is pressed.
- Support for Python 3.10.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ompt-toolkit_3.0.19.bb => python3-prompt-toolkit_3.0.21.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.19.bb => python3-prompt-toolkit_3.0.21.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.21.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.21.bb
index 5d809055b..e0d379d03 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.21.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f"
+SRC_URI[sha256sum] = "27f13ff4e4850fe8f860b77414c7880f67c6158076a7b099062cc8570f1562e5"
 
 inherit pypi setuptools3
 
@@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-image \
     ${PYTHON_PN}-asyncio \
+    ${PYTHON_PN}-xml \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1



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

* [meta-python][PATCH 3/3] python3-traitlets: Upgrade 5.1.0 -> 5.1.1
  2021-10-27 10:33 [meta-python][PATCH 1/3] python3-thrift: Upgrade 0.13.0 -> 0.15.0 Leon Anavi
  2021-10-27 10:33 ` [meta-python][PATCH 2/3] python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21 Leon Anavi
@ 2021-10-27 10:33 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-10-27 10:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.1.1:

- Fixes compatibility issues with Python 3.10 (rc2).

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

diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb
index 120604a8b..bfed02d6f 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.1.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
 
 PYPI_PACKAGE = "traitlets"
 
-SRC_URI[sha256sum] = "bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d"
+SRC_URI[sha256sum] = "059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"
 
 RDEPENDS:${PN} = "\
     ${PYTHON_PN}-ipython-genutils \
-- 
2.17.1



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

end of thread, other threads:[~2021-10-27 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 10:33 [meta-python][PATCH 1/3] python3-thrift: Upgrade 0.13.0 -> 0.15.0 Leon Anavi
2021-10-27 10:33 ` [meta-python][PATCH 2/3] python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21 Leon Anavi
2021-10-27 10:33 ` [meta-python][PATCH 3/3] python3-traitlets: Upgrade 5.1.0 -> 5.1.1 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.