diff mbox series

[meta-python] python3-bitstring: upgrade 4.1.3 -> 4.1.4

Message ID 1702543728-27602-1-git-send-email-wangmy@fujitsu.com
State Superseded
Headers show
Series [meta-python] python3-bitstring: upgrade 4.1.3 -> 4.1.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 14, 2023, 8:48 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
'bytes' token can't be used without explicit length.

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

Comments

Khem Raj Dec. 14, 2023, 5:49 p.m. UTC | #1
duplicate of https://patchwork.yoctoproject.org/project/oe/patch/20231214053725.1214842-1-derek@asterius.io/

On Thu, Dec 14, 2023 at 12:49 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> 'bytes' token can't be used without explicit length.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-bitstring_4.1.3.bb => python3-bitstring_4.1.4.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-bitstring_4.1.3.bb => python3-bitstring_4.1.4.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.1.3.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-bitstring_4.1.3.bb
> rename to meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
> index 8831d84cb..6fc2cf480 100644
> --- a/meta-python/recipes-devtools/python/python3-bitstring_4.1.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7"
>
> -SRC_URI[sha256sum] = "1b47c84644a961ba8503db2bba8a5965ab53e81474becdf0a18383b5b5f3f795"
> +SRC_URI[sha256sum] = "94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213"
>
>  PYPI_PACKAGE = "bitstring"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107427): https://lists.openembedded.org/g/openembedded-devel/message/107427
> Mute This Topic: https://lists.openembedded.org/mt/103166775/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-bitstring_4.1.3.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-bitstring_4.1.3.bb
rename to meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
index 8831d84cb..6fc2cf480 100644
--- a/meta-python/recipes-devtools/python/python3-bitstring_4.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.1.4.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7"
 
-SRC_URI[sha256sum] = "1b47c84644a961ba8503db2bba8a5965ab53e81474becdf0a18383b5b5f3f795"
+SRC_URI[sha256sum] = "94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213"
 
 PYPI_PACKAGE = "bitstring"