diff mbox series

[meta-python] python3-absl: upgrade 1.1.0 -> 1.2.0

Message ID 1658462573-26038-1-git-send-email-zhengrq.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-absl: upgrade 1.1.0 -> 1.2.0 | expand

Commit Message

zhengrq.fnst@fujitsu.com July 22, 2022, 4:02 a.m. UTC
Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS is used.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../python/{python3-absl_1.1.0.bb => python3-absl_1.2.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_1.1.0.bb => python3-absl_1.2.0.bb} (76%)

Comments

Khem Raj July 27, 2022, 3:59 p.m. UTC | #1
Hi Zheng

Your emails come out with skewed time e.g. this email shows up from July 
22 but it came in today July 27, please fix your system time on the 
machine you use to send these emails. It makes it difficult to sort the 
patches if they are not in right date and time for my process.

On 7/22/22 12:02 AM, zhengruoqin wrote:
> Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS is used.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>   .../python/{python3-absl_1.1.0.bb => python3-absl_1.2.0.bb}     | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-absl_1.1.0.bb => python3-absl_1.2.0.bb} (76%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
> similarity index 76%
> rename from meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
> index e3f7c4c6ae..42b3ddc93a 100644
> --- a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
> -SRC_URI[sha256sum] = "3aa39f898329c2156ff525dfa69ce709e42d77aab18bf4917719d6f260aa6a08"
> +SRC_URI[sha256sum] = "f568809938c49abbda89826223c992b630afd23c638160ad7840cfe347710d97"
>   
>   PYPI_PACKAGE = "absl-py"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98008): https://lists.openembedded.org/g/openembedded-devel/message/98008
> Mute This Topic: https://lists.openembedded.org/mt/92646147/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
index e3f7c4c6ae..42b3ddc93a 100644
--- a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "3aa39f898329c2156ff525dfa69ce709e42d77aab18bf4917719d6f260aa6a08"
+SRC_URI[sha256sum] = "f568809938c49abbda89826223c992b630afd23c638160ad7840cfe347710d97"
 
 PYPI_PACKAGE = "absl-py"