All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0
@ 2021-05-18  8:01 Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 2/5] python3-websockets: Upgrade 9.0.1 -> 9.0.2 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-18  8:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.3.0:

- Removed support for Python < 3.6

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

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
index cc067c41a9..32d2016e59 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
@@ -4,8 +4,7 @@ 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] = "a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf"
-SRC_URI[md5sum] = "0940aa8bfd1a07f06a983bb6dc78f1ca"
+SRC_URI[sha256sum] = "462b3604d9579458a79e6ca350943c49aabbc98c794c111a79b98720b9164336"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-websockets: Upgrade 9.0.1 -> 9.0.2
  2021-05-18  8:01 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0 Leon Anavi
@ 2021-05-18  8:01 ` Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 3/5] python3-decorator: Upgrade 5.0.7 -> 5.0.9 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-18  8:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 9.0.2:

- Restored compatibility of python -m websockets with Python < 3.9
- Restored compatibility with mypy

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

diff --git a/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb b/meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb
rename to meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb
index 58f4f10ff7..cc9887a941 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "2ab64e9fd18e57a66b63a8774e337d81d6366412bef65c7d71f87ad5c4faeed5"
+SRC_URI[sha256sum] = "6550ecf06e39b7b009605d332dc58b04f3f6f8fe087d452bb2ea4712fbbdcbe6"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-decorator: Upgrade 5.0.7 -> 5.0.9
  2021-05-18  8:01 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0 Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 2/5] python3-websockets: Upgrade 9.0.1 -> 9.0.2 Leon Anavi
@ 2021-05-18  8:01 ` Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 4/5] python3-websocket-client: Upgrade 0.59.0 -> 1.0.0 Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 5/5] python3-pysonos: Upgrade 0.0.46 -> 0.0.48 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-18  8:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.9:

- Made the decorator module more robust when decorating builtin
  functions lacking dunder attributes, like dict.__setitem__.
- Fixed a test breaking PyPy. Restored support for Sphinx.

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

diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb
rename to meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb
index 3131b2bc0b..c3acc518a7 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb
@@ -9,7 +9,7 @@ decorator, just because you can."
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22"
 
-SRC_URI[sha256sum] = "6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060"
+SRC_URI[sha256sum] = "72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-websocket-client: Upgrade 0.59.0 -> 1.0.0
  2021-05-18  8:01 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0 Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 2/5] python3-websockets: Upgrade 9.0.1 -> 9.0.2 Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 3/5] python3-decorator: Upgrade 5.0.7 -> 5.0.9 Leon Anavi
@ 2021-05-18  8:01 ` Leon Anavi
  2021-05-18  8:01 ` [meta-python][PATCH 5/5] python3-pysonos: Upgrade 0.0.46 -> 0.0.48 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-18  8:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.0:

- Removed Python 2 code, now only Python 3 compatible
- Use semver for release versions, unlike breaking release 0.58.0
- Enhance enableTrace output
- Improve unit tests to over 80% code coverage
- Fix old _app.py close status code bug
- Replace select import with selectors

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ocket-client_0.59.0.bb => python3-websocket-client_1.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_0.59.0.bb => python3-websocket-client_1.0.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
index af902bda0c..4980f43b92 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5"
 
-SRC_URI[sha256sum] = "d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c"
+SRC_URI[sha256sum] = "5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-pysonos: Upgrade 0.0.46 -> 0.0.48
  2021-05-18  8:01 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-05-18  8:01 ` [meta-python][PATCH 4/5] python3-websocket-client: Upgrade 0.59.0 -> 1.0.0 Leon Anavi
@ 2021-05-18  8:01 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-18  8:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.0.48:

- Merge SoCo 0.22

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

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb
rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
index 0dc7d8b3ca..18ff30b22a 100644
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
 
-SRC_URI[sha256sum] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b"
+SRC_URI[sha256sum] = "69c55bf80aae77b3ea8658ee1a80b9aafc0506931614853c926830a502230fc6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-05-18  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  8:01 [meta-python][PATCH 1/5] python3-cbor2: Upgrade 5.2.0 -> 5.3.0 Leon Anavi
2021-05-18  8:01 ` [meta-python][PATCH 2/5] python3-websockets: Upgrade 9.0.1 -> 9.0.2 Leon Anavi
2021-05-18  8:01 ` [meta-python][PATCH 3/5] python3-decorator: Upgrade 5.0.7 -> 5.0.9 Leon Anavi
2021-05-18  8:01 ` [meta-python][PATCH 4/5] python3-websocket-client: Upgrade 0.59.0 -> 1.0.0 Leon Anavi
2021-05-18  8:01 ` [meta-python][PATCH 5/5] python3-pysonos: Upgrade 0.0.46 -> 0.0.48 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.