diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index b9ab4213021..828c7fea5a0 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -289,6 +289,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-pybind11-json \ python3-pybluez \ python3-pychromecast \ + python3-pycocotools \ python3-pycodestyle \ python3-pyconnman \ python3-pycparser \ diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb deleted file mode 100644 index a2a7363f6cf..00000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Asynchronous library to control Philips Hue" -HOMEPAGE = "https://pypi.org/project/aiohue/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -# No license file available but the license is specified in PKG-INFO and setup.py. -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" - -SRC_URI[sha256sum] = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb new file mode 100644 index 00000000000..bb6b951b875 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Asynchronous library to control Philips Hue" +HOMEPAGE = "https://pypi.org/project/aiohue/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" + +SRC_URI[sha256sum] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb rename to meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb index fa0bbb0aad9..95934c6e42f 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb @@ -4,8 +4,10 @@ SECTION = "devel/python" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" +RDEPENDS_${PN} += "python3-setuptools" + # The PyPI package uses a capital letter so we have to specify this explicitly PYPI_PACKAGE = "Cerberus" inherit pypi setuptools3 -SRC_URI[sha256sum] = "eec10585c33044fb7c69650bc5b68018dac0443753337e2b07684ee0f3c83329" +SRC_URI[sha256sum] = "d1b21b3954b2498d9a79edf16b3170a3ac1021df88d197dc2ce5928ba519237c" diff --git a/meta-python/recipes-devtools/python/python3-click_7.1.2.bb b/meta-python/recipes-devtools/python/python3-click_8.0.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-click_7.1.2.bb rename to meta-python/recipes-devtools/python/python3-click_8.0.0.bb index 0b513e7cb98..f7af73d6d56 100644 --- a/meta-python/recipes-devtools/python/python3-click_7.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.0.0.bb @@ -8,8 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" -SRC_URI[md5sum] = "53692f62cb99a1a10c59248f1776d9c0" -SRC_URI[sha256sum] = "d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" +SRC_URI[sha256sum] = "7d8c289ee437bcb0316820ccee14aefcb056e58d31830ecab8e47eda6540e136" inherit pypi setuptools3 ptest diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.4.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-configargparse_1.4.bb rename to meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb index 393f138740f..0c851fef30d 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.4.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" -SRC_URI[sha256sum] = "abef9ff44fb0091f0e3bb2ee7e5b26a02b5b62d45408a5272a9bd461f5b59b4b" +SRC_URI[sha256sum] = "6df537158f28c5ef2e8a8146781833abbc6cb7fca81b1b55d18808ce3439235e" PYPI_PACKAGE = "ConfigArgParse" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.20.bb b/meta-python/recipes-devtools/python/python3-django_2.2.20.bb deleted file mode 100644 index 905d022a4f4..00000000000 --- a/meta-python/recipes-devtools/python/python3-django_2.2.20.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[md5sum] = "947060d96ccc0a05e8049d839e541b25" -SRC_URI[sha256sum] = "2569f9dc5f8e458a5e988b03d6b7a02bda59b006d6782f4ea0fd590ed7336a64" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.22.bb b/meta-python/recipes-devtools/python/python3-django_2.2.22.bb new file mode 100644 index 00000000000..a0b88402598 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_2.2.22.bb @@ -0,0 +1,9 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[md5sum] = "dca447b605dcabd924ac7ba17680cf73" +SRC_URI[sha256sum] = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.bb b/meta-python/recipes-devtools/python/python3-django_3.2.2.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-django_3.2.bb rename to meta-python/recipes-devtools/python/python3-django_3.2.2.bb index e147e2f9d1b..7deac2ca9b5 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.2.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d" +SRC_URI[sha256sum] = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d" RDEPENDS_${PN} += "\ ${PYTHON_PN}-sqlparse \ @@ -9,5 +9,5 @@ RDEPENDS_${PN} += "\ # Set DEFAULT_PREFERENCE so that the LTS version of django is built by # default. To build the 3.x branch, -# PREFERRED_VERSION_python3-django = "3.2" can be added to local.conf +# PREFERRED_VERSION_python3-django = "3.2.2" can be added to local.conf DEFAULT_PREFERENCE = "-1" diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb index da7cae6c3de..0fdd332405b 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb @@ -4,6 +4,6 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" -SRC_URI[sha256sum] = "29447c8e95c23ae76fcf9817432f5ed015495513abeac564905640a0ef7d1898" +SRC_URI[sha256sum] = "72f69e67238e38b0da41b5a2e352dc39b4b5891d88f3db082aae7775da8fe58b" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb index 7f50641c89e..ddcc5d9dd49 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb @@ -1,10 +1,9 @@ SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=370799bf709a1e4a6a369fa089ac73a6" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37" -SRC_URI[md5sum] = "9b7f5afa7f1e3acfb7786eeca3d99307" -SRC_URI[sha256sum] = "321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19" +SRC_URI[sha256sum] = "99b1053ccce68066dfc0b4465ef8779027e6d577377c8270e21a3d6289cac111" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb rename to meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb index 3549adce7c9..0c07344cb49 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.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] = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc" +SRC_URI[sha256sum] = "539d4cb1b16b57026999c53e5aab857fe706e70ae5310cc8c232479923f932e6" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb index dbb6a8d8f6d..0dc7d8b3cad 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "47be2b37defc856f15d7e7a419cfb939e9822750efe968db192156ebeba31684" +SRC_URI[sha256sum] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb rename to meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb index a07a094479d..f1064f327d0 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3339-validator:" -SRC_URI[sha256sum] = "7a578aa0740e9ee2b48356fe1f347139190c4c72e27f303b3617054efd15df32" +SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" PYPI_PACKAGE = "rfc3339_validator" diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb index 3e5d67e0a47..67ebe3ee69a 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "9fa609ceb78f67b1476edce8a7011b16bf3ab41c0fb8c211de6c99955eaf9fde" +SRC_URI[sha256sum] = "efd39558219fddc86473d4d390aeaec60640d7a7567a15fd51c0576f20e46171" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb index 22b9f55ddf9..89c659dba32 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb @@ -5,7 +5,9 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" -SRC_URI[sha256sum] = "71de00c9711926816f750bc0f57ef2abbcb1bfbdf5378c601df7ec978f44857a" +RDEPENDS_${PN} += "python3-urllib3" + +SRC_URI[sha256sum] = "c1227d38dca315ba35182373f129c3e2722e8ed999e52584e6aca7d287870739" PYPI_PACKAGE = "sentry-sdk" diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb rename to meta-python/recipes-devtools/python/python3-serpent_1.40.bb index 64edff76ba0..305222f764b 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb @@ -1,9 +1,8 @@ SUMMARY = "Serialization based on ast.literal_eval" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5271c65b7cf83bd28055e592c2d14667" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" -SRC_URI[md5sum] = "cbef4f9c88f88c38195d11a0363a095f" -SRC_URI[sha256sum] = "72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a" +SRC_URI[sha256sum] = "10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce" inherit pypi ptest setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb index 91744d8e3c2..ecace32e247 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb @@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "55316efab52f659b8b7b59730680bfb27ac003522f24c44f6bcd60c4e3736ccd" +SRC_URI[sha256sum] = "2894440b4ea95a6ef4c5d152deedbe270cae46092682710b7028a04d6a6980f6" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb rename to meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb index a5d7d901b16..af902bda0cc 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb @@ -7,9 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5" -SRC_URI[sha256sum] = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f" - -PYPI_PACKAGE = "websocket_client" +SRC_URI[sha256sum] = "d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c" inherit pypi setuptools3