All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0
@ 2020-08-10 14:43 Leon Anavi
  2020-08-10 14:43 ` [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.8.0:

- Dropped Support for Python 2.7, 3.4, 3.5
- It's possible to use ``pathlib.Path`` objects now in the API
- The stubs are gone, we are now using annotations
- ``namedexpr_test`` nodes are now a proper class called
  ``NamedExpr``
- A lot of smaller refactorings

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

diff --git a/meta-python/recipes-devtools/python/python3-parso_0.7.1.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-parso_0.7.1.bb
rename to meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
index 6d775227c..507087909 100644
--- a/meta-python/recipes-devtools/python/python3-parso_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
 
 PYPI_PACKAGE = "parso"
 
-SRC_URI[md5sum] = "eac40cda515ee71e3bb008c404ca3ac1"
-SRC_URI[sha256sum] = "caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9"
+SRC_URI[md5sum] = "ee3592994bfc0d0843790544c1b2b702"
+SRC_URI[sha256sum] = "2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64"
 
 inherit setuptools3 pypi
-- 
2.17.1


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

* [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:04   ` [oe] " Trevor Gamblin
  2020-08-10 14:43 ` [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.3:

- Handle calls to decorated functions from non-__main__ modules

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

diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
index 179e07127..a26835b60 100644
--- a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "9fac09884c54db79e57ab80f0c423794"
-SRC_URI[sha256sum] = "e271286b280f930aeaae7496454573f8029c3f48ef1dc47c780155dd4a7b9e7f"
+SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d"
+SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf"
 
 DEPENDS += "python3-setuptools-scm-native"
 RDEPENDS_${PN} += "\
-- 
2.17.1


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

* [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
  2020-08-10 14:43 ` [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:04   ` [oe] " Trevor Gamblin
  2020-08-10 14:43 ` [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0 Leon Anavi
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.2:

* Added Border, Fill, Pattern and Gradient formatting to chart
  data labels and chart custom data labels.
* Fix for issue where array formulas weren't included in the
  output file for certain ranges/conditions.

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

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
index 3b4e89d04..76f5d1622 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
@@ -8,7 +8,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "XlsxWriter"
 
-SRC_URI[md5sum] = "80ac0ccf43435739c4afa5e0bfff8580"
-SRC_URI[sha256sum] = "3015f707cf237d277cf1b2d7805f409f0387e32bc52f3c76db9f85098980e828"
+SRC_URI[md5sum] = "78fccd0e056f3c1c474e13eec54ce30d"
+SRC_URI[sha256sum] = "3ba4655713c8c84b428b529c8e353ac028626ec57f348094da4f66fdc573b0fb"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
  2020-08-10 14:43 ` [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
  2020-08-10 14:43 ` [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:04   ` [oe] " Trevor Gamblin
  2020-08-10 14:43 ` [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3 Leon Anavi
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 35.3.0:

- Fix dump of signal types in DBC files
- Fix SIG_VALTYPE_ item on DBC dump for extended frame id messages
- Fix compile error

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

diff --git a/meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb b/meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb
rename to meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
index a9638fbd2..c79e51e33 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[md5sum] = "46b71bbfec33146d9dbba708489a8ae2"
-SRC_URI[sha256sum] = "bd0ac5b16bb7fe2ada0c9436c91a0b3795217bed7126296dde1565919a3f44f1"
+SRC_URI[md5sum] = "068514ac776e03ebaa8b2d02dd16fc77"
+SRC_URI[sha256sum] = "5e3a6f679ad3dcb31142e388e052187d5fc5bd481c4fc3b2791eaa1e681cca98"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.17.1


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

* [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-08-10 14:43 ` [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:04   ` [oe] " Trevor Gamblin
  2020-08-10 14:43 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.3:

- Includes the missing translation files
- Fixed a bug with SelectField choices shortcut at form submission

License-Update: Use the exact line from PKG-INFO. The license
remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-wtforms_2.3.1.bb => python3-wtforms_2.3.3.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_2.3.1.bb => python3-wtforms_2.3.3.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
index 9f081b68c..a6e7a5b2e 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "A flexible forms validation and rendering library for python web
 HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
-SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f"
-SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972"
+SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
+SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
 
 PYPI_PACKAGE = "WTForms"
 
-- 
2.17.1


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

* [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-08-10 14:43 ` [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:05   ` [oe] " Trevor Gamblin
  2020-08-10 14:43 ` [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1 Leon Anavi
  2020-08-11 14:04 ` [oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.6:

New features:
- The SSH/Telnet adaptors have been refactored and improved in
  several ways.
  * Handle terminal types for both telnet and SSH sessions.
  * Added pipe input abstraction. (base class for `PosixPipeInput`
    and `Win32PipeInput`).
  * The color depth logic has been refactored and moved to the
    `Output` implementations. Added `get_default_color_depth`
    method to `Output` objects.
  * All line feets are now preceded by a carriage return in the
    telnet connection stdout.
- Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
- Improvements to the checkbox implementation:
    * Hide the scrollbar for a single checkbox.
    * Added a "checked" setter to the checkbox.
- Expose `KeyPressEvent` in key_binding/__init__.py (often used in
  type annotations).
- The renderer has been optimized so that no trailing spaces are
  generated (this improves copying in some terminals).

Fixes:
- Ignore F21..F24 key bindings by default.
- Fix auto_suggest key bindings when suggestion text is empty.
- Bugfix in SIGWINCH handling.
- Handle bug in HSplit/VSplit when the number of children is zero.
- Bugfix in CPR handling in renderer. Proper cancellation of
  pending tasks.
- Ensure rprompt aligns with input.
- Use `sys.stdin.encoding` for decoding stdin stream.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.5.bb => python3-prompt-toolkit_3.0.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.5.bb => python3-prompt-toolkit_3.0.6.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
index 78fdbca4f..806e67c09 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[md5sum] = "96ba0be8d3145eb70e3da25654987670"
-SRC_URI[sha256sum] = "563d1a4140b63ff9dd587bda9557cffb2fe73650205ab6f4383092fb882e7dc8"
+SRC_URI[md5sum] = "e50cb328715b338480d8d29dda54ff5d"
+SRC_URI[sha256sum] = "7630ab85a23302839a0f26b31cc24f518e6155dea1ed395ea61b42c45941b6a6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
                   ` (4 preceding siblings ...)
  2020-08-10 14:43 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
@ 2020-08-10 14:43 ` Leon Anavi
  2020-08-11 14:05   ` [oe] " Trevor Gamblin
  2020-08-11 14:04 ` [oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-10 14:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.1:

- Fixed issue determining whether an argparse completer function
  required a reference to a containing CommandSet. Also resolves
  issues determining the correct CommandSet instance when calling
  the argparse argument completer function. Manifested as a
  TypeError when using cmd2.Cmd.path_complete as a completer for
  an argparse-based command defined in a CommandSet.
- Added CommandSet - Enables defining a separate loadable module
  of commands to register/unregister with your cmd2 application.
- Marked with_argparser_and_unknown_args pending deprecation and
  consolidated implementation into with_argparser

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

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
index cb52ecfbb..15b10d0f5 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[md5sum] = "0ab5f4d8ad6a9099202ed887358102f2"
-SRC_URI[sha256sum] = "5a5d3361fadada16cae0c99b65eba5d49d587fc2e02b3afb058da1872871e7a9"
+SRC_URI[md5sum] = "9f0af0810da98a30ac92f1e4e7a8c8ab"
+SRC_URI[sha256sum] = "c86f3b8348798732759c9d53cbcb6258a8f21f60c1a1268e942d24c9dc50b4c6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0
  2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
                   ` (5 preceding siblings ...)
  2020-08-10 14:43 ` [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1 Leon Anavi
@ 2020-08-11 14:04 ` Trevor Gamblin
  6 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 0.8.0:
>
> - Dropped Support for Python 2.7, 3.4, 3.5
> - It's possible to use ``pathlib.Path`` objects now in the API
> - The stubs are gone, we are now using annotations
> - ``namedexpr_test`` nodes are now a proper class called
>    ``NamedExpr``
> - A lot of smaller refactorings
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-parso_0.7.1.bb => python3-parso_0.8.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-parso_0.7.1.bb => python3-parso_0.8.0.bb} (65%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-parso_0.7.1.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
> similarity index 65%
> rename from meta-python/recipes-devtools/python/python3-parso_0.7.1.bb
> rename to meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
> index 6d775227c..507087909 100644
> --- a/meta-python/recipes-devtools/python/python3-parso_0.7.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
>   
>   PYPI_PACKAGE = "parso"
>   
> -SRC_URI[md5sum] = "eac40cda515ee71e3bb008c404ca3ac1"
> -SRC_URI[sha256sum] = "caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9"
> +SRC_URI[md5sum] = "ee3592994bfc0d0843790544c1b2b702"
> +SRC_URI[sha256sum] = "2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64"
>   
>   inherit setuptools3 pypi
>
> 

[-- Attachment #2: Type: text/html, Size: 2557 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3
  2020-08-10 14:43 ` [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
@ 2020-08-11 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 1.0.3:
>
> - Handle calls to decorated functions from non-__main__ modules
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-argexec_1.0.2.bb => python3-argexec_1.0.3.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-argexec_1.0.2.bb => python3-argexec_1.0.3.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
> index 179e07127..a26835b60 100644
> --- a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb
> @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "9fac09884c54db79e57ab80f0c423794"
> -SRC_URI[sha256sum] = "e271286b280f930aeaae7496454573f8029c3f48ef1dc47c780155dd4a7b9e7f"
> +SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d"
> +SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf"
>   
>   DEPENDS += "python3-setuptools-scm-native"
>   RDEPENDS_${PN} += "\
>
> 

[-- Attachment #2: Type: text/html, Size: 2410 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2
  2020-08-10 14:43 ` [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
@ 2020-08-11 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 1.3.2:
>
> * Added Border, Fill, Pattern and Gradient formatting to chart
>    data labels and chart custom data labels.
> * Fix for issue where array formulas weren't included in the
>    output file for certain ranges/conditions.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-xlsxwriter_1.3.0.bb => python3-xlsxwriter_1.3.2.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.0.bb => python3-xlsxwriter_1.3.2.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
> index 3b4e89d04..76f5d1622 100644
> --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.2.bb
> @@ -8,7 +8,7 @@ inherit pypi setuptools3
>   
>   PYPI_PACKAGE = "XlsxWriter"
>   
> -SRC_URI[md5sum] = "80ac0ccf43435739c4afa5e0bfff8580"
> -SRC_URI[sha256sum] = "3015f707cf237d277cf1b2d7805f409f0387e32bc52f3c76db9f85098980e828"
> +SRC_URI[md5sum] = "78fccd0e056f3c1c474e13eec54ce30d"
> +SRC_URI[sha256sum] = "3ba4655713c8c84b428b529c8e353ac028626ec57f348094da4f66fdc573b0fb"
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 

[-- Attachment #2: Type: text/html, Size: 2409 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0
  2020-08-10 14:43 ` [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0 Leon Anavi
@ 2020-08-11 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 35.3.0:
>
> - Fix dump of signal types in DBC files
> - Fix SIG_VALTYPE_ item on DBC dump for extended frame id messages
> - Fix compile error
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-cantools_35.1.0.bb => python3-cantools_35.3.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cantools_35.1.0.bb => python3-cantools_35.3.0.bb} (64%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb b/meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
> similarity index 64%
> rename from meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
> index a9638fbd2..c79e51e33 100644
> --- a/meta-python/recipes-devtools/python/python3-cantools_35.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cantools_35.3.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
>   
> -SRC_URI[md5sum] = "46b71bbfec33146d9dbba708489a8ae2"
> -SRC_URI[sha256sum] = "bd0ac5b16bb7fe2ada0c9436c91a0b3795217bed7126296dde1565919a3f44f1"
> +SRC_URI[md5sum] = "068514ac776e03ebaa8b2d02dd16fc77"
> +SRC_URI[sha256sum] = "5e3a6f679ad3dcb31142e388e052187d5fc5bd481c4fc3b2791eaa1e681cca98"
>   
>   PYPI_PACKAGE = "cantools"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2589 bytes --]

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

* Re: [oe] [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3
  2020-08-10 14:43 ` [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3 Leon Anavi
@ 2020-08-11 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1878 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 2.3.3:
>
> - Includes the missing translation files
> - Fixed a bug with SelectField choices shortcut at form submission
>
> License-Update: Use the exact line from PKG-INFO. The license
> remains the same.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-wtforms_2.3.1.bb => python3-wtforms_2.3.3.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-wtforms_2.3.1.bb => python3-wtforms_2.3.3.bb} (58%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
> similarity index 58%
> rename from meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
> rename to meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
> index 9f081b68c..a6e7a5b2e 100644
> --- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
> @@ -2,10 +2,10 @@ DESCRIPTION = "A flexible forms validation and rendering library for python web
>   HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
>   SECTION = "devel/python"
>   LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
>   
> -SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f"
> -SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972"
> +SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
> +SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
>   
>   PYPI_PACKAGE = "WTForms"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 3001 bytes --]

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

* Re: [oe] [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6
  2020-08-10 14:43 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
@ 2020-08-11 14:05   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:05 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 3.0.6:
>
> New features:
> - The SSH/Telnet adaptors have been refactored and improved in
>    several ways.
>    * Handle terminal types for both telnet and SSH sessions.
>    * Added pipe input abstraction. (base class for `PosixPipeInput`
>      and `Win32PipeInput`).
>    * The color depth logic has been refactored and moved to the
>      `Output` implementations. Added `get_default_color_depth`
>      method to `Output` objects.
>    * All line feets are now preceded by a carriage return in the
>      telnet connection stdout.
> - Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
> - Improvements to the checkbox implementation:
>      * Hide the scrollbar for a single checkbox.
>      * Added a "checked" setter to the checkbox.
> - Expose `KeyPressEvent` in key_binding/__init__.py (often used in
>    type annotations).
> - The renderer has been optimized so that no trailing spaces are
>    generated (this improves copying in some terminals).
>
> Fixes:
> - Ignore F21..F24 key bindings by default.
> - Fix auto_suggest key bindings when suggestion text is empty.
> - Bugfix in SIGWINCH handling.
> - Handle bug in HSplit/VSplit when the number of children is zero.
> - Bugfix in CPR handling in renderer. Proper cancellation of
>    pending tasks.
> - Ensure rprompt aligns with input.
> - Use `sys.stdin.encoding` for decoding stdin stream.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...rompt-toolkit_3.0.5.bb => python3-prompt-toolkit_3.0.6.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.5.bb => python3-prompt-toolkit_3.0.6.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
> rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
> index 78fdbca4f..806e67c09 100644
> --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.6.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
>   
> -SRC_URI[md5sum] = "96ba0be8d3145eb70e3da25654987670"
> -SRC_URI[sha256sum] = "563d1a4140b63ff9dd587bda9557cffb2fe73650205ab6f4383092fb882e7dc8"
> +SRC_URI[md5sum] = "e50cb328715b338480d8d29dda54ff5d"
> +SRC_URI[sha256sum] = "7630ab85a23302839a0f26b31cc24f518e6155dea1ed395ea61b42c45941b6a6"
>   
>   inherit pypi setuptools3
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 3845 bytes --]

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

* Re: [oe] [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1
  2020-08-10 14:43 ` [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1 Leon Anavi
@ 2020-08-11 14:05   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-11 14:05 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]


On 8/10/20 10:43 AM, Leon Anavi wrote:
> Upgrade to release 1.3.1:
>
> - Fixed issue determining whether an argparse completer function
>    required a reference to a containing CommandSet. Also resolves
>    issues determining the correct CommandSet instance when calling
>    the argparse argument completer function. Manifested as a
>    TypeError when using cmd2.Cmd.path_complete as a completer for
>    an argparse-based command defined in a CommandSet.
> - Added CommandSet - Enables defining a separate loadable module
>    of commands to register/unregister with your cmd2 application.
> - Marked with_argparser_and_unknown_args pending deprecation and
>    consolidated implementation into with_argparser
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-cmd2_1.2.1.bb => python3-cmd2_1.3.1.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cmd2_1.2.1.bb => python3-cmd2_1.3.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb
> rename to meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
> index cb52ecfbb..15b10d0f5 100644
> --- a/meta-python/recipes-devtools/python/python3-cmd2_1.2.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
>   
>   DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
>   
> -SRC_URI[md5sum] = "0ab5f4d8ad6a9099202ed887358102f2"
> -SRC_URI[sha256sum] = "5a5d3361fadada16cae0c99b65eba5d49d587fc2e02b3afb058da1872871e7a9"
> +SRC_URI[md5sum] = "9f0af0810da98a30ac92f1e4e7a8c8ab"
> +SRC_URI[sha256sum] = "c86f3b8348798732759c9d53cbcb6258a8f21f60c1a1268e942d24c9dc50b4c6"
>   
>   inherit pypi setuptools3
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2930 bytes --]

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

end of thread, other threads:[~2020-08-11 14:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 14:43 [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Leon Anavi
2020-08-10 14:43 ` [meta-python][PATCH 2/7] python3-argexec: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
2020-08-11 14:04   ` [oe] " Trevor Gamblin
2020-08-10 14:43 ` [meta-python][PATCH 3/7] python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
2020-08-11 14:04   ` [oe] " Trevor Gamblin
2020-08-10 14:43 ` [meta-python][PATCH 4/7] python3-cantools: Upgrade 35.1.0 -> 35.3.0 Leon Anavi
2020-08-11 14:04   ` [oe] " Trevor Gamblin
2020-08-10 14:43 ` [meta-python][PATCH 5/7] python3-wtforms: Upgrade 2.3.1 -> 2.3.3 Leon Anavi
2020-08-11 14:04   ` [oe] " Trevor Gamblin
2020-08-10 14:43 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
2020-08-11 14:05   ` [oe] " Trevor Gamblin
2020-08-10 14:43 ` [meta-python][PATCH 7/7] python3-cmd2: Upgrade 1.2.1 -> 1.3.1 Leon Anavi
2020-08-11 14:05   ` [oe] " Trevor Gamblin
2020-08-11 14:04 ` [oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0 Trevor Gamblin

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.