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-aiofiles_0.6.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-aiofiles_0.6.0.bb rename to meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb index 89157b504f5..9d7a49eb631 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb @@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -SRC_URI[md5sum] = "3b7ba03babd3d3a6101524469358843e" -SRC_URI[sha256sum] = "e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092" +SRC_URI[sha256sum] = "a1c4fc9b2ff81568c83e21392a82f344ea9d23da906e4f6a52662764545e19d4" PYPI_PACKAGE = "aiofiles" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb rename to meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb index 600a3f4b494..a29625acc59 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "59ac159301064d222192f7b58891d39a2f25aab620061ed12e7cfaf1b5d1a6cc" +SRC_URI[sha256sum] = "e2ae49be45261283a899cc1b95786f07fe5076be9a311d250dbe2de1b8c38f0f" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb index cc067c41a9c..32d2016e59e 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb @@ -4,8 +4,7 @@ DEPENDS +="${PYTHON_PN}-setuptools-scm-native" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI[sha256sum] = "a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf" -SRC_URI[md5sum] = "0940aa8bfd1a07f06a983bb6dc78f1ca" +SRC_URI[sha256sum] = "462b3604d9579458a79e6ca350943c49aabbc98c794c111a79b98720b9164336" inherit pypi setuptools3 ptest diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb rename to meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb index 3131b2bc0bc..c3acc518a7b 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb @@ -9,7 +9,7 @@ decorator, just because you can." LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" -SRC_URI[sha256sum] = "6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060" +SRC_URI[sha256sum] = "72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5" inherit pypi setuptools3 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 deleted file mode 100644 index a0b88402598..00000000000 --- a/meta-python/recipes-devtools/python/python3-django_2.2.22.bb +++ /dev/null @@ -1,9 +0,0 @@ -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_2.2.23.bb b/meta-python/recipes-devtools/python/python3-django_2.2.23.bb new file mode 100644 index 00000000000..ab4b68fc876 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_2.2.23.bb @@ -0,0 +1,9 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[md5sum] = "d72405637143e201b745714e300bb546" +SRC_URI[sha256sum] = "12cfc045a4ccb2348719aaaa77b17e66a26bff9fc238b4c765a3e825ef92e414" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.2.bb b/meta-python/recipes-devtools/python/python3-django_3.2.3.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-django_3.2.2.bb rename to meta-python/recipes-devtools/python/python3-django_3.2.3.bb index 7deac2ca9b5..7a9611ca120 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.3.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d" +SRC_URI[sha256sum] = "13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8" RDEPENDS_${PN} += "\ ${PYTHON_PN}-sqlparse \ diff --git a/meta-python/recipes-devtools/python/python3-haversine/0001-setup.py-Correct-the-license-assignment.patch b/meta-python/recipes-devtools/python/python3-haversine/0001-setup.py-Correct-the-license-assignment.patch new file mode 100644 index 00000000000..bb5955a44ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-haversine/0001-setup.py-Correct-the-license-assignment.patch @@ -0,0 +1,32 @@ +From 56b421a18ef8acb41ab9e4bde7e1f5452ec67da9 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Mon, 17 May 2021 22:17:07 -0700 +Subject: [PATCH] setup.py: Correct the license assignment + +latest python/2.9 + setuptools bail out otherwise + +lines = header.split('\n') +| AttributeError: 'list' object has no attribute 'split' + +Upstream-Status: Submitted [https://github.com/mapado/haversine/pull/38] +Signed-off-by: Khem Raj +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 549436d..9e7fb00 100755 +--- a/setup.py ++++ b/setup.py +@@ -15,7 +15,7 @@ setup( + maintainer_email='julien.deniau@mapado.com', + url='https://github.com/mapado/haversine', + packages=['haversine'], +- license=['MIT'], ++ license='MIT', + classifiers=[ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', +-- +2.31.1 + diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.3.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.3.0.bb index 6e02fcf71e1..624d30ca01d 100644 --- a/meta-python/recipes-devtools/python/python3-haversine_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-haversine_2.3.0.bb @@ -2,6 +2,8 @@ SUMMARY = "Calculate the distance between 2 points on Earth" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +SRC_URI += "file://0001-setup.py-Correct-the-license-assignment.patch" + SRC_URI[md5sum] = "ff2d43a74195ec00c42ccd5da2a3f3de" SRC_URI[sha256sum] = "72c76855ac25e6ad054c7ed380e95c1a96803185f005dd11f40ccaa9620b551f" diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb index 2f242198126..eb93e71733d 100644 --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb @@ -5,9 +5,9 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\ representation is a standard data interchange format in Java world." HOMEPAGE = "https://github.com/tcalmant/python-javaobj" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "ed3b1ffcfd39f165729cb53587cca02ab0bfa4c332c837a92d5ffe6aef5c8010" +SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb new file mode 100644 index 00000000000..ef2a7c589ec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \ + person keypoints detection, stuff segmentation, and caption generation." +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb539683cf245df8b6ce782d78f647" + +inherit setuptools3 pypi + +SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9" +SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" + +DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" +RDEPENDS_${PN} = "python3-matplotlib python3-pillow python3-profile" diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb index ae9e42160f3..9fb3a485b9c 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb @@ -11,3 +11,5 @@ SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" PV = "git${SRCPV}" S = "${WORKDIR}/git" + +RDEPENDS_${PN} += "python3-pydbus" diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb rename to meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb index ed52da4d4aa..f1486f47738 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" -SRC_URI[sha256sum] = "a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7" +SRC_URI[sha256sum] = "fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130" PYPI_PACKAGE = "PyJWT" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb index 0dc7d8b3cad..18ff30b22a1 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b" +SRC_URI[sha256sum] = "69c55bf80aae77b3ea8658ee1a80b9aafc0506931614853c926830a502230fc6" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-sh_1.14.1.bb rename to meta-python/recipes-devtools/python/python3-sh_1.14.2.bb index 89d5008e981..5728ccf252e 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/amoffat/sh" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" -SRC_URI[md5sum] = "50fc0a2953930ed8d0f6570835e88abf" -SRC_URI[sha256sum] = "39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e" +SRC_URI[sha256sum] = "9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d" PYPI_PACKAGE = "sh" diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb rename to meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb index af902bda0cc..4980f43b927 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5" -SRC_URI[sha256sum] = "d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c" +SRC_URI[sha256sum] = "5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb b/meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb rename to meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb index 58f4f10ff7d..cc9887a9414 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6" inherit pypi setuptools3 -SRC_URI[sha256sum] = "2ab64e9fd18e57a66b63a8774e337d81d6366412bef65c7d71f87ad5c4faeed5" +SRC_URI[sha256sum] = "6550ecf06e39b7b009605d332dc58b04f3f6f8fe087d452bb2ea4712fbbdcbe6" BBCLASSEXTEND = "native nativesdk"