[oe] [meta-multimedia][PATCH] aom: update to 3.0.0

2021-03-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../recipes-multimedia/aom/{aom_2.0.0.bb => aom_3.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/aom/{aom_2.0.0.bb => aom_3.0.0.bb} (93%) diff --git

Re: [oe] [meta-python][PATCH 05/10] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-23 Thread Khem Raj
Fails to patch https://errors.yoctoproject.org/Errors/Details/574380/ On Tue, Mar 23, 2021 at 9:33 AM Leon Anavi wrote: > > Upgrade to release 0.8.17: > > - Add_dll_directory for python 3.8 on windows, as > importlib.util.find_spec does not search all paths anymore > - Add additional test

[oe] [meta-oe][PATCH] guider: Upgrade 3.9.7 -> 3.9.8

2021-03-23 Thread Khem Raj
From: Peace Lee Upgrade to release 3.9.8 Signed-off-by: Peace Lee Signed-off-by: Khem Raj --- .../guider/{guider_3.9.7.bb => guider_3.9.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/guider/{guider_3.9.7.bb => guider_3.9.8.bb}

[oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-23 Thread Yann Dirson
From: Yann Dirson This flag does not describe the mpv package, but ffmpeg instead. It gets in the way of using finer-grained LICENSE_FLAGS in ffmpeg. It is above all not needed, the real problem is even more clear without it: ffmpeg was skipped: because it has a restricted license

[oe] [meta-python][PATCH 10/10] python3-sqlalchemy: Upgrade 1.3.23 -> 1.4.2

2021-03-23 Thread Leon Anavi
Upgrade to release 1.4.2: orm: - Added support for the declared_attr object to work in the context of dataclass fields. - Fixed issue in new ORM dataclasses functionality where dataclass fields on an abstract base or mixin that contained column or other mapping constructs would not be

[oe] [meta-python][PATCH 08/10] python3-twine: Upgrade 3.4.0 -> 3.4.1

2021-03-23 Thread Leon Anavi
Upgrade to release 3.4.1: - Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI Signed-off-by: Leon Anavi --- .../python/{python3-twine_3.4.0.bb => python3-twine_3.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 09/10] python3-isort: Upgrade 5.7.0 -> 5.8.0

2021-03-23 Thread Leon Anavi
Upgrade to release 5.8.0: - Fix: as import comments can in some cases be duplicated. - Fix: extra newline added with float-to-top, after skip, in some cases. - Fix: incorrect placement of noqa comments with multiple from imports. - Fix: in some cases different length limits for dos based line

[oe] [meta-python][PATCH 07/10] python3-regex: Upgrade 2020.11.13 -> 2021.3.17

2021-03-23 Thread Leon Anavi
Upgrade to release 2021.3.17: - Fuzzy matching with wrong distance (unnecessary substitutions) - Missing wheel for macosx and the new M1 chip (arm64 arch) Signed-off-by: Leon Anavi --- .../{python3-regex_2020.11.13.bb => python3-regex_2021.3.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-python][PATCH 06/10] python3-humanize: Upgrade 3.2.0 -> 3.3.0

2021-03-23 Thread Leon Anavi
Upgrade to release 3.3.0: - Add humanize.number.clamp Signed-off-by: Leon Anavi --- .../{python3-humanize_3.2.0.bb => python3-humanize_3.3.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_3.2.0.bb =>

[oe] [meta-python][PATCH 05/10] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-23 Thread Leon Anavi
Upgrade to release 0.8.17: - Add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore - Add additional test vector from RFC - Fix missing import - Fix imp deprecation warning - Improve build for conda forge - Add

[oe] [meta-python][PATCH 04/10] python3-grpcio-tools: Upgrade 1.35.0 -> 1.36.1

2021-03-23 Thread Leon Anavi
Upgrade to release 1.36.1: - back-port: add env var protection for google-c2p resolver - Backport "Fix implicit declaration error in zlib + macOS - xDS features doc update for case insensitive prefix/full path matching - Add darwin_arm64 and darwin_arm64e to c-ares config settings - Add

[oe] [meta-python][PATCH 01/10] python3-bitarray: Upgrade 1.7.1 -> 1.8.0

2021-03-23 Thread Leon Anavi
Upgrade to release 1.8.0: - Add `bitarray.util.serialize()` and `bitarray.util.deserialize()` - Allow whitespace (ignore space and `\n\r\t\v`) in input strings, e.g. `bitarray('01 11')` or `a += '10 00'` - Add `bitarray.util.pprint()` - When initializing a bitarray from another with different

[oe] [meta-python][PATCH 02/10] python3-pyscaffold: Upgrade 4.0 -> 4.0.1

2021-03-23 Thread Leon Anavi
Upgrade to release 4.0.1: - Fix tox -e build issue when running on Conda - Ensure snake_case for keys in setup.cfg - Update dependencies on configupdater and pyscaffoldext-django - Remove broken checks for old setuptools Signed-off-by: Leon Anavi --- .../{python3-pyscaffold_4.0.bb =>

[oe] [meta-python][PATCH 03/10] python3-flask-migrate: Upgrade 2.6.0 -> 2.7.0

2021-03-23 Thread Leon Anavi
Upgrade to release 2.7.0: - Reuse engine from Flask-SQLAlchemy - Update logging configuration to include Flask-Migrate's logger Signed-off-by: Leon Anavi --- ...n3-flask-migrate_2.6.0.bb => python3-flask-migrate_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-23 Thread Mike Looijmans
In a desperate attempt to get openjre-8 to build, I just went to the current master, and that failed to build with lots of warnings about "inherit native". I noticed that those were fixed in master-next, so I switched to that instead. Still fails to build after a long time. (I replaced

[oe] [meta-networking] [PATCH] atftp: move atftpd.init from files to atftp subdirectory

2021-03-23 Thread Ming Liu
From: Ming Liu It does not have to maintain two patch directories files and atftp, merge them. Signed-off-by: Ming Liu --- .../recipes-daemons/atftp/{files => atftp}/atftpd.init| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename