diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb b/meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb index fee8acb1f46..c504d4db3ce 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273" +SRC_URI[sha256sum] = "72ace9c3333e274e9248168fc4f3e300da8545af1c303bd69197027f49e2bfff" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb b/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb similarity index 55% rename from meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb rename to meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb index c8c2b259246..9642bc52874 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb @@ -3,10 +3,17 @@ HOMEPAGE = "https://github.com/eerimoq/cantools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" -SRC_URI[sha256sum] = "ac5f8901940693ce4b798e7ae07ed69a60856ae8a1ca47079088530813b57287" +SRC_URI[sha256sum] = "5852ad9fd17ddd7b1a1ce87b21b000e7f5716b358cdac4fdaca13b3e292f4c99" PYPI_PACKAGE = "cantools" inherit pypi setuptools3 +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-can \ + ${PYTHON_PN}-bitstruct \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-textparser \ +" + CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.4.0.bb similarity index 50% rename from meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb rename to meta-python/recipes-devtools/python/python3-diskcache_5.4.0.bb index 55829bd1e68..84d42e57227 100644 --- a/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.4.0.bb @@ -3,10 +3,20 @@ HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e" -SRC_URI[sha256sum] = "3f1fa30b29fdff26cfddcb3ee7d61376903f82c769ea2907a2b82a5bfb8abbe2" +SRC_URI[sha256sum] = "8879eb8c9b4a2509a5e633d2008634fb2b0b35c2b36192d89655dbde02419644" PYPI_PACKAGE = "diskcache" inherit pypi setuptools3 +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-sqlite3 \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-threading \ +" + CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.25.bb b/meta-python/recipes-devtools/python/python3-django_2.2.26.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-django_2.2.25.bb rename to meta-python/recipes-devtools/python/python3-django_2.2.26.bb index 86d21fed061..523f0e0912f 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.25.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.26.bb @@ -5,7 +5,7 @@ UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(2\.2\.\d*)+)/" inherit setuptools3 -SRC_URI[sha256sum] = "b1e65eaf371347d4b13eb7e061b09786c973061de95390c327c85c1e2aa2349c" +SRC_URI[sha256sum] = "dfa537267d52c6243a62b32855a744ca83c37c70600aacffbfd98bc5d6d8518f" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.10.bb b/meta-python/recipes-devtools/python/python3-django_3.2.11.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-django_3.2.10.bb rename to meta-python/recipes-devtools/python/python3-django_3.2.11.bb index 0c5fbb8c837..6b97ef49c03 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.10.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.11.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "074e8818b4b40acdc2369e67dcd6555d558329785408dcd25340ee98f1f1d5c4" +SRC_URI[sha256sum] = "69c94abe5d6b1b088bf475e09b7b74403f943e34da107e798465d2045da27e75" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ diff --git a/meta-python/recipes-devtools/python/python3-django_4.0.1.bb b/meta-python/recipes-devtools/python/python3-django_4.0.1.bb new file mode 100644 index 00000000000..6cf8cad8a9e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.0.1.bb @@ -0,0 +1,13 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "2485eea3cc4c3bae13080dee866ebf90ba9f98d1afe8fda89bfb0eb2e218ef86" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" + +# Set DEFAULT_PREFERENCE so that the LTS version of django is built by +# default. To build the 4.x branch, +# PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf +DEFAULT_PREFERENCE = "-1" diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb rename to meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb index 7186d3c9752..cf3e0b39c87 100644 --- a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb @@ -2,7 +2,7 @@ SUMMARY = "A cross-platform process and system utilities module for Python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" -SRC_URI[sha256sum] = "0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6" +SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" inherit pypi setuptools3 @@ -19,6 +19,8 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-xml \ ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-resource \ " BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb index 0c3de5da795..a40d047d728 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "7ea2454b847cfcb211e2906743c5c4a868ab096ab4ce1547ab102d91fb224443" +SRC_URI[sha256sum] = "d2675cbe3e5a4c90be3ddb61be3b88cc0d6ff503c298ad8f8a78aad14e71e886" RDEPENDS:${PN} += " \ ${PYTHON_PN}-shell \ diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.0.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-ujson_5.0.0.bb rename to meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb index fb1bcd76187..821eba58c4d 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb @@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe" -SRC_URI[sha256sum] = "3ff7242816b1d22c08c04c4c6db0f6ba7c16cd624ce38534c1025defa011e50e" +SRC_URI[sha256sum] = "a88944d2f99db71a3ca0c63d81f37e55b660edde0b07216fb65a3e46403ef004" inherit pypi ptest setuptools3 @@ -31,3 +31,6 @@ do_install_ptest() { } BBCLASSEXTEND = "native nativesdk" + +# Debugging symbols have been stripped from Linux binaries since release 5.1.0 +INSANE_SKIP:${PN} += "already-stripped"