From b8230b6a66018b370fdae7e32e7e5286234afe78 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Apr 2021 15:33:27 +0300 Subject: [PATCH 01/12] python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 1.4.5: orm: - Fixed regression where the joinedload() loader strategy would not successfully joinedload to a mapper that is mapper against a CTE construct. - Scaled back the warning message added in #5171 to not warn for overlapping columns in an inheritance scenario where a particular relationship is local to a subclass and therefore does not represent an overlap. sql: - Fixed bug in new FunctionElement.render_derived() feature where column names rendered out explicitly in the alias SQL would not have proper quoting applied for case sensitive names and other non-alphanumeric names. - Fixed regression where use of the Operators.in_() method with a Select object against a non-table-bound column would produce an AttributeError, or more generally using a ScalarSelect that has no datatype in a binary expression would produce invalid state. - Added a new flag to the Dialect class called Dialect.supports_statement_cache. This flag now needs to be present directly on a dialect class in order for SQLAlchemy's query cache to take effect for that dialect. The rationale is based on discovered issues such as #6173 revealing that dialects which hardcode literal values from the compiled statement, often the numerical parameters used for LIMIT / OFFSET, will not be compatible with caching until these dialects are revised to use the parameters present in the statement only. For third party dialects where this flag is not applied, the SQL logging will show the message "dialect does not support caching", indicating the dialect should seek to apply this flag once they have verified that no per-statement literal values are being rendered iwithin the compilation phase. schema: - Introduce a new parameter Enum.omit_aliases in Enum type allow filtering aliases when using a pep435 Enum. Previous versions of SQLAlchemy kept aliases in all cases, creating database enum type with additional states, meaning that they were treated as different values in the db. For backward compatibility this flag defaults to False in the 1.4 series, but will be switched to True in a future version. A deprecation warning is raise if this iflag is not specified and the passed enum contains aliases. mypy: - Fixed issue in mypy plugin where newly added support for as_declarative() needed to more fully add the DeclarativeMeta class to the mypy interpreter’s state so that it does not result in a name not found error; additionally improves how global names are setup for the plugin including the Mapped name. asyncio: - Fixed issue where the asyncio extension could not be loaded if running Python 3.6 with the backport library of contextvars installed. postgresql: - Fixed regression where the PostgreSQL cast operator applied to elements within an ARRAY when using psycopg2 would fail to use the correct type in the case that the datatype were also embedded within an instance of the Variant adapter. - Fixed typo in the fix released in 1.4.4 that completely prevented this change from working correctly, i.e. the error message did not match what was actually emitted by pg8000. - Fixed issue where the PostgreSQL PGInspector, when generated against an Engine, would fail for .get_enums(), .get_view_names(), .get_foreign_table_names() and .get_table_oid() when used against a "future" style engine and not the connection directly. mysql: - Fixed regression in the MySQL dialect where the reflection query used to detect if a table exists would fail on very old MySQL 5.0 and 5.1 versions. mssql: - Fixed a regression in MSSQL 2012+ that prevented the order by clause to be rendered when offset=0 is used in a subquery. oracle: - Fixed critical regression where the Oracle compiler would not maintain the correct parameter values in the LIMIT/OFFSET for a select due to a caching issue. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-sqlalchemy_1.4.4.bb => python3-sqlalchemy_1.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.4.bb => python3-sqlalchemy_1.4.5.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb index 1578da5e578..206a9ab3b0c 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "7ba9c00c129dbb4fd026a1f2c943188db59c802612e49bc9bded426d8eb14bc0" +SRC_URI[sha256sum] = "1294f05916c044631fd626a4866326bbfbd17f62bd37510d000afaef4b35bd74" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 From 75a9fe6cc0ec8d031540462fdbbbcf28bbf87ccf Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Apr 2021 15:33:28 +0300 Subject: [PATCH 02/12] python3-pychromecast: Upgrade 9.1.1 -> 9.1.2 Upgrade to release 9.1.2: - Handle bad UUIDs from third-party Chromecasts - Reuse SSL context in host browser Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...hon3-pychromecast_9.1.1.bb => python3-pychromecast_9.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pychromecast_9.1.1.bb => python3-pychromecast_9.1.2.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb rename to meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb index 3d0b84cf0bf..c392261ade2 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" -SRC_URI[sha256sum] = "ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837" +SRC_URI[sha256sum] = "907656cea46d39d0e93ec815979578ef4fb6f655fd8bf4e88e6421fcd7824e85" PYPI_PACKAGE = "PyChromecast" From daf804c88290898bb56e401433aa6860c69afa2f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Apr 2021 15:33:29 +0300 Subject: [PATCH 03/12] python3-decorator: Upgrade 5.0.1 -> 5.0.5 Upgrade to release 5.0.5: - Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). - Added a way to mimic functools.wraps-generated decorators. - Ported the Continuous Integration from Travis to GitHub. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-decorator_5.0.1.bb => python3-decorator_5.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-decorator_5.0.1.bb => python3-decorator_5.0.5.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.5.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb rename to meta-python/recipes-devtools/python/python3-decorator_5.0.5.bb index e9d20379f9d..47daba8a0cc 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.5.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] = "1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c" +SRC_URI[sha256sum] = "acda948ffcfe4bd0c4a57834b74ad968b91925b8201b740ca9d46fb8c5c618ce" inherit pypi setuptools3 From 0eefda892aea7f69189d1f3b1f99949d4feb5321 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Apr 2021 15:33:30 +0300 Subject: [PATCH 04/12] python3-pymisp: Upgrade 2.4.141 -> 2.4.141.1 Upgrade to release 2.4.141.1: - Re-bump changelog - Bump version Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymisp_2.4.141.bb => python3-pymisp_2.4.141.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.141.bb => python3-pymisp_2.4.141.1.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb index c8bd52f105c..df6f1c762d2 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" -SRCREV = "4a0c1e1dc42af171d3c1bcaa12436f79ff6cfd9b" +SRCREV = "62cd5173f087e88834e88472060181b681b0b4d2" S = "${WORKDIR}/git" inherit setuptools3 From be5b722809c29acef2de0c0978659692483aa8aa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Apr 2021 15:33:31 +0300 Subject: [PATCH 05/12] python3-pyroute2: Upgrade 0.5.16 -> 0.5.17 Upgrade to release 0.5.17: - license: aligned cli/ss2 - ndb: del_ip() improvements - ndb: wait(timeout=...) Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyroute2_0.5.16.bb => python3-pyroute2_0.5.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.16.bb => python3-pyroute2_0.5.17.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb index fed0fc38fe7..1d3d5a253a6 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[sha256sum] = "fe681a2d008cac815b9f287250d69a333fbfc2b2d89c37d58798104057149989" +SRC_URI[sha256sum] = "12d51066ea5628a6fa76fc244f301a8eea5d25d71a9d664016976edfa3889733" inherit setuptools3 pypi ptest From dce8ef5add115eb1ecdf39d547e5c566a92b2bd6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:03 +0300 Subject: [PATCH 06/12] python3-transitions: Upgrade 0.8.7 -> 0.8.8 Upgrade to release 0.8.8: - AsyncMachine does not remove models when remove_models is called - Introduce try/except for finalize callbacks in Machine and HierachicalMachine. Thus, errors occurring in finalize callbacks will be suppressed and only the original error will be raised. - Show references in graphs and markup. Introduce MarkupMachine.format_references to tweak reference formatting - Introduce Machine.on_exception to handle raised exceptions in callbacks - Machine.get_triggers now supports State and Enum as arguments - NestedState and HierachicalMachine.add_states now accept (lists of) states and enums as initial parameter Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-transitions_0.8.7.bb => python3-transitions_0.8.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-transitions_0.8.7.bb => python3-transitions_0.8.8.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb rename to meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb index 04a033742a6..2b82df5814f 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb @@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47" inherit pypi setuptools3 -SRC_URI[sha256sum] = "8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7" +SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" RDEPENDS_${PN} += "python3-six" From b649e45ab1f87346c535ef77052343594391bd39 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:04 +0300 Subject: [PATCH 07/12] python3-sqlalchemy: Upgrade 1.4.5 -> 1.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 1.4.6: orm: - Fixed regression where a deprecated form of Query.join() were used, passing a series of entities to join from without any ON clause in a single Query.join() call, would fail to function correctly. - Fixed critical regression where the Query.yield_per() method in the ORM would set up the internal Result to yield chunks at a time, however made use of the new Result.unique() method which uniques across the entire result. sql: - Fixed further regressions in the same area as that of #6173 released in 1.4.5, where a “postcompile” parameter, again most typically those used for LIMIT/OFFSET rendering in Oracle and SQL Server, would fail to be processed correctly if the same parameter rendered in multiple places in the statement. - Executing a Subquery using Connection.execute() is deprecated and will emit a deprecation warning; this use case was an oversight that should have been removed from 1.4. schema: - The Table object now raises an informative error message if it is instantiated without passing at least the Table.name and Table.metadata arguments positionally. Previously, if these were passed as keyword arguments, the object would silently fail to initialize correctly. mypy: - Applied a series of refactorings and fixes to accommodate for Mypy "incremental" mode across multiple files, which previously was not taken into account. In this mode the Mypy plugin has to accommodate Python datatypes expressed in other files coming in with less information than they have on a direct run. - Fixed issue where the Mypy plugin would fail to interpret the "collection_class" of a relationship if it were a callable and not a class. Also improved type matching and error reporting for collection-oriented relationships. asyncio: - Added accessors .sqlstate and synonym .pgcode to the .orig attribute of the SQLAlchemy exception class raised by the asyncpg DBAPI adapter, that is, the intermediary exception object that wraps on top of that raised by the asyncpg library itself, but below the level of the SQLAlchemy dialect. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-sqlalchemy_1.4.5.bb => python3-sqlalchemy_1.4.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.5.bb => python3-sqlalchemy_1.4.6.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb index 206a9ab3b0c..4d5aa33d1a9 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "1294f05916c044631fd626a4866326bbfbd17f62bd37510d000afaef4b35bd74" +SRC_URI[sha256sum] = "193c3ca465fbc68de071995a461ab535466f041089d372ee6a6f0aae7b9307e6" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 From 79d2873495faaa6406ec9d19e3f715701d2429c9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:05 +0300 Subject: [PATCH 08/12] python3-bitarray: Upgrade 1.9.0 -> 1.9.1 Upgrade to release 1.9.1: - switch documentation from markdown to reStructuredText - add tests Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-bitarray_1.9.0.bb => python3-bitarray_1.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_1.9.0.bb => python3-bitarray_1.9.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb rename to meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb index 12ac3d964f4..e6bfb25c492 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "db00073387af7fe30852d96b04742a0cdbc7feaf3158558520ab7898b0435ee2" +SRC_URI[sha256sum] = "ec99acc1b18f99b7e9d0b77766b99f80b3c42d4e83306334deef9745b41a2079" inherit setuptools3 pypi From 478e0e5833e8815f0e6ba77860ad54c342f34fb5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:06 +0300 Subject: [PATCH 09/12] python3-pysonos: Upgrade 0.0.41 -> 0.0.42 Upgrade to release 0.0.42: - Handle parse_event_xml doing I/O in the asyncio event loop Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.41.bb => python3-pysonos_0.0.42.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.41.bb => python3-pysonos_0.0.42.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb index 564d60ee47b..25defabc51b 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54" +SRC_URI[sha256sum] = "20b45fa1779a01325e67822d243e1a3f7657d8b515308d84c1eb3c805cc3bdb5" inherit pypi setuptools3 From f45f3862a64be2a8502a3a348bb3b7f72869c988 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:07 +0300 Subject: [PATCH 10/12] python3-django: Upgrade 3.1.7 -> 3.2 Upgrade to release 3.2: - Automatic AppConfig discovery - Customizing type of auto-created primary keys - Functional indexes - pymemcache support - New decorators for the admin site - Other minor new features Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.1.7.bb => python3-django_3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-django_3.1.7.bb => python3-django_3.2.bb} (59%) diff --git a/meta-python/recipes-devtools/python/python3-django_3.1.7.bb b/meta-python/recipes-devtools/python/python3-django_3.2.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-django_3.1.7.bb rename to meta-python/recipes-devtools/python/python3-django_3.2.bb index d22bd14e8c2..e147e2f9d1b 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7" +SRC_URI[sha256sum] = "21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d" 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.1.7" can be added to local.conf +# PREFERRED_VERSION_python3-django = "3.2" can be added to local.conf DEFAULT_PREFERENCE = "-1" From 910579ddae89f1b85e18bae405eac5322eea3b9b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:08 +0300 Subject: [PATCH 11/12] python3-tqdm: Upgrade 4.59.0 -> 4.60.0 Upgrade to release 4.60.0: - add contrib.logging helpers for redirecting to tqdm.write() - support delay in notebook - fix contrib.tmap, tzip not using tqdm_class - add notebook tests - updates & misc minor fixes for documentation Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-tqdm_4.59.0.bb => python3-tqdm_4.60.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tqdm_4.59.0.bb => python3-tqdm_4.60.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb rename to meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb index 32e5cf053a4..e20ba779af6 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" -SRC_URI[sha256sum] = "d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33" +SRC_URI[sha256sum] = "ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae" inherit pypi setuptools3 From 0f32057302b1d9297e96319e501dde317b493eed Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:09 +0300 Subject: [PATCH 12/12] python3-xmlschema: Upgrade 1.5.3 -> 1.6.0 Upgrade to release 1.6.0: - XML data bindings and code generators are now considered stable - Add arguments 'max_depth' and 'extra_validator' to validation methods - Enhance decoding with 'value_hook' argument Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-xmlschema_1.5.3.bb => python3-xmlschema_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_1.5.3.bb => python3-xmlschema_1.6.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb index 3f9c06365f8..2d207fb243e 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" -SRC_URI[sha256sum] = "a7db4c8ae2afa28654d15fcbf5d7f22f0441b5611e50426426e5418f369b5c79" +SRC_URI[sha256sum] = "e951efc5ab3f251973f92cba7a7026adb32a4cd844d3425133d23eb269de4f8f" PYPI_PACKAGE = "xmlschema" inherit pypi setuptools3