All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-cmd2: Upgrade 2.3.3 -> 2.4.0
@ 2022-02-23 23:45 Leon Anavi
  2022-02-23 23:45 ` [meta-python][PATCH 2/2] python3-coverage: Upgrade 6.3 -> 6.3.2 Leon Anavi
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2022-02-23 23:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.4.0:

- Fixed issue where tab completion was quoting argparse flags in
  some cases.
- Added broader exception handling when enabling clipboard
  functionality via pyperclip.
- Added PassThroughException to __init__.py imports.
- cmd2 now uses pyreadline3 when running any version of Python
  on Windows
- Improved memory usage in certain use cases of tables
  (e.g. nested colored tables)
- Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0.
  Use cmd2.Fg and cmd2.Bg instead.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cmd2_2.3.3.bb => python3-cmd2_2.4.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.3.3.bb => python3-cmd2_2.4.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb
index d8a4fb5f2..bc3fedd37 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb
@@ -1,11 +1,11 @@
 SUMMARY = "Extra features for standard library's cmd module"
 HOMEPAGE = "https://github.com/python-cmd2/cmd2"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4c527bcb481233ebcb803de975f42701"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=209e288518b0668115f58c3929af9ff1"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "750d7eb04d55c3bc2a413e191bc177856f388102de47d11f2210a35266543640"
+SRC_URI[sha256sum] = "090909ab6c8ecee40813cec759e61dd6e70c8227a1a8e96082f5f2b0d394bc77"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

* [meta-python][PATCH 2/2] python3-coverage: Upgrade 6.3 -> 6.3.2
  2022-02-23 23:45 [meta-python][PATCH 1/2] python3-cmd2: Upgrade 2.3.3 -> 2.4.0 Leon Anavi
@ 2022-02-23 23:45 ` Leon Anavi
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Anavi @ 2022-02-23 23:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 6.3.2:

- Fix: adapt to pypy3.9's decorator tracing behavior. It now
  traces function decorators like CPython 3.8: both the @-line
  and the def-line are traced.
- Debug: added pybehave to the list of Diagnostics: coverage debug
  and --debug options
- Fix: show an intelligible error message if
  --concurrency=multiprocessing is used without a configuration file

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

diff --git a/meta-python/recipes-devtools/python/python3-coverage_6.3.bb b/meta-python/recipes-devtools/python/python3-coverage_6.3.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-coverage_6.3.bb
rename to meta-python/recipes-devtools/python/python3-coverage_6.3.2.bb
index 0ed90281f..3c6b45705 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_6.3.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "987a84ff98a309994ca77ed3cc4b92424f824278e48e4bf7d1bb79a63cfe2099"
+SRC_URI[sha256sum] = "03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

end of thread, other threads:[~2022-02-23 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 23:45 [meta-python][PATCH 1/2] python3-cmd2: Upgrade 2.3.3 -> 2.4.0 Leon Anavi
2022-02-23 23:45 ` [meta-python][PATCH 2/2] python3-coverage: Upgrade 6.3 -> 6.3.2 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.