Message ID | 20250203164130.3403325-35-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 98db2721ca2b1edde25cd855f102d1cb7faaa203 |
Headers | show |
Series | [01/46] at-spi2-core: upgrade 2.54.0 -> 2.54.1 | expand |
On Mon, Feb 3, 2025 at 8:42 AM Richard Purdie via lists.openembedded.org <richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote: > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > --- > ...{python3-pyopenssl_24.3.0.bb => python3-pyopenssl_25.0.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/python/{python3-pyopenssl_24.3.0.bb => python3-pyopenssl_25.0.0.bb} (85%) For anyone who might see failures in the python3-google-auth ptests AttributeError: module 'OpenSSL.crypto' has no attribute 'sign' ./../python3.13/site-packages/cryptography/utils.py:68: AttributeError FAIL: tests/transport/test__mtls_helper.py:TestDecryptPrivateKey.test_success as it seems python3-google-auth not yet ported to work with 25.0.0 see https://github.com/googleapis/google-api-python-client/issues/2554 > > diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb > similarity index 85% > rename from meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb > rename to meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb > index b8a980be42b..6485f3e1ed6 100644 > --- a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb > +++ b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb > @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > > DEPENDS += "openssl python3-cryptography" > > -SRC_URI[sha256sum] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36" > +SRC_URI[sha256sum] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" > > inherit pypi setuptools3 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#210708): https://lists.openembedded.org/g/openembedded-core/message/210708 > Mute This Topic: https://lists.openembedded.org/mt/110974469/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-pyopenssl_24.3.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb rename to meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb index b8a980be42b..6485f3e1ed6 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl python3-cryptography" -SRC_URI[sha256sum] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36" +SRC_URI[sha256sum] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" inherit pypi setuptools3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- ...{python3-pyopenssl_24.3.0.bb => python3-pyopenssl_25.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyopenssl_24.3.0.bb => python3-pyopenssl_25.0.0.bb} (85%)