diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb rename to meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb index cb8462d24e6..cb5eab15ae3 100644 --- a/meta-python/recipes-devtools/python/python3-aenum_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/aenum/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" -SRC_URI[sha256sum] = "17cd8cfed1ee4b617198c9fabbabd70ebd8f01e54ac29cd6c3a92df14bd86656" +SRC_URI[sha256sum] = "87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb index 1daf2092015..8bb815bfa36 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb" inherit pypi setuptools3 -SRC_URI[sha256sum] = "fb9a39a7c68e55490be962fb5f70463d384d340e6563d6e3911447778e3b4576" +SRC_URI[sha256sum] = "becb572c6701c90ca249f97fc1ae231468cc9516df367a350901eeb9310a8d43" PYPI_PACKAGE = "alembic" @@ -13,4 +13,5 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-editor \ ${PYTHON_PN}-mako \ ${PYTHON_PN}-sqlalchemy \ + ${PYTHON_PN}-misc \ " diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb b/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb new file mode 100644 index 00000000000..237bd2a63e7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "The bidirectional mapping library for Python." +DESCRIPTION = "The bidirectional mapping library for Python." +HOMEPAGE = "https://bidict.readthedocs.io/" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" + +SRC_URI[sha256sum] = "4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.3.bb b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-can_3.3.3.bb rename to meta-python/recipes-devtools/python/python3-can_3.3.4.bb index 4da23395984..3ca303c72c2 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb @@ -3,8 +3,8 @@ SECTION = "devel/python" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[md5sum] = "1310da316799e4b12944a6c1dcb017a9" -SRC_URI[sha256sum] = "ecd69cf6b2f0235345ebe607a15325cf1384c85b24ffbe1d68c3754357f87488" +SRC_URI[md5sum] = "305075968c56bd85130b19d86e9e505d" +SRC_URI[sha256sum] = "2d3c223b7adc4dd46ce258d4a33b7e0dbb6c339e002faa40ee4a69d5fdce9449" PYPI_PACKAGE="python-can" @@ -21,6 +21,7 @@ RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-sqlite3 \ ${PYTHON_PN}-wrapt \ + ${PYTHON_PN}-pkg-resources \ " BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.7.0.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-flask-migrate_2.7.0.bb rename to meta-python/recipes-devtools/python/python3-flask-migrate_3.0.0.bb index 1bf0dfa8007..8f84e05972f 100644 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alemb LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" -SRC_URI[sha256sum] = "ae2f05671588762dd83a21d8b18c51fe355e86783e24594995ff8d7380dffe38" +SRC_URI[sha256sum] = "a6607e66bf1d68489b2281ead5caa6fdf7a21b71984fae922ef5f915ac45bbcb" PYPI_PACKAGE = "Flask-Migrate" diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb rename to meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb index 3de916afd71..4b83158a79e 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb @@ -6,8 +6,7 @@ HOMEPAGE = "https://github.com/flask-restful/flask-restful" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" -SRC_URI[md5sum] = "e8051ff104ab4b3b867ba18d28953fae" -SRC_URI[sha256sum] = "5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915" +SRC_URI[sha256sum] = "ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb index 4c5d0a3fbbb..5def7621e07 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb @@ -9,7 +9,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[sha256sum] = "5c4319f5214ada20807857dc8fdf3dc7d2afe8d6dd38f5c516c72e2be47d2227" +SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f" RDEPENDS_${PN} += "\ ${PYTHON_PN}-flask \ diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb rename to meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb index 213a0b58b01..84b2a9e2794 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb @@ -2,8 +2,7 @@ DESCRIPTION = "Simple integration of Flask and WTForms." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80" -SRC_URI[md5sum] = "1b60b7dd1245b0d0173c21123717af61" -SRC_URI[sha256sum] = "d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720" +SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc" PYPI_PACKAGE = "Flask-WTF" diff --git a/meta-python/recipes-devtools/python/python3-flask_1.1.2.bb b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-flask_1.1.2.bb rename to meta-python/recipes-devtools/python/python3-flask_2.0.1.bb index 23799617fe7..2c94f82daaa 100644 --- a/meta-python/recipes-devtools/python/python3-flask_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb @@ -6,8 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" -SRC_URI[md5sum] = "0da4145d172993cd28a6c619630cc19c" -SRC_URI[sha256sum] = "4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060" +SRC_URI[sha256sum] = "1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55" PYPI_PACKAGE = "Flask" diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb index fe7206255cc..70034f84056 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb @@ -31,7 +31,8 @@ RDEPENDS_${PN} += " \ " RDEPENDS_${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-sqlite3 \ " do_install_ptest() { diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pyscaffold_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-pyscaffold_4.0.2.bb index b0f8f3e9fb8..bba94f8a0fe 100644 --- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.2.bb @@ -12,6 +12,6 @@ inherit pypi setuptools3 PYPI_PACKAGE = "PyScaffold" -SRC_URI[sha256sum] = "8fd7b2bdbfc7f7758a66d66cbf796af338e40d69fd4f7b4ddb9996c38add1dbe" +SRC_URI[sha256sum] = "cfa719c2d97392ec3cd5f44d95ec0d40df2dd483d5ee05ea029896cfd7c04af8" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb index 77ea6c08c00..cfa0d6ef092 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "77b8987ddbc69ea5c28ec1dee09cd6c30267e196521b1847e43cdea77bce4f09" +SRC_URI[sha256sum] = "15a583b819c1e758cca72d5e148d59dd3bf7c9d59f19b5e79ab38c743c3e0738" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb index 67ebe3ee69a..d95ab109a32 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "efd39558219fddc86473d4d390aeaec60640d7a7567a15fd51c0576f20e46171" +SRC_URI[sha256sum] = "93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb rename to meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb index 8cf6a96ba14..4a9d3ebef97 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb @@ -9,7 +9,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "python-socketio" -SRC_URI[sha256sum] = "338cc29abb6f3ca14c88f1f8d05ed27c690df4648f62062b299f92625bbf7093" +SRC_URI[sha256sum] = "3dcc9785aaeef3a9eeb36c3818095662342744bdcdabd050fe697cdb826a1c2b" PACKAGECONFIG ?= "asyncio_client client" PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" @@ -24,4 +24,5 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-threading \ ${PYTHON_PN}-six \ ${PYTHON_PN}-attrs \ + ${PYTHON_PN}-bidict \ " diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb index ca61ab6ff0d..2d7273bb22d 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "4ad4044eb86fbcbdff2106e44f479fbdac703d77860b3e19988c8a8786e73061" +SRC_URI[sha256sum] = "0ff100c75cd175f35f4d24375a0b3d82461f5b1af5fc8d112ef0e5ceea8049e6" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 @@ -16,4 +16,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-netclient \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-threading \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-profile \ " diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.61.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb rename to meta-python/recipes-devtools/python/python3-tqdm_4.61.0.bb index e20ba779af6..0c04b676a65 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.61.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" -SRC_URI[sha256sum] = "ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae" +SRC_URI[sha256sum] = "cd5791b5d7c3f2f1819efc81d36eb719a38e0906a7380365c556779f585ea042" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb index 0a31fb1e2d5..f2fb33c6dd9 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937" +SRC_URI[sha256sum] = "a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb index 4980f43b927..da4e05f3085 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.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] = "5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81" +SRC_URI[sha256sum] = "3e2bf58191d4619b161389a95bdce84ce9e0b24eb8107e7e590db682c2d0ca81" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb rename to meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb index 8af0fef60c2..1653eeabda5 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb @@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" PYPI_PACKAGE = "Werkzeug" -SRC_URI[md5sum] = "5d499cfdd30de5d9c946994783772efd" -SRC_URI[sha256sum] = "6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c" +SRC_URI[sha256sum] = "1de1db30d010ff1af14a009224ec49ab2329ad2cde454c8a708130642d579c42" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb index 91697e39a97..acdb3994245 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" -SRC_URI[sha256sum] = "d02b82bb4fce3af09495b85e6ada5ce0cfdaa865b09b28ecc0f5ab81fad7e328" +SRC_URI[sha256sum] = "31ddf77a44e4b121de212beeb2cc039e2e8b7a7a4f1678c9b29be1f5341aec52" PYPI_PACKAGE = "xmlschema" inherit pypi setuptools3 @@ -14,6 +14,7 @@ DEPENDS += "\ RDEPENDS_${PN} += "\ ${PYTHON_PN}-elementpath \ + ${PYTHON_PN}-modules \ " BBCLASSEXTEND = "native nativesdk"