From 93a9c1049133123a525b28e1c76d308cfc7808d6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 25 May 2021 17:00:55 +0300 Subject: [PATCH 01/20] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2 Upgrade to release 1.6.2: - Fix for issue key/keyref with dynamic types - Change default decoding of mixed content with only text to a string instead of a dictionary Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-xmlschema_1.6.1.bb => python3-xmlschema_1.6.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_1.6.1.bb => python3-xmlschema_1.6.2.bb} (79%) 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" From 45a7db7600ae3ecc49db9aedbee0a81e0c4e5d5a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 25 May 2021 17:00:56 +0300 Subject: [PATCH 02/20] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 Upgrade to release 1.0.1: - Fix exception handling bug Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...socket-client_1.0.0.bb => python3-websocket-client_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-websocket-client_1.0.0.bb => python3-websocket-client_1.0.1.bb} (83%) 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 From 0bef346c14151d18f0345ed29047da5ee03896e8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 25 May 2021 17:00:57 +0300 Subject: [PATCH 03/20] python3-alembic: Upgrade 1.6.2 -> 1.6.4 Upgrade to release 1.6.4: - Fixed regression caused by just fixed bug that scaled back the filter for unique=True/index=True too far such that these directives no longer worked for the op.create_table() op, this has been fixed. - Fixed 1.6-series regression where UniqueConstraint and to a lesser extent Index objects would be doubled up in the generated model when the unique=True / index=True flags were used. - Fixed a bug where paths defined in post-write hook options would be wrongly escaped in non posix environment (Windows). - Fixed regression where a revision file that contained its own down revision as a dependency would cause an endless loop in the traversal logic. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-alembic_1.6.2.bb => python3-alembic_1.6.4.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.6.2.bb => python3-alembic_1.6.4.bb} (74%) 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 \ " From 45c3327c5c1cec2cb0f85927c3e888d649a9687f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 25 May 2021 17:00:58 +0300 Subject: [PATCH 04/20] python3-sqlalchemy: Upgrade 1.4.11 -> 1.4.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 1.4.15: - A new approach has been applied to the warnings system in SQLAlchemy to accurately predict the appropriate stack level for each warning dynamically. This allows evaluating the source of SQLAlchemy-generated warnings and deprecation warnings to be more straightforward as the warning will indicate the source line within end-user code, rather than from an arbitrary level within SQLAlchemy’s own source code. orm: - Fixed additional regression caused by “eager loaders run on unexpire” feature #1763 where the feature would run for a contains_eager() eagerload option in the case that the contains_eager() were chained to an additional eager loader option, which would then produce an incorrect query as the original query-bound join criteria were no longer present. - Fixed issue in subquery loader strategy which prevented caching from working correctly. This would have been seen in the logs as a “generated” message instead of “cached” for all subqueryload SQL emitted, which by saturating the cache with new keys would degrade overall performance; it also would produce “LRU size alert” warnings. sql: - Adjusted the logic added as part of #6397 in 1.4.12 so that internal mutation of the BindParameter object occurs within the clause construction phase as it did before, rather than in the compilation phase. In the latter case, the mutation still produced side effects against the incoming construct and additionally could potentially interfere with other internal mutation routines. mysql: - Added support for the ssl_check_hostname= parameter in mysql connection URIs and updated the mysql dialect documentation regarding secure connections. Original pull request courtesy of Jerry Zhao. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...hon3-sqlalchemy_1.4.11.bb => python3-sqlalchemy_1.4.15.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.11.bb => python3-sqlalchemy_1.4.15.bb} (77%) 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 \ " From b02a638784ea9f2a3011b6bdc5cb36d78d0cc9e4 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 25 May 2021 15:38:45 -0400 Subject: [PATCH 05/20] python3-prettytable: add python3-sqlite3 for ptest Add python3-sqlite3 to ptest RDEPENDS. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-prettytable_2.1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { From 83af58781843a9e22e0eeac3623f919dae629e17 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:42 +0300 Subject: [PATCH 06/20] python3-flask-migrate: Upgrade 2.7.0 -> 3.0.0 Upgrade to release 3.0.0: - Remove support for Flask-Script - Use unittest testrunner - Remove dependency on six package - Added sphinx build files to .gitignore file - Fix Sphinx warning Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-flask-migrate_2.7.0.bb => python3-flask-migrate_3.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-migrate_2.7.0.bb => python3-flask-migrate_3.0.0.bb} (79%) 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" From 8ec5a963c30db5f96347adb7d20040f7c4708b72 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:43 +0300 Subject: [PATCH 07/20] python3-flask: Upgrade 1.1.2 -> 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 2.0.1: - Re-add the filename parameter in send_from_directory. The filename parameter has been renamed to path, the old name is deprecated. - Mark top-level names as exported so type checking understands imports in user projects. - Fix type annotation for g and inform mypy that it is a namespace object that has arbitrary attributes. - Fix some types that weren’t available in Python 3.6.0. - Improve typing for send_file, send_from_directory, and get_send_file_max_age. - Show an error when a blueprint name contains a dot. The . has special meaning, it is used to separate (nested) blueprint names and the endpoint name. - Combine URL prefixes when nesting blueprints that were created with a url_prefix value. - Roll back a change to the order that URL matching was done. The URL is again matched after the session is loaded, so the session is available in custom URL converters. - Re-add deprecated Config.from_json, which was accidentally removed early. - Improve typing for some functions using Callable in their type signatures, focusing on decorator factories. - Nested blueprints are registered with their dotted name. This allows different blueprints with the same name to be nested at different locations. - register_blueprint takes a name option to change the (pre-dotted) name the blueprint is registered with. This allows the same blueprint to be registered multiple times with unique names for url_for. Registering the same blueprint with the same name multiple times is deprecated. #1091 - Improve typing for stream_with_context. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-flask_1.1.2.bb => python3-flask_2.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask_1.1.2.bb => python3-flask_2.0.1.bb} (79%) 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" From 879f71eb233b2b6bd149e7da0de99638db5648f5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:44 +0300 Subject: [PATCH 08/20] python3-flask-wtf: Upgrade 0.14.3 -> 0.15.1 Upgrade to release 0.15.1: - Add python_requires metadata to avoid installing on unsupported Python versions. - Drop support for Python < 3.6. - FileSize validator. - Extra requirement email installs the email_validator package. - Fixed Flask 2.0 warnings. - Various documentation fixes. - Various CI fixes. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...python3-flask-wtf_0.14.3.bb => python3-flask-wtf_0.15.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-wtf_0.14.3.bb => python3-flask-wtf_0.15.1.bb} (70%) 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" From 3202f7e411beeb442204108889539b3ab71ce6bd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:45 +0300 Subject: [PATCH 09/20] python3-flask-socketio: Upgrade 5.0.1 -> 5.0.3 Upgrade to release 5.0.3: - Document the use of simple-websocket with the development web server - Show transport in example apps - Added Open Collective funding option Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-flask-socketio_5.0.1.bb => python3-flask-socketio_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.0.1.bb => python3-flask-socketio_5.0.3.bb} (81%) 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 \ From 9eb2ca4a7cc0320e8dd3e5fe9a4c521a1667b03d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:46 +0300 Subject: [PATCH 10/20] python3-werkzeug: Upgrade 1.0.1 -> 2.0.1 Upgrade to release 2.0.1: - Fix type annotation for send_file max_age callable. Don't pass pathlib.Path to max_age. - Mark top-level names as exported so type checking understands imports in user projects. - Fix some types that weren't available in Python 3.6.0. - cached_property is generic over its return type, properties decorated with it report the correct type. - Fix multipart parsing bug when boundary contains special regex characters. - Type checking understands that calling headers.get with a string default will always return a string. - If HTTPException.description is not a string, get_description will convert it to a string. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-werkzeug_1.0.1.bb => python3-werkzeug_2.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-werkzeug_1.0.1.bb => python3-werkzeug_2.0.1.bb} (89%) 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 From 29b7bd14e1d10ad71366f5ccfb4b12676c49815b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:47 +0300 Subject: [PATCH 11/20] python3-bidict: Add recipe Add bidict, the bidirectional mapping library for Python. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-bidict_0.21.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb 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" From 247493d3a76516a0b2e72d10c58726220d8b2d16 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:48 +0300 Subject: [PATCH 12/20] python3-socketio: Upgrade 5.1.0 -> 5.3.0 Upgrade to release 5.3.0: - Document WebSocket support for threading mode - Allow functions to be used for URL, headers and auth data in client connection - Emit events to multiple rooms - More descriptive error when joining a room on a bad namespace - Document the use of arguments in the connect_error handler - Document that callbacks cannot be used in external processes - Improve start_background_task() example in the documentation - Added Open Collective funding option - Remove Python 2 from PyPI classifiers Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-socketio_5.1.0.bb => python3-socketio_5.3.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-socketio_5.1.0.bb => python3-socketio_5.3.0.bb} (86%) 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 \ " From c9003dc33ee26b555182efe54cff30dbf01fc1d0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:34:10 +0300 Subject: [PATCH 13/20] python3-robotframework: Upgrade 4.0.2 -> 4.0.3 Upgrade to release 4.0.3: - Regression using TypedDict as type hint Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-robotframework_4.0.2.bb => python3-robotframework_4.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.0.2.bb => python3-robotframework_4.0.3.bb} (91%) 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 \ From 656cfb6c8b81ae54e90eb0ccaa5791f7a2aa5e83 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:47 +0300 Subject: [PATCH 14/20] python3-flask-restful: Upgrade 0.3.8 -> 0.3.9 Upgrade to release 0.3.9: - Compatibility with Flask 2.0 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...3-flask-restful_0.3.8.bb => python3-flask-restful_0.3.9.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-restful_0.3.8.bb => python3-flask-restful_0.3.9.bb} (74%) 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 From 6c2506c700364cf14791100659043d45e49546d8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:48 +0300 Subject: [PATCH 15/20] python3-pysonos: Upgrade 0.0.49 -> 0.0.50 Upgrade to release 0.0.50: - Add ShareLink plugin - Revert some fixes - Merge current SoCo master Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.49.bb => python3-pysonos_0.0.50.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.49.bb => python3-pysonos_0.0.50.bb} (79%) 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 From 7239fbf547ccc89e3c3acc53e52adb336be7bf7b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:49 +0300 Subject: [PATCH 16/20] python3-aenum: Upgrade 3.0.0 -> 3.1.0 Upgrade to release 3.1.0: - AddValue is similar to the old AutoNumber: it will always activate, but uses _generate_next_value_ to get the next value (so the user has some control over the return data type instead of always getting an int). Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-aenum_3.0.0.bb => python3-aenum_3.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aenum_3.0.0.bb => python3-aenum_3.1.0.bb} (73%) 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 From c9923ed75e09b232f2fe317ae2bb19d10e4266b7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:50 +0300 Subject: [PATCH 17/20] python3-pyscaffold: Upgrade 4.0.1 -> 4.0.2 Upgrade to release 4.0.2: - Restructured docs - Fix WSL2 installation problem - Fix for interactive mode under Windows Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-pyscaffold_4.0.1.bb => python3-pyscaffold_4.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyscaffold_4.0.1.bb => python3-pyscaffold_4.0.2.bb} (85%) 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" From 3128c5a1a28c19e1452f27813f854ce8c78472a3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:51 +0300 Subject: [PATCH 18/20] python3-urllib3: Upgrade 1.26.4 -> 1.26.5 Upgrade to release 1.26.5: - Fixed deprecation warnings emitted in Python 3.10. - Updated vendored six library to 1.16.0. - Improved performance of URL parser when splitting the authority component. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-urllib3_1.26.4.bb => python3-urllib3_1.26.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-urllib3_1.26.4.bb => python3-urllib3_1.26.5.bb} (86%) 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 From dea80f326b333df724ddccc7db1bba22a090f557 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:52 +0300 Subject: [PATCH 19/20] python3-tqdm: Upgrade 4.60.0 -> 4.61.0 Upgrade to release 4.61.0: - keras support for initial_epoch - misc documentation updates - fix & update tests - minor framework updates Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-tqdm_4.60.0.bb => python3-tqdm_4.61.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tqdm_4.60.0.bb => python3-tqdm_4.61.0.bb} (78%) 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 From 743b642157682cb90b9fc2fb7fbd7cb6be393991 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 27 May 2021 14:48:50 +0800 Subject: [PATCH 20/20] python3-can: upgrade 3.3.3 -> 3.3.4 Add runtime dependency to resolve errors that occurred when import can. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-can_3.3.3.bb => python3-can_3.3.4.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-can_3.3.3.bb => python3-can_3.3.4.bb} (77%) 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"