All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2
@ 2021-05-17 11:11 Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Leon Anavi @ 2021-05-17 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.14.2:

- bugfix where setting _ok_code to not include 0, but 0 was the
  exit code

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

diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
rename to meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
index 89d5008e98..5728ccf252 100644
--- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/amoffat/sh"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
 
-SRC_URI[md5sum] = "50fc0a2953930ed8d0f6570835e88abf"
-SRC_URI[sha256sum] = "39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e"
+SRC_URI[sha256sum] = "9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d"
 
 PYPI_PACKAGE = "sh"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3
  2021-05-17 11:11 [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2 Leon Anavi
@ 2021-05-17 11:11 ` Leon Anavi
  2021-05-17 16:11   ` [oe] " Khem Raj
  2021-05-17 11:11 ` [meta-python][PATCH 3/5] python3-pyjwt: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2021-05-17 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.4.3:

- Added support for TC_NULL as array sub-type in _read_field_value
- javaobj can now read GZipped files directly (trick done in
  load(), which is also the underlying method used by loads())
- Fixed a type issue in BlockData/str content comparison

License-Update: License remains Apache License Version 2.0

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

diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb
rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
index 2f24219812..eb93e71733 100644
--- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
@@ -5,9 +5,9 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
  representation is a standard data interchange format in Java world."
 HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "ed3b1ffcfd39f165729cb53587cca02ab0bfa4c332c837a92d5ffe6aef5c8010"
+SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pyjwt: Upgrade 2.0.1 -> 2.1.0
  2021-05-17 11:11 [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2 Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Leon Anavi
@ 2021-05-17 11:11 ` Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 4/5] python3-aiofiles: Upgrade 0.6.0 -> 0.7.0 Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 5/5] python3-aiohue: Upgrade 2.4.0 -> 2.5.0 Leon Anavi
  3 siblings, 0 replies; 6+ messages in thread
From: Leon Anavi @ 2021-05-17 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.0:

- Allow claims validation without making JWT signature validation
  mandatory
- Remove padding from JWK test data
- Make kty mandatory in JWK to be compliant with RFC7517
- Allow JWK without alg to be compliant with RFC7517
- Allow to verify with private key on ECAlgorithm, as well as on
  Ed25519Algorithm
- Add caching by default to PyJWKClient
- Add missing exceptions.InvalidKeyError to jwt module __init__
  imports
- Add support for ES256K algorithm
- Add from_jwk() to Ed25519Algorithm
- Add to_jwk() to Ed25519Algorithm
- Export PyJWK and PyJWKSet

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

diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb
index ed52da4d4a..f1486f4773 100644
--- a/meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c"
 
-SRC_URI[sha256sum] = "a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7"
+SRC_URI[sha256sum] = "fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130"
 
 PYPI_PACKAGE = "PyJWT"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-aiofiles: Upgrade 0.6.0 -> 0.7.0
  2021-05-17 11:11 [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2 Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 3/5] python3-pyjwt: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
@ 2021-05-17 11:11 ` Leon Anavi
  2021-05-17 11:11 ` [meta-python][PATCH 5/5] python3-aiohue: Upgrade 2.4.0 -> 2.5.0 Leon Anavi
  3 siblings, 0 replies; 6+ messages in thread
From: Leon Anavi @ 2021-05-17 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.7.0:

- Added the aiofiles.tempfile module for async temporary files.
- Switched to Poetry and GitHub actions.
- Dropped 3.5 support.

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

diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.6.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-aiofiles_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb
index 89157b504f..9d7a49eb63 100644
--- a/meta-python/recipes-devtools/python/python3-aiofiles_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRC_URI[md5sum] = "3b7ba03babd3d3a6101524469358843e"
-SRC_URI[sha256sum] = "e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092"
+SRC_URI[sha256sum] = "a1c4fc9b2ff81568c83e21392a82f344ea9d23da906e4f6a52662764545e19d4"
 
 PYPI_PACKAGE = "aiofiles"
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-aiohue: Upgrade 2.4.0 -> 2.5.0
  2021-05-17 11:11 [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-05-17 11:11 ` [meta-python][PATCH 4/5] python3-aiofiles: Upgrade 0.6.0 -> 0.7.0 Leon Anavi
@ 2021-05-17 11:11 ` Leon Anavi
  3 siblings, 0 replies; 6+ messages in thread
From: Leon Anavi @ 2021-05-17 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.0:

- Store group resource
- Make sure v2 button events are translated to v1 button events
- Fix normalize check
- Support remotes

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb
index 600a3f4b49..a29625acc5 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "59ac159301064d222192f7b58891d39a2f25aab620061ed12e7cfaf1b5d1a6cc"
+SRC_URI[sha256sum] = "e2ae49be45261283a899cc1b95786f07fe5076be9a311d250dbe2de1b8c38f0f"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3
  2021-05-17 11:11 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Leon Anavi
@ 2021-05-17 16:11   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2021-05-17 16:11 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel



On 5/17/21 4:11 AM, Leon Anavi wrote:
> Upgrade to release 0.4.3:
> 
> - Added support for TC_NULL as array sub-type in _read_field_value
> - javaobj can now read GZipped files directly (trick done in
>    load(), which is also the underlying method used by loads())
> - Fixed a type issue in BlockData/str content comparison
> 
> License-Update: License remains Apache License Version 2.0
> 

thats ok, but does not explain why checksum changed

> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>   ...hon3-javaobj-py3_0.4.2.bb => python3-javaobj-py3_0.4.3.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-javaobj-py3_0.4.2.bb => python3-javaobj-py3_0.4.3.bb} (75%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb
> rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
> index 2f24219812..eb93e71733 100644
> --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
> @@ -5,9 +5,9 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
>    representation is a standard data interchange format in Java world."
>   HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
> -SRC_URI[sha256sum] = "ed3b1ffcfd39f165729cb53587cca02ab0bfa4c332c837a92d5ffe6aef5c8010"
> +SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259"
>   
>   inherit pypi setuptools3
>   
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2021-05-17 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 11:11 [meta-python][PATCH 1/5] python3-sh: Upgrade 1.14.1 -> 1.14.2 Leon Anavi
2021-05-17 11:11 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Leon Anavi
2021-05-17 16:11   ` [oe] " Khem Raj
2021-05-17 11:11 ` [meta-python][PATCH 3/5] python3-pyjwt: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
2021-05-17 11:11 ` [meta-python][PATCH 4/5] python3-aiofiles: Upgrade 0.6.0 -> 0.7.0 Leon Anavi
2021-05-17 11:11 ` [meta-python][PATCH 5/5] python3-aiohue: Upgrade 2.4.0 -> 2.5.0 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.