diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 2d51b4e1a3d..550b0269dc2 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -278,6 +278,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-ply \ python3-pocketsphinx \ python3-polyline \ + python3-portalocker \ python3-prctl \ python3-precise-runner \ python3-pretend \ diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb index 9af21c92fbc..e1f29cad22b 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb @@ -15,3 +15,5 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlalchemy \ ${PYTHON_PN}-misc \ " + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.3.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.3.3.bb index 8b473b543d4..17b5d931ca9 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "4bee3ba9164b66cef64f1099e9a3b88e99ddcd0c943807e99443613e184b48b4" +SRC_URI[sha256sum] = "0edf630a4471a48627aec0b840cf3b8e10901191d328f6511560420459de282e" inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb index c7a6cd8f0b1..dffc36169ec 100644 --- a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb @@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec78477138 PYPI_PACKAGE = "python-editor" inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb rename to meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb index 85a54af30d2..24e4e2671de 100644 --- a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb +++ b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb @@ -8,8 +8,11 @@ BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" UPSTREAM_CHECK_REGEX = "lrparsing-(?P\d+(\.\d+)+)" SRC_URI = "${SOURCEFORGE_MIRROR}/lrparsing/lrparsing-${PV}.tar.gz" -SRC_URI[md5sum] = "34357d69bce87654d792cd8f02d148b2" -SRC_URI[sha256sum] = "b45afda44001dc5ba632934f74c043d40cce653f1a7526cfbcb68f6be055b8d7" +SRC_URI[sha256sum] = "7c060d9f03cf582fdbc0ae0fef0ea2ff6fd56251047ba7e425af97e23f46f582" + +RDEPENDS:${PN} = " \ + python3-crypt \ +" inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb rename to meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb index d0a17cb1ac8..68b80a73925 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \ file://0001-support-cross-compiling.patch \ file://0001-explicitly-set-compile-options.patch \ " -SRCREV ?= "92933b86574b9c80764bf52c357ed29e1ef53382" +SRCREV ?= "8013f130a5077b238a4346b73e149432b180a8ea" inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb index 1b8af825a65..4bfaf656d93 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb @@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-compression \ ${PYTHON_PN}-profile \ " + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb similarity index 61% rename from meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb rename to meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb index ddb66ff7f6d..178dfad3f34 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb @@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" +SRC_URI[sha256sum] = "fc2ec6d6b6f986cd7e28e119eeb9ba1c9cc51ab4fbbdb7f2dedad01983fd2de0" -RDEPENDS:${PN} += "python3-six" +RDEPENDS:${PN} += "python3-six python3-logging" diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb new file mode 100644 index 00000000000..bf9304cdd1d --- /dev/null +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "Cross-platform locking library" +DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" +LICENSE = "PSF" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" + +SRC_URI[md5sum] = "bd4908d035464aa440dd7f262ef78345" +SRC_URI[sha256sum] = "75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk"