All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1
@ 2020-08-12 10:27 Leon Anavi
  2020-08-12 10:27 ` [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add homepage and upgrade to release 0.14.1:

Document the colon-separated node[:port[:compass]] format used
for tail and head points in the edge()- and edges()-methods

License-Update: Use file LICENSE.txt to check the license.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-graphviz_0.14.1.bb           | 17 +++++++++++++++++
 .../python/python3-graphviz_0.14.bb             | 16 ----------------
 2 files changed, 17 insertions(+), 16 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
new file mode 100644
index 000000000..f26a1efce
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Graphviz protocol implementation"
+HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f"
+
+SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a"
+SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
deleted file mode 100644
index 98bbddd21..000000000
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Graphviz protocol implementation"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE_EXT = "zip"
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-logging \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0
  2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
@ 2020-08-12 10:27 ` Leon Anavi
  2020-08-13 15:56   ` [oe] " Trevor Gamblin
  2020-08-12 10:27 ` [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.0:

- Use monotonic clock for timing operations within the consumer.
- Ensure internal state is cleaned up on file-lock when released.
- Support passing around TaskException as a pickled value.
- Set the multiprocessing mode to "fork" on MacOS and Python 3.8
  or newer.
- Added option to enforce FIFO behavior when using Sqlite as
  storage.
- Added the on_shutdown handler to djhuey namespace.
- Ensure exception is set on AsyncResult in mini-huey.

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

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
index cac6be954..f70a349fd 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
-SRC_URI[sha256sum] = "15cef4225f7ae200fbecf89a0fed13e389fd751d6c8e1d3b26562b7df953de0e"
+
+SRC_URI[md5sum] = "aa9f2a8f54cb68c62690c5e28589f49c"
+SRC_URI[sha256sum] = "76978840a875607cd77c283c4ebf3ea5071b2ec06a1ac428d63be0d88f1e7070"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6
  2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
  2020-08-12 10:27 ` [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
@ 2020-08-12 10:27 ` Leon Anavi
  2020-08-13 15:56   ` [oe] " Trevor Gamblin
  2020-08-12 10:27 ` [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.6:

- Rolled back the switch to Poetry, and reverted back to using
  Pipenv + setup.py for dependency management. There apparently
  is an issue no-binary installs of packages build with Poetry.
- Limited SHA3 support to those Python versions (3.6+) that
  support it natively. The third-party library that adds support
  for this to Python 3.5 is a binary package, and thus breaks the
  pure-Python nature of Python-RSA.
- To avoid older Python installations from trying to upgrade to
  RSA 4.4, this is now made explicit in the python_requires
  argument in setup.py

The encrypt/decrypt-bigfile CLI commands have been removed in
2016 therefore the recipe has been updated accordingly.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-rsa_3.4.2.bb => python3-rsa_4.6.bb}    | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-rsa_3.4.2.bb => python3-rsa_4.6.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb b/meta-python/recipes-devtools/python/python3-rsa_4.6.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb
rename to meta-python/recipes-devtools/python/python3-rsa_4.6.bb
index 759214fa3..d2b108635 100644
--- a/meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-rsa_4.6.bb
@@ -4,15 +4,14 @@ AUTHOR = "Sybren A. Stuvel"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
 
-SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
+SRC_URI[md5sum] = "bbf1c954865319bd542600ab07f92aca"
+SRC_URI[sha256sum] = "109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa"
 
 inherit pypi setuptools3 update-alternatives
 
 ALTERNATIVE_${PN} = "\
     pyrsa-decrypt \
-    pyrsa-decrypt-bigfile \
     pyrsa-encrypt \
-    pyrsa-encrypt-bigfile \
     pyrsa-keygen \
     pyrsa-priv2pub \
     pyrsa-sign \
@@ -20,9 +19,7 @@ ALTERNATIVE_${PN} = "\
 "
 
 ALTERNATIVE_LINK_NAME[pyrsa-decrypt] = "${bindir}/pyrsa-decrypt"
-ALTERNATIVE_LINK_NAME[pyrsa-decrypt-bigfile] = "${bindir}/pyrsa-decrypt-bigfile"
 ALTERNATIVE_LINK_NAME[pyrsa-encrypt] = "${bindir}/pyrsa-encrypt"
-ALTERNATIVE_LINK_NAME[pyrsa-encrypt-bigfile] = "${bindir}/pyrsa-encrypt-bigfile"
 ALTERNATIVE_LINK_NAME[pyrsa-keygen] = "${bindir}/pyrsa-keygen"
 ALTERNATIVE_LINK_NAME[pyrsa-priv2pub] = "${bindir}/pyrsa-priv2pub"
 ALTERNATIVE_LINK_NAME[pyrsa-sign] = "${bindir}/pyrsa-sign"
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2
  2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
  2020-08-12 10:27 ` [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
  2020-08-12 10:27 ` [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6 Leon Anavi
@ 2020-08-12 10:27 ` Leon Anavi
  2020-08-13 15:56   ` [oe] " Trevor Gamblin
  2020-08-12 10:27 ` [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0 Leon Anavi
  2020-08-13 15:55 ` [oe] [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.2:

- Added functions to fetch registered CommandSets by type and
  command name.
- Fixed prog value of subcommands added with as_subcommand_to()
  decorator.
- Fixed missing settings in subcommand parsers created with
  as_subcommand_to() decorator. These settings include things
  like description and epilog text.
- Fixed issue with CommandSet auto-discovery only searching
  direct sub-classes

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

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


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

* [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0
  2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-08-12 10:27 ` [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2 Leon Anavi
@ 2020-08-12 10:27 ` Leon Anavi
  2020-08-13 15:56   ` [oe] " Trevor Gamblin
  2020-08-13 15:55 ` [oe] [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.7.0:

- Add support for packing subclasses of ext_serializable()
  application classes.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...gpack-python_2.6.0.bb => python3-u-msgpack-python_2.7.0.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-u-msgpack-python_2.6.0.bb => python3-u-msgpack-python_2.7.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
rename to meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
index f3f321e18..4797a3535 100644
--- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
@@ -3,7 +3,8 @@ DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer w
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594"
 
-SRC_URI[sha256sum] = "754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c"
+SRC_URI[md5sum] = "231609d87aa58459a1491c8f5df4e4cd"
+SRC_URI[sha256sum] = "996e4c4454771f0ff0fd2a7566b1a159d305d3611cd755addf444e3533e2bc54"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1
  2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-08-12 10:27 ` [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0 Leon Anavi
@ 2020-08-13 15:55 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:55 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 6:27 AM, Leon Anavi wrote:
> Add homepage and upgrade to release 0.14.1:
>
> Document the colon-separated node[:port[:compass]] format used
> for tail and head points in the edge()- and edges()-methods
>
> License-Update: Use file LICENSE.txt to check the license.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-graphviz_0.14.1.bb           | 17 +++++++++++++++++
>   .../python/python3-graphviz_0.14.bb             | 16 ----------------
>   2 files changed, 17 insertions(+), 16 deletions(-)
>   create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
> new file mode 100644
> index 000000000..f26a1efce
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "Graphviz protocol implementation"
> +HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f"
> +
> +SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a"
> +SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce"
> +
> +inherit pypi setuptools3
> +
> +PYPI_PACKAGE_EXT = "zip"
> +
> +RDEPENDS_${PN} += " \
> +    ${PYTHON_PN}-logging \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
> deleted file mode 100644
> index 98bbddd21..000000000
> --- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -DESCRIPTION = "Graphviz protocol implementation"
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
> -
> -SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
> -
> -inherit pypi setuptools3
> -
> -PYPI_PACKAGE_EXT = "zip"
> -
> -RDEPENDS_${PN} += " \
> -    ${PYTHON_PN}-logging \
> -"
> -
> -BBCLASSEXTEND = "native nativesdk"
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0
  2020-08-12 10:27 ` [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
@ 2020-08-13 15:56   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 6:27 AM, Leon Anavi wrote:
> Upgrade to release 2.3.0:
>
> - Use monotonic clock for timing operations within the consumer.
> - Ensure internal state is cleaned up on file-lock when released.
> - Support passing around TaskException as a pickled value.
> - Set the multiprocessing mode to "fork" on MacOS and Python 3.8
>    or newer.
> - Added option to enforce FIFO behavior when using Sqlite as
>    storage.
> - Added the on_shutdown handler to djhuey namespace.
> - Ensure exception is set on AsyncResult in mini-huey.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-huey_2.2.0.bb => python3-huey_2.3.0.bb}   | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-huey_2.2.0.bb => python3-huey_2.3.0.bb} (59%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
> similarity index 59%
> rename from meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
> index cac6be954..f70a349fd 100644
> --- a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb
> @@ -4,7 +4,9 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
>   
>   PYPI_PACKAGE = "huey"
> -SRC_URI[sha256sum] = "15cef4225f7ae200fbecf89a0fed13e389fd751d6c8e1d3b26562b7df953de0e"
> +
> +SRC_URI[md5sum] = "aa9f2a8f54cb68c62690c5e28589f49c"
> +SRC_URI[sha256sum] = "76978840a875607cd77c283c4ebf3ea5071b2ec06a1ac428d63be0d88f1e7070"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6
  2020-08-12 10:27 ` [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6 Leon Anavi
@ 2020-08-13 15:56   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 6:27 AM, Leon Anavi wrote:
> Upgrade to release 4.6:
>
> - Rolled back the switch to Poetry, and reverted back to using
>    Pipenv + setup.py for dependency management. There apparently
>    is an issue no-binary installs of packages build with Poetry.
> - Limited SHA3 support to those Python versions (3.6+) that
>    support it natively. The third-party library that adds support
>    for this to Python 3.5 is a binary package, and thus breaks the
>    pure-Python nature of Python-RSA.
> - To avoid older Python installations from trying to upgrade to
>    RSA 4.4, this is now made explicit in the python_requires
>    argument in setup.py
>
> The encrypt/decrypt-bigfile CLI commands have been removed in
> 2016 therefore the recipe has been updated accordingly.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-rsa_3.4.2.bb => python3-rsa_4.6.bb}    | 7 ++-----
>   1 file changed, 2 insertions(+), 5 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-rsa_3.4.2.bb => python3-rsa_4.6.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb b/meta-python/recipes-devtools/python/python3-rsa_4.6.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb
> rename to meta-python/recipes-devtools/python/python3-rsa_4.6.bb
> index 759214fa3..d2b108635 100644
> --- a/meta-python/recipes-devtools/python/python3-rsa_3.4.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-rsa_4.6.bb
> @@ -4,15 +4,14 @@ AUTHOR = "Sybren A. Stuvel"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
>   
> -SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
> +SRC_URI[md5sum] = "bbf1c954865319bd542600ab07f92aca"
> +SRC_URI[sha256sum] = "109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa"
>   
>   inherit pypi setuptools3 update-alternatives
>   
>   ALTERNATIVE_${PN} = "\
>       pyrsa-decrypt \
> -    pyrsa-decrypt-bigfile \
>       pyrsa-encrypt \
> -    pyrsa-encrypt-bigfile \
>       pyrsa-keygen \
>       pyrsa-priv2pub \
>       pyrsa-sign \
> @@ -20,9 +19,7 @@ ALTERNATIVE_${PN} = "\
>   "
>   
>   ALTERNATIVE_LINK_NAME[pyrsa-decrypt] = "${bindir}/pyrsa-decrypt"
> -ALTERNATIVE_LINK_NAME[pyrsa-decrypt-bigfile] = "${bindir}/pyrsa-decrypt-bigfile"
>   ALTERNATIVE_LINK_NAME[pyrsa-encrypt] = "${bindir}/pyrsa-encrypt"
> -ALTERNATIVE_LINK_NAME[pyrsa-encrypt-bigfile] = "${bindir}/pyrsa-encrypt-bigfile"
>   ALTERNATIVE_LINK_NAME[pyrsa-keygen] = "${bindir}/pyrsa-keygen"
>   ALTERNATIVE_LINK_NAME[pyrsa-priv2pub] = "${bindir}/pyrsa-priv2pub"
>   ALTERNATIVE_LINK_NAME[pyrsa-sign] = "${bindir}/pyrsa-sign"
>
> 

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2
  2020-08-12 10:27 ` [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2 Leon Anavi
@ 2020-08-13 15:56   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 6:27 AM, Leon Anavi wrote:
> Upgrade to release 1.3.2:
>
> - Added functions to fetch registered CommandSets by type and
>    command name.
> - Fixed prog value of subcommands added with as_subcommand_to()
>    decorator.
> - Fixed missing settings in subcommand parsers created with
>    as_subcommand_to() decorator. These settings include things
>    like description and epilog text.
> - Fixed issue with CommandSet auto-discovery only searching
>    direct sub-classes
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-cmd2_1.3.1.bb => python3-cmd2_1.3.2.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cmd2_1.3.1.bb => python3-cmd2_1.3.2.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.2.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
> rename to meta-python/recipes-devtools/python/python3-cmd2_1.3.2.bb
> index 15b10d0f5..f5d6099dd 100644
> --- a/meta-python/recipes-devtools/python/python3-cmd2_1.3.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.2.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
>   
>   DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
>   
> -SRC_URI[md5sum] = "9f0af0810da98a30ac92f1e4e7a8c8ab"
> -SRC_URI[sha256sum] = "c86f3b8348798732759c9d53cbcb6258a8f21f60c1a1268e942d24c9dc50b4c6"
> +SRC_URI[md5sum] = "ee7199d76f75bf01d8a162db6b696662"
> +SRC_URI[sha256sum] = "645792972e1c0475b03fd575d8ca95c526db970d886669a399307eb52fddd7bd"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0
  2020-08-12 10:27 ` [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0 Leon Anavi
@ 2020-08-13 15:56   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 6:27 AM, Leon Anavi wrote:
> Upgrade to release 2.7.0:
>
> - Add support for packing subclasses of ext_serializable()
>    application classes.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...gpack-python_2.6.0.bb => python3-u-msgpack-python_2.7.0.bb} | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-u-msgpack-python_2.6.0.bb => python3-u-msgpack-python_2.7.0.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
> index f3f321e18..4797a3535 100644
> --- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.0.bb
> @@ -3,7 +3,8 @@ DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer w
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594"
>   
> -SRC_URI[sha256sum] = "754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c"
> +SRC_URI[md5sum] = "231609d87aa58459a1491c8f5df4e4cd"
> +SRC_URI[sha256sum] = "996e4c4454771f0ff0fd2a7566b1a159d305d3611cd755addf444e3533e2bc54"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 

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

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

end of thread, other threads:[~2020-08-13 15:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 10:27 [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 Leon Anavi
2020-08-12 10:27 ` [meta-python][PATCH 2/5] python3-huey: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
2020-08-13 15:56   ` [oe] " Trevor Gamblin
2020-08-12 10:27 ` [meta-python][PATCH 3/5] python3-rsa: Upgrade 3.4.2 -> 4.6 Leon Anavi
2020-08-13 15:56   ` [oe] " Trevor Gamblin
2020-08-12 10:27 ` [meta-python][PATCH 4/5] python3-cmd2: Upgrade 1.3.1 -> 1.3.2 Leon Anavi
2020-08-13 15:56   ` [oe] " Trevor Gamblin
2020-08-12 10:27 ` [meta-python][PATCH 5/5] python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0 Leon Anavi
2020-08-13 15:56   ` [oe] " Trevor Gamblin
2020-08-13 15:55 ` [oe] [meta-python][PATCH 1/5] python3-graphviz: Upgrade 0.14 -> 0.14.1 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.