[meta-python] python3-imgtool: update to 1.9.0

Message ID 20220410204316.4046326-1-open.source@oleksandr-kravchuk.com
State New
Headers show
Series [meta-python] python3-imgtool: update to 1.9.0 | expand

Commit Message

Oleksandr Kravchuk April 10, 2022, 8:43 p.m. UTC
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../{python3-imgtool_1.8.0.bb => python3-imgtool_1.9.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-imgtool_1.8.0.bb => python3-imgtool_1.9.0.bb} (71%)

Comments

Khem Raj April 10, 2022, 8:58 p.m. UTC | #1
On 4/10/22 13:43, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   .../{python3-imgtool_1.8.0.bb => python3-imgtool_1.9.0.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-imgtool_1.8.0.bb => python3-imgtool_1.9.0.bb} (71%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
> rename to meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
> index c957fce3a..3dc171252 100644
> --- a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
> @@ -3,9 +3,9 @@ SUMMARY = "MCUboot's image signing and key management tool"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57"
>   
> -SRC_URI += "file://cbor2.patch;striplevel=2"

please delete cbor2.patch file as well and send a v2.

> +SRC_URI += "${PYPI_SRC_URI}"

Its already set to PYPI_SRC_URI in pypi.bbclass. So perhaps not needed here.

>   
> -SRC_URI[sha256sum] = "4858f5c5f48cfa4a0bb99e60d00aa291172a7ecc2afe4fb77ed96121f59b6e2f"
> +SRC_URI[sha256sum] = "7fa7f6bd6bf069b5ffa07ea47478e16b6206bd2fc5b7607def999de0e9134a43"
>   
>   inherit pypi setuptools3
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#96524): https://lists.openembedded.org/g/openembedded-devel/message/96524
> Mute This Topic: https://lists.openembedded.org/mt/90381765/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
index c957fce3a..3dc171252 100644
--- a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
@@ -3,9 +3,9 @@  SUMMARY = "MCUboot's image signing and key management tool"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57"
 
-SRC_URI += "file://cbor2.patch;striplevel=2"
+SRC_URI += "${PYPI_SRC_URI}"
 
-SRC_URI[sha256sum] = "4858f5c5f48cfa4a0bb99e60d00aa291172a7ecc2afe4fb77ed96121f59b6e2f"
+SRC_URI[sha256sum] = "7fa7f6bd6bf069b5ffa07ea47478e16b6206bd2fc5b7607def999de0e9134a43"
 
 inherit pypi setuptools3