diff mbox series

python3-setuptools: upgrade 65.0.2 -> 65.3.0

Message ID 1661833494-12657-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-setuptools: upgrade 65.0.2 -> 65.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 30, 2022, 4:24 a.m. UTC
Changelog:
===========
 attribute
 Dependency management section of the Quickstart guid

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} (95%)

Comments

Alexandre Belloni Aug. 31, 2022, 4:31 p.m. UTC | #1
Hello,

On 30/08/2022 12:24:50+0800, wangmy wrote:
> Changelog:
> ===========
>  attribute
>  Dependency management section of the Quickstart guid
> 

This causes the following error:

https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/6155/steps/11/logs/stdio

> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...ython3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} (95%)
> 
> diff --git a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> similarity index 95%
> rename from meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
> rename to meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> index 1a639ea333..3471d2805d 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
>  SRC_URI += "file://0001-change-shebang-to-python3.patch \
>              file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
>  
> -SRC_URI[sha256sum] = "101bf15ca723beef42c8db91a761f3748d4d697e17fae904db60c0b619d8d094"
> +SRC_URI[sha256sum] = "7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"
>  
>  DEPENDS += "${PYTHON_PN}"
>  
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170057): https://lists.openembedded.org/g/openembedded-core/message/170057
> Mute This Topic: https://lists.openembedded.org/mt/93342914/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
rename to meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
index 1a639ea333..3471d2805d 100644
--- a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
@@ -11,7 +11,7 @@  SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += "file://0001-change-shebang-to-python3.patch \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "101bf15ca723beef42c8db91a761f3748d4d697e17fae904db60c0b619d8d094"
+SRC_URI[sha256sum] = "7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"
 
 DEPENDS += "${PYTHON_PN}"