diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb rename to meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb index bd16a6d0dce..348af6ec9fc 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/pybind/pybind11.git \ file://0001-Do-not-strip-binaries.patch \ file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ " -SRCREV = "8de7772cc72daca8e947b79b83fea46214931604" +SRCREV = "65e95ea8675ea34bdd566d6461330f25c651e5a8" S = "${WORKDIR}/git" diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb rename to meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb index 0c07344cb49..e715eb86a00 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "539d4cb1b16b57026999c53e5aab857fe706e70ae5310cc8c232479923f932e6" +SRC_URI[sha256sum] = "b88d1742159bc93a078733f9789f563cef26f5e370eba810476a71aa98e5fbc2" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb index e86ff46be40..ce62dedd79a 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" RDEPENDS_${PN} += "python3-urllib3" -SRC_URI[sha256sum] = "9907adbdd30a55b818914512cc143e6beae0bb3ba78b2649f4b079752eb0e424" +SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" PYPI_PACKAGE = "sentry-sdk" diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.20.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.20.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb index b96cdd3ed8a..feb509e3f43 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.20.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "38ee3a266afef2978e82824650457f70c5d74ec0cadec1b10fe5ed6f038eb5d0" +SRC_URI[sha256sum] = "ec1be26cdccd60d180359a527d5980d959a26269a2c7b1b327a1eea0cab37ed8" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3