All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1
@ 2021-06-21 10:58 Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 2/5] python3-fasteners: Upgrade 0.16.1 -> 0.16.3 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-21 10:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.1:

- Fixed handling of argparse's default options group name which
  was changed in Python 3.10
- Restored plugins and tests_isolated directories to tarball
  published to PyPI for cmd2 release

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cmd2_1.5.0.bb => python3-cmd2_2.1.1.bb}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_1.5.0.bb => python3-cmd2_2.1.1.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.5.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-cmd2_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb
index 18c7a66995..e663b9c815 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "701a8c9975c4abc45e5d13906ab149f959f812869106347323a3f89ac0e82a62"
+SRC_URI[sha256sum] = "a45f6a50b6081c5767b0e410da3f9cebdf6d8fb2aff80fab07d633c6eaaa6d70"
 
 inherit pypi setuptools3
 
@@ -14,6 +14,8 @@ RDEPENDS_${PN} += "\
     ${PYTHON_PN}-colorama \
     ${PYTHON_PN}-pyperclip \
     ${PYTHON_PN}-wcwidth \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-pydoc \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-fasteners: Upgrade 0.16.1 -> 0.16.3
  2021-06-21 10:58 [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1 Leon Anavi
@ 2021-06-21 10:58 ` Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 3/5] python3-elementpath: Upgrade 2.2.2 -> 2.2.3 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-21 10:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.16.3:

- Return the acquired status to the process lock

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

diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb
rename to meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb
index 4b33a9ec69..6f283a3929 100644
--- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb
+++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/harlowja/fasteners"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
 
-SRC_URI[sha256sum] = "b6f488d0fc9a3591a32d779400a00c3ebfadd41f45eb024d66f15a6c4e1c4a72"
+SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-elementpath: Upgrade 2.2.2 -> 2.2.3
  2021-06-21 10:58 [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1 Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 2/5] python3-fasteners: Upgrade 0.16.1 -> 0.16.3 Leon Anavi
@ 2021-06-21 10:58 ` Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 4/5] python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19 Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 5/5] python3-mypy: Upgrade 0.812 -> 0.902 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-21 10:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.3:

- Add Python 3.10 in Tox and CI tests
- Apply __slots__ to TDOP and regex classes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...n3-elementpath_2.2.2.bb => python3-elementpath_2.2.3.bb} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_2.2.2.bb => python3-elementpath_2.2.3.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb
index c793592bea..2d9c53172d 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb
@@ -3,9 +3,13 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = "68de07c1aec3b1d33126111252cc699600dd1e45802625344aa6eb9e680ef157"
+SRC_URI[sha256sum] = "60139b91ef9646e27381fd62b8c38f1fc8ebc78dc4bc231c08c51240062e58e6"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
 
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-xml \
+"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19
  2021-06-21 10:58 [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1 Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 2/5] python3-fasteners: Upgrade 0.16.1 -> 0.16.3 Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 3/5] python3-elementpath: Upgrade 2.2.2 -> 2.2.3 Leon Anavi
@ 2021-06-21 10:58 ` Leon Anavi
  2021-06-21 10:58 ` [meta-python][PATCH 5/5] python3-mypy: Upgrade 0.812 -> 0.902 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-21 10:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.19:

- Make the flush method of the vt100 output implementation
  re-entrant (fixes an issue when using aiogevent).
- Fix off-by-one in `FormattedTextControl` mouse logic.
- Run `print_container` always in a thread (avoid interfering with
  possible event loop).
- Make sphinx autodoc generation platform agnostic (don't import
  Windows stuff when generating Sphinx docs).

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

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb
index 3662875839..f384e216ee 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.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] = "e1b4f11b9336a28fa11810bc623c357420f69dfdb6d2dac41ca2c21a55c033bc"
+SRC_URI[sha256sum] = "08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f"
 
 inherit pypi setuptools3
 
@@ -18,6 +18,7 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-image \
+    ${PYTHON_PN}-asyncio \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-mypy: Upgrade 0.812 -> 0.902
  2021-06-21 10:58 [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-06-21 10:58 ` [meta-python][PATCH 4/5] python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19 Leon Anavi
@ 2021-06-21 10:58 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-21 10:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.902:

- Move third-party library stubs to stub packages, allowing newer
  stubs to be easily used without updating mypy
- Support pyproject.toml and type guards
- Ship wheels for Apple Silicon
- Many other features and bug fixes

License-Update: Update copyright year

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

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.812.bb b/meta-python/recipes-devtools/python/python3-mypy_0.902.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python3-mypy_0.812.bb
rename to meta-python/recipes-devtools/python/python3-mypy_0.902.bb
index 8faab60b97..86465e2f3a 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_0.812.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.902.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
 HOMEPAGE = "https://github.com/python/mypy"
 LICENSE = "MIT & Python-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6afb7c151c4dedb5c3dc292cc120fadc"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=17b7180fcfc43c4e70c07c71588604c4"
 
 RDEPENDS_${PN} = " \
     ${PYTHON_PN}-mypy-extensions \
@@ -13,6 +13,14 @@ PYPI_PACKAGE = "mypy"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119"
+SRC_URI[sha256sum] = "9236c21194fde5df1b4d8ebc2ef2c1f2a5dc7f18bcbea54274937cae2e20a01c"
 
 BBCLASSEXTEND = "native"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-pprint \
+    ${PYTHON_PN}-difflib \
+    ${PYTHON_PN}-toml \
+"
-- 
2.17.1


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

end of thread, other threads:[~2021-06-21 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 10:58 [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.5.0 -> 2.1.1 Leon Anavi
2021-06-21 10:58 ` [meta-python][PATCH 2/5] python3-fasteners: Upgrade 0.16.1 -> 0.16.3 Leon Anavi
2021-06-21 10:58 ` [meta-python][PATCH 3/5] python3-elementpath: Upgrade 2.2.2 -> 2.2.3 Leon Anavi
2021-06-21 10:58 ` [meta-python][PATCH 4/5] python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19 Leon Anavi
2021-06-21 10:58 ` [meta-python][PATCH 5/5] python3-mypy: Upgrade 0.812 -> 0.902 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.