diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb b/meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb index 822b3c02b8a..6b7ac4a99ca 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b" inherit pypi setuptools3 -SRC_URI[sha256sum] = "6c0c05e9768a896d804387e20b299880fe01bc56484246b0dffe8075d6d3d847" +SRC_URI[sha256sum] = "4961248173ead7ce8a21efb3de378f13b8398e6630fab0eb258dc74a8af24c58" PYPI_PACKAGE = "alembic" diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb rename to meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb index 468e6d5fdec..96d6de6a69a 100644 --- a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/Arpeggio/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" -SRC_URI[sha256sum] = "bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1" +SRC_URI[sha256sum] = "d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d" PYPI_PACKAGE = "Arpeggio" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-cachetools_4.2.4.bb rename to meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb index bf225e60e04..f2974f7e34a 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.4.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb @@ -27,6 +27,6 @@ do_install_ptest() { cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ } -SRC_URI[sha256sum] = "89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693" +SRC_URI[sha256sum] = "486471dfa8799eb7ec503a8059e263db000cdda20075ce5e48903087f79d5fd6" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb b/meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb rename to meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb index 9642bc52874..c179071afa7 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" -SRC_URI[sha256sum] = "5852ad9fd17ddd7b1a1ce87b21b000e7f5716b358cdac4fdaca13b3e292f4c99" +SRC_URI[sha256sum] = "e603a7e1e40f5b4963c4c64cf4b013264afa009e232a878c73d31c29942e4466" PYPI_PACKAGE = "cantools" @@ -14,6 +14,8 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-bitstruct \ ${PYTHON_PN}-core \ ${PYTHON_PN}-textparser \ + ${PYTHON_PN}-typing-extensions \ + ${PYTHON_PN}-diskcache \ " CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb rename to meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb index aad2f917776..64abe73cba6 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb @@ -4,11 +4,10 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" -SRC_URI[sha256sum] = "77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f" +SRC_URI[sha256sum] = "8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29" SRC_URI:append = " \ file://0001-setup_build.py-avoid-absolute-path.patch \ - file://0001-setup.py-Fix-numpy-version.patch \ " inherit pkgconfig pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb rename to meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb index d841f923436..abf87c597c2 100644 --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb @@ -22,6 +22,6 @@ do_install_ptest() { cp -f ${S}/README.md ${D}${PTEST_PATH} } -SRC_URI[sha256sum] = "68a772dc2de6b2b2e83b457329ffa8f9286710994b8070db54348a05762515d2" +SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5" BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.10.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb rename to meta-python/recipes-devtools/python/python3-paramiko_2.10.3.bb index a02a7891a7b..9f7f458723f 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.10.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" -SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b" +SRC_URI[sha256sum] = "ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a" PYPI_PACKAGE = "paramiko" diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.19.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.19.4.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-protobuf_3.19.3.bb rename to meta-python/recipes-devtools/python/python3-protobuf_3.19.4.bb index 5e0ee7cb26a..85147544e7d 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.19.3.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.19.4.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=19e8f490f9526b1de8 inherit pypi setuptools3 -SRC_URI[sha256sum] = "d975a6314fbf5c524d4981e24294739216b5fb81ef3c14b86fb4b045d6690907" +SRC_URI[sha256sum] = "9df0c10adf3e83015ced42a9a7bd64e13d06c4cf45c340d2c63020ea04499d0a" # http://errors.yoctoproject.org/Errors/Details/184715/ # Can't find required file: ../src/google/protobuf/descriptor.proto