| Message ID | 1727246960-20665-30-git-send-email-wangmy@fujitsu.com |
|---|---|
| State | Accepted, archived |
| Commit | 7c3fef01e8e0d117dba82e57612f104e89c60ed9 |
| Headers | show |
| Series | [01/47] adwaita-icon-theme: upgrade 46.2 -> 47.0 | expand |
On Tue, Sep 24, 2024 at 11:50 PM wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote: > > From: Wang Mingyu <wangmy@fujitsu.com> > > 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 <wangmy@fujitsu.com> > --- > .../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 (#204929): https://lists.openembedded.org/g/openembedded-core/message/204929 > Mute This Topic: https://lists.openembedded.org/mt/108643630/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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