On Tue, Sep 24, 2024 at 11:50 PM wangmy via lists.openembedded.org
<[email protected]> wrote:
>
> From: Wang Mingyu <[email protected]>
>
> Changelog:
> ==========
> - Added support for Python 3.13.
> - Cleaned Python 2-related code.
> - Removed bdist_wheel universal flag from setup.cfg.
>

This causes a ptest regression on pyasn1-modules recipe from meta-python

ERROR: tests/test_rfc5755.py:tests/test_rfc5755.py
ImportError while importing test module
'/usr/lib/python3-pyasn1-modules/ptest/tests/test_rfc6032.py'

octets.py has been removed in 0.6.1 release. Fortunately, there is a
patch for pyasn1-modules
https://github.com/pyasn1/pyasn1-modules/pull/22

> Signed-off-by: Wang Mingyu <[email protected]>
> ---
>  .../python/{python3-pyasn1_0.6.0.bb => python3-pyasn1_0.6.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-pyasn1_0.6.0.bb => 
> python3-pyasn1_0.6.1.bb} (88%)
>
> diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb 
> b/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb
> similarity index 88%
> rename from meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb
> rename to meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb
> index 7237557f44..3913cb51d2 100644
> --- a/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb
> +++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/";
>  LICENSE = "BSD-2-Clause"
>  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
>
> -SRC_URI[sha256sum] = 
> "3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c"
> +SRC_URI[sha256sum] = 
> "6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"
>
>  inherit pypi python_setuptools_build_meta ptest
>
> --
> 2.34.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#205175): 
https://lists.openembedded.org/g/openembedded-core/message/205175
Mute This Topic: https://lists.openembedded.org/mt/108643630/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to