[oe] [meta-python][PATCH 1/2] python3-typeguard: Upgrade 4.1.5 -> 4.2.1

2024-03-27 Thread Leon Anavi
(NotRequired[...]) in TypedDict when using forward references - Fixed mapping checks against Django's MultiValueDict Signed-off-by: Leon Anavi --- ...{python3-typeguard_4.1.5.bb => python3-typeguard_4.2.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 2/2] python3-cachetools: Upgrade 5.3.2 -> 5.3.3

2024-03-27 Thread Leon Anavi
Upgrade to version 5.3.3: - Documentation improvements - Update CI environment License-Update: Update copyright years to 2024 Signed-off-by: Leon Anavi --- ...ython3-cachetools_5.3.2.bb => python3-cachetools_5.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename m

[oe] [meta-python][PATCH 3/3] python3-paho-mqtt: Upgrade 1.6.1 -> 2.0.0

2024-03-25 Thread Leon Anavi
s an empty list. - Don't add port to Host: header for websockets connections when the port if the default port. Signed-off-by: Leon Anavi --- ...hon3-paho-mqtt_1.6.1.bb => python3-paho-mqtt_2.0.0.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtoo

[oe] [meta-python][PATCH 2/3] python3-croniter: Upgrade 2.0.1 -> 2.0.3

2024-03-25 Thread Leon Anavi
Upgrade to version 2.0.3: - Add match_range function - Fix leap year (29 days in February) Signed-off-by: Leon Anavi --- ...ython3-croniter_2.0.1.bb => python3-croniter_2.0.3.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/3] python3-multidict: Upgrade 6.0.4 -> 6.0.5

2024-03-25 Thread Leon Anavi
to the Towncrier philosophy has been fixed. Signed-off-by: Leon Anavi --- ...multidict-909-to-3.12-as-well-to-add.patch | 324 -- ...ct_6.0.4.bb => python3-multidict_6.0.5.bb} | 3 +- 2 files changed, 1 insertion(+), 326 deletions(-) delete mode 100644 meta-python/recipes-devto

[oe] [meta-python][PATCH 1/2] python3-anyio: Upgrade 4.2.0 -> 4.3.0

2024-03-22 Thread Leon Anavi
unclosed - Fixed Process.stdin.aclose(), Process.stdout.aclose(), and Process.stderr.aclose() not including a checkpoint on asyncio - Fixed documentation on how to provide your own typed attributes Signed-off-by: Leon Anavi --- .../{python3-anyio_4.2.0.bb => python3-anyio_4.3.0.bb}

[oe] [meta-python][PATCH 2/2] python3-httpx: Upgrade 0.26.0 -> 0.27.0

2024-03-22 Thread Leon Anavi
-by: Leon Anavi --- .../{python3-httpx_0.26.0.bb => python3-httpx_0.27.0.bb}| 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httpx_0.26.0.bb => python3-httpx_0.27.0.bb} (81%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 3/3] python3-kivy: Upgrade 2.2.1 -> 2.3.0

2024-01-09 Thread Leon Anavi
-by: Leon Anavi --- .../python/{python3-kivy_2.2.1.bb => python3-kivy_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-kivy_2.2.1.bb => python3-kivy_2.3.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 2/3] python3-wtforms: Upgrade 3.1.1 -> 3.1.2

2024-01-09 Thread Leon Anavi
Upgrade to version 3.1.2: - Fix SelectMultipleField value coercion on validation. Signed-off-by: Leon Anavi --- .../{python3-wtforms_3.1.1.bb => python3-wtforms_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/3] python3-webargs: Upgrade 8.3.0 -> 8.4.0

2024-01-09 Thread Leon Anavi
overriding the get_default_arg_name method. This is described in the argument passing documentation. - Drop support for Python 3.7, which is EOL. - Type annotations for FlaskParser have been improved. License-Update: Copyright year changes Signed-off-by: Leon Anavi --- .../python/python3-webargs_8.3.0.bb

[oe] [meta-oe][PATCH] ssd1306: Update and remove patch

2024-01-08 Thread Leon Anavi
Update ssd1306_linux, OLED SSD1306 Linux user space driver, to the latest version and remove a patch that has been merged in upstream of the project in GitHub. Signed-off-by: Leon Anavi --- .../ssd1306/0001-Use-include-filename.patch | 49 --- .../recipes-devtools/ssd1306

[oe] [meta-oe][PATCHv3] ssd1306_git.bb: Add ssd1306_linux

2024-01-02 Thread Leon Anavi
"Hello World" Pending GitHub pull request to the upstream of the project: https://github.com/armlabs/ssd1306_linux/pull/4 After fixing the upstream 0001-Use-include-filename.patch should be removed from the recipe. Signed-off-by: Leon Anavi --- .../ssd1306/0001-Use-include-filename.pa

[oe] [meta-oe][PATCHv2] ssd1306_git.bb: Add ssd1306_linux

2024-01-02 Thread Leon Anavi
"Hello World" Pending GitHub pull request to the upstream of the project: https://github.com/armlabs/ssd1306_linux/pull/4 After fixing the upstream 0001-Use-include-filename.patch should be removed from the recipe. Signed-off-by: Leon Anavi --- .../ssd1306/0001-Use-include-filename.pa

Re: [oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2023-12-31 Thread Leon Anavi
Hi Khem, Happy New Year! Best wishes for 2024. On Sat, Dec 30, 2023, 19:39 Khem Raj wrote: > > > On Sat, Dec 30, 2023 at 9:11 AM Leon Anavi > wrote: > >> Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on >> the i2c library libi2c fr

[oe] [meta-oe][PATCH] ssd1306_git.bb: Add ssd1306_linux

2023-12-30 Thread Leon Anavi
"Hello World" Signed-off-by: Leon Anavi --- .../ssd1306/0001-Use-include-filename.patch | 49 +++ .../recipes-devtools/ssd1306/ssd1306_git.bb | 25 ++ 2 files changed, 74 insertions(+) create mode 100644 meta-oe/recipes-devtools/ssd1306/ssd1306/0001-U

[oe] [meta-python][PATCH 4/4] python3-rlp: upgrade 3.0.0 -> 4.0.0

2023-12-18 Thread Leon Anavi
Upgrade to version 4.0.0: - repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, my_str_field="a_str") - Convert .format strings to f-strings - Add autoflake linting and move config to pyproject.toml Signed-off-by: Leon Anavi --- ...-setup-don-t-use-

[oe] [meta-python][PATCH 3/4] python3-dominate: upgrade 2.8.0 -> 2.9.0

2023-12-18 Thread Leon Anavi
Upgrade to version 2.9.0: - Modernize setuptools support to use pyproject.toml - Remove brittle test Remove fix-ptests.patch as the issue has been solved upstream. Signed-off-by: Leon Anavi --- .../python/python3-dominate/fix-ptests.patch | 20 --- ...ate_2.8.0.bb => pyth

[oe] [meta-python][PATCH 2/4] python3-zeroconf: upgrade 0.128.4 -> 0.130.0

2023-12-18 Thread Leon Anavi
uses the string cache Signed-off-by: Leon Anavi --- ...{python3-zeroconf_0.128.4.bb => python3-zeroconf_0.130.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.128.4.bb => python3-zeroconf_0.130.0.bb} (82%) diff

[oe] [meta-python][PATCH 1/4] python3-sdbus: upgrade 0.11.0 -> 0.11.1

2023-12-18 Thread Leon Anavi
more than one time. - Fixed missing class body when generating code for interface without members. Signed-off-by: Leon Anavi --- .../{python3-sdbus_0.11.0.bb => python3-sdbus_0.11.1.bb} | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/6] python3-frozenlist: upgrade 1.4.0 -> 1.4.1

2023-12-15 Thread Leon Anavi
Upgrade to version 1.4.1: - Declared Python 3.12 and PyPy 3.8-3.10 supported officially in the distribution package metadata. - Replaced the packaging is replaced from an old-fashioned :file:setup.py to an in-tree :pep:517 build backend Signed-off-by: Leon Anavi --- ...n3-frozenlist_1.4.0

[oe] [meta-python][PATCH 6/6] python3-aiohue: upgrade 4.6.2 -> 4.7.0

2023-12-15 Thread Leon Anavi
Upgrade to version 4.7.0: - Backward compatibility fix - Update project and CI - Update models for updated schema and new resource types Signed-off-by: Leon Anavi --- .../{python3-aiohue_4.6.2.bb => python3-aiohue_4.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ren

[oe] [meta-python][PATCH 5/6] python3-cycler: upgrade 0.11.0 -> 0.12.1

2023-12-15 Thread Leon Anavi
Upgrade to version 0.12.1: - Addition of type hints. - Fixes the previous release not shipping the py.typed file. Signed-off-by: Leon Anavi --- .../{python3-cycler_0.11.0.bb => python3-cycler_0.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/reci

[oe] [meta-python][PATCH 3/6] python3-yarl: upgrade 1.9.2 -> 1.9.4

2023-12-15 Thread Leon Anavi
-python - A step-by-step :doc:Release Guide guide has been added, describing how to release yarl Signed-off-by: Leon Anavi --- .../{python3-yarl_1.9.2.bb => python3-yarl_1.9.4.bb} | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 4/6] python3-coverage: upgrade 7.3.2 -> 7.3.3

2023-12-15 Thread Leon Anavi
. - The coverage annotate command used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though. - Added new debug options Signed-off-by: Leon Anavi --- .../{python3

[oe] [meta-python][PATCH 1/6] python3-expandvars: add recipe

2023-12-15 Thread Leon Anavi
Add python3-expandvars to expand system variables Unix style. Signed-off-by: Leon Anavi --- .../python/python3-expandvars_0.12.0.bb| 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb diff --git

[oe] [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0

2023-12-06 Thread Leon Anavi
version of ABI v12 is v12.14.0. - The conversion to a pure Python implementation is now complete. The work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../sip/{sip_6.7.12.bb => sip_6.8.0.bb}| 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) rename m

[oe] [meta-python][PATCH 5/5] python3-pystemd: upgrade 0.10.0 -> 0.13.2

2023-11-14 Thread Leon Anavi
Added runtime dependencies. Upgrade to release 0.13.2: - adding coverage information - changes tests to pystes - adding support for pyproject.toml - adding extra properties for unit Signed-off-by: Leon Anavi --- ...n3-pystemd_0.10.0.bb => python3-pystemd_0.13.2.bb} | 11 +-- 1 f

[oe] [meta-python][PATCH 4/5] python3-zeroconf: upgrade 0.120.0 -> 0.126.0

2023-11-14 Thread Leon Anavi
Upgrade to release 0.126.0: - Speed up outgoing packet writer - Speed up writing name compression for outgoing packets Signed-off-by: Leon Anavi --- ...{python3-zeroconf_0.120.0.bb => python3-zeroconf_0.126.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 2/5] python3-polyline: upgrade 1.4.0 -> 2.0.1

2023-11-14 Thread Leon Anavi
Upgrade to version 2.0.1: - Relax setuptools version number License-Update: Copyright years changed Signed-off-by: Leon Anavi --- .../python/python3-polyline_1.4.0.bb | 26 --- .../python/python3-polyline_2.0.1.bb | 25 ++ 2 files changed, 25

[oe] [meta-python][PATCH 3/5] python3-py7zr: Upgrade 0.20.7 -> 0.20.8

2023-11-14 Thread Leon Anavi
Upgrade to release 0.20.8: - Detect brotli import error - refactor: hardening SevenZipFile constructor - refactor: improve type safe functions - chore: add git export configuration This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/{python3-py7zr_0.20.7.bb

[oe] [meta-python][PATCH 1/5] python3-pillow: Upgrade 10.0.1 -> 10.1.0

2023-11-14 Thread Leon Anavi
read-only by default - Silence exceptions in _repr_jpeg_ and _repr_png_ - Do not use transparency when saving GIF if it has been removed when normalizing mode - Fix missing symbols when libtiff depends on libjpeg This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../{python3-pillow

[oe] [meta-python][PATCH 2/3] python3-wrapt: Upgrade 1.15.0 -> 1.16.0

2023-11-13 Thread Leon Anavi
used. - Bug fix: it was not possible to update the __class__ attribute through the transparent object proxy when relying on the C implementation. Signed-off-by: Leon Anavi --- .../python/{python3-wrapt_1.15.0.bb => python3-wrapt_1.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 3/3] python3-bitarray: Upgrade 2.8.2 -> 2.8.3

2023-11-13 Thread Leon Anavi
Upgrade to version 2.8.3: - Ensure readonly attribute is set correctly when creating new objects - Optimize sparse bitarray compression for raw block type - Improve hash functions in Bloom filter example Signed-off-by: Leon Anavi --- .../{python3-bitarray_2.8.2.bb => python3-bitarray_2.

[oe] [meta-python][PATCH 1/3] python3-file-magic: add recipe

2023-11-13 Thread Leon Anavi
Add file-magic version 0.4.1, a Python front end for libmagic(3). This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-file-magic_0.4.1.bb| 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools

[oe] [meta-filesystems][PATCH] bindfs: add recipe

2023-11-10 Thread Leon Anavi
by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../recipes-utils/binfs/bindfs_1.17.5.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb b/meta

[oe] [meta-oe][PATCHv2] qpdf: Update 10.6.3 -> 11.6.3

2023-11-09 Thread Leon Anavi
securely. Change the fully defined path on the target to fix buildpaths QA issues with libqpdfTargets.cmake. Add openssl and gnutls as dependencies. Tested with usermerge distro feature and clang. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../qpdf/{qpdf_10.6.3.bb

[oe] [meta-oe][PATCH] exiftool: add recipe

2023-11-08 Thread Leon Anavi
Fixed List type for new XMP-photomech:CreatorIdentity tag This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../recipes-devtools/perl/exiftool_12.69.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-devtools/perl/exiftool_12.6

Re: [oe] [meta-oe][PATCH 2/3] qpdf: Update 10.6.3 -> 11.6.3

2023-11-08 Thread Leon Anavi
-linux/qpdf/11.6.3/temp/log.do_package_qa.3501227 On Tue, Nov 7, 2023 at 7:22 AM Leon Anavi wrote: Update to version 11.6.3: - Fix a bug in which qpdf could potentially discard a character in a binary string if that character was preceded by an octal escaped string with fewer than three

[oe] [meta-oe][PATCH 2/3] qpdf: Update 10.6.3 -> 11.6.3

2023-11-07 Thread Leon Anavi
securely. Change the fully defined path on the target to about buildpaths QA issues with libqpdfTargets.cmake. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../qpdf/{qpdf_10.6.3.bb => qpdf_11.6.3.bb} | 13 ++--- 1 file changed, 10 insertions(+), 3 deleti

[oe] [meta-oe][PATCH 3/3] libblockdev: Upgrade 3.0.3 -> 3.0.4

2023-11-07 Thread Leon Anavi
valid escape sequence '\#'" warning from Python 3.12 This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../libblockdev/{libblockdev_3.03.bb => libblockdev_3.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libblockdev/{libblo

[oe] [meta-oe][PATCH 1/3] imlib2: Upgrade 1.7.1 -> 1.12.1

2023-11-07 Thread Leon Anavi
: Unset context colormap - x11_grab: Use correct depth when grabbing Remove bzip2 from PACKAGECONFIG because for this version it is an unrecognised option. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 5 ++--- 1 file

[oe] [meta-python][PATCH 3/4] python3-pdm: add recipe

2023-11-07 Thread Leon Anavi
- Fix a resolution issue that extra dependencies are not resolved when the bare dependency has more specific version constraint Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-pdm_2.10.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python

[oe] [meta-python][PATCH 4/4] python3-jsonref: Upgrade 1.0.1 -> 1.1.0

2023-11-07 Thread Leon Anavi
-by: Leon Anavi --- .../files/migrate-to-pdm-backend.patch| 27 +++ .../python-jsonref/python3-jsonref_1.0.1.bb | 16 --- .../python-jsonref/python3-jsonref_1.1.0.bb | 23 3 files changed, 50 insertions(+), 16 deletions(-) create mode 100644

[oe] [meta-python][PATCH 2/4] python3-pdm-backend: add recipe

2023-11-07 Thread Leon Anavi
Add pdm-backend, the build backend used by PDM that supports latest packaging standards. Version 2.1.7 provides: - Rename tag-pattern to tag_regex in the docs - Copytree handle existing dirs - Normalize the dist info name in the wheel Signed-off-by: Leon Anavi --- .../python/python3-pdm

[oe] [meta-python][PATCH 1/4] python3-wand: add recipe

2023-11-07 Thread Leon Anavi
mask when passing None to Image.write_mask() method - Added new COMPOSITE_OPERATORS operators This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-wand_0.6.13.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-pyth

[oe] [meta-python][PATCH 3/3] python3-py7zr: add recipe

2023-11-06 Thread Leon Anavi
Add py7zr, a pure python 7-zip library. Version 0.20.7 with Python 3.12 support. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-py7zr_0.20.7.bb| 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH 2/3] python3-pyppmd: add recipe

2023-11-06 Thread Leon Anavi
and 3.12 This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-pyppmd_1.1.0.bb| 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 1/3] python3-pybcj: add recipe

2023-11-06 Thread Leon Anavi
Add pybcj, a bcj filter library. Version 1.0.2 brings: - Support python 3.12 - Add cibuildwheel config This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-pybcj_1.0.2.bb | 24 +++ 1 file changed, 24 insertions(+) create mode

[oe] [meta-python][PATCH 2/2] python3-unoconv: add recipe

2023-11-03 Thread Leon Anavi
Add unoconv version 0.9.0, an universal office converter - convert between any document format supported by LibreOffice/OpenOffice. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-unoconv_0.9.0.bb | 23 +++ 1 file changed, 23

[oe] [meta-python][PATCH 1/2] python3-screeninfo: add recipe

2023-11-03 Thread Leon Anavi
symbols This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-screeninfo_0.8.1.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 3/4] python3-olefile: add recipe

2023-11-02 Thread Leon Anavi
by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-olefile_0.46.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-olefile_0.46.bb diff --git a/meta-python/recipes-devtools/python/python3-olefile_0.46.bb b

[oe] [meta-python][PATCH 2/4] python3-oletools: add recipe

2023-11-02 Thread Leon Anavi
LSB format - improved logging with common module log_helper This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-oletools_0.60.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/pyth

[oe] [meta-python][PATCH 1/4] python3-multivolumefile: add recipe

2023-11-02 Thread Leon Anavi
Add multivolumefile, a multi volume file wrapper library. Version 0.2.3 changelog: - implement readall() - lint with black This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-multivolumefile_0.2.3.bb | 21 +++ 1 file changed, 21 insertions

[oe] [meta-python][PATCH 4/4] python3-pcodedmp: add recipe

2023-11-02 Thread Leon Anavi
by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-pcodedmp_1.2.6.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 3/4] python3-jsbeautifier: add recipe

2023-11-01 Thread Leon Anavi
Add a new recipe for jsbeautifier version 1.14.9, JavaScript unobfuscator and beautifier. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-jsbeautifier_1.14.9.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH 2/4] python3-inflate64: add recipe

2023-11-01 Thread Leon Anavi
Add python3-inflate64, a python package to provide compression and decompression feature with Enhanced Deflate algorithm. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-inflate64_0.3.1.bb| 16 1 file changed, 16 insertions

[oe] [meta-python][PATCH 4/4] python3-pymemcache: add recipe

2023-11-01 Thread Leon Anavi
with stats and cache_memlimit This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-pymemcache_4.0.0.bb| 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb diff

[oe] [meta-python][PATCH 1/4] python3-colorclass: add recipe

2023-11-01 Thread Leon Anavi
Add colorclass version 2.2.2, a colorful worry-free console applications for Linux, Mac OS X, and Windows. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-colorclass_2.2.2.bb | 17 + 1 file changed, 17 insertions(+) create mode

[oe] [meta-python][PATCH] python3-rarfile: add recipe

2023-10-31 Thread Leon Anavi
by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-rarfile_4.1.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rarfile_4.1.bb diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.1

[oe] [meta-oe][PATCH] sip: upgrade 6.7.11 -> 6.7.12

2023-10-18 Thread Leon Anavi
with __len__. - The latest version of ABI v13 is v13.6.0. - The latest version of ABI v12 is v12.13.0. Signed-off-by: Leon Anavi --- meta-oe/recipes-devtools/sip/{sip_6.7.11.bb => sip_6.7.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/

[oe] [meta-oe][PATCH 2/2] neatvnc: add new recipe

2023-08-25 Thread Leon Anavi
if building Weston 12 with VNC backend. Signed-off-by: Leon Anavi --- .../recipes-graphics/neatvnc/neatvnc_git.bb | 40 +++ 1 file changed, 40 insertions(+) create mode 100644 meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb diff --git a/meta-oe/recipes-graphics/neatvnc

[oe] [meta-oe][PATCH 1/2] aml: add new recipe

2023-08-25 Thread Leon Anavi
Add a new recipe for aml (Andri's Main Loop) v0.3.0. It is required for neatvnc which is required for building Weston with VNC backend. Signed-off-by: Leon Anavi --- meta-oe/recipes-graphics/aml/aml_git.bb | 35 + 1 file changed, 35 insertions(+) create mode 100644 meta

[oe] [meta-oe][PATCH 2/2] pcsc-tools: Add runtime dependencies

2023-03-29 Thread Leon Anavi
Add runtime dependencies for pcsc_scan and scriptor. Script ATR_analysis is written in Perl and it is used to parse the smart card ATR. This script is called by default by pcsc_scan. Signed-off-by: Leon Anavi --- meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb | 8 1 file

[oe] [meta-oe][PATCH 1/2] libpcsc-perl: Add recipe

2023-03-29 Thread Leon Anavi
Add Perl Chipcard::PCSC::Card smart card communication library. Signed-off-by: Leon Anavi --- .../perl/libpcsc-perl_1.4.14.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb diff --git a/meta-oe

[oe] [meta-python][PATCH 3/3] python3-cachetools: Upgrade 5.2.1 -> 5.3.0

2023-01-25 Thread Leon Anavi
Upgrade to release 5.3.0: - Add cache_info() function to @cached decorator. Signed-off-by: Leon Anavi --- ...{python3-cachetools_5.2.1.bb => python3-cachetools_5.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_5.

[oe] [meta-python][PATCH 2/3] python3-imageio: Upgrade 2.24.0 -> 2.25.0

2023-01-25 Thread Leon Anavi
Upgrade to release 2.25.0: - Add audio support for ffmpeg writer Signed-off-by: Leon Anavi --- .../{python3-imageio_2.24.0.bb => python3-imageio_2.25.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.24.0

[oe] [meta-python][PATCH 1/3] python3-email-validator: Upgrade 1.3.0 -> 1.3.1

2023-01-25 Thread Leon Anavi
Upgrade to release 1.3.1: - The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed in most cases. It now is performed only for domains that do not have MX records but do have an A/ fallback record. Signed-off-by: Leon Anavi --- ...mail-validator_1.3.0.bb => pyth

[oe] [meta-python][PATCH 2/2] python3-nocasedict: Upgrade 1.0.4 -> 1.1.0

2023-01-24 Thread Leon Anavi
, it remains str.lower(). Added support for user-defined casefolding. Signed-off-by: Leon Anavi --- ...{python3-nocasedict_1.0.4.bb => python3-nocasedict_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.4.bb => p

[oe] [meta-python][PATCH 1/2] python3-nocaselist: Upgrade 1.0.6 -> 1.1.0

2023-01-24 Thread Leon Anavi
, it remains str.lower(). Added support for user-defined casefolding. - Added support for storing None as a value in a NocaseList. Previously, that was rejected with AttributeError since the casefold method was attempted to be called on the None value. Signed-off-by: Leon Anavi --- ...hon3

[oe] [meta-python][PATCH 1/2] python3-eventlet: Upgrade 0.33.2 -> 0.33.3

2023-01-19 Thread Leon Anavi
Upgrade to release 0.33.3: - Fix greendns for dnspython 2.3.0+ Signed-off-by: Leon Anavi --- .../{python3-eventlet_0.33.2.bb => python3-eventlet_0.33.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eventlet_0.33.2.bb => p

[oe] [meta-python][PATCH 2/2] python3-configobj: Upgrade 5.0.6 -> 5.0.8

2023-01-19 Thread Leon Anavi
ange of the license Signed-off-by: Leon Anavi --- ...h-from-using-distutils-to-setuptools.patch | 28 --- .../python/python3-configobj_5.0.6.bb | 11 .../python/python3-configobj_5.0.8.bb | 13 + 3 files changed, 13 insertions(+), 39 deletions(-) de

[oe] [meta-python][PATCH 2/2] python3-autobahn: Upgrade 22.12.1 -> 23.1.1

2023-01-16 Thread Leon Anavi
remains MIT. Signed-off-by: Leon Anavi --- ...python3-autobahn_22.12.1.bb => python3-autobahn_23.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-autobahn_22.12.1.bb => python3-autobahn_23.1.1.bb} (75%) diff --git a/meta-

[oe] [meta-python][PATCH 1/2] python3-alembic: Upgrade 1.9.1 -> 1.9.2

2023-01-16 Thread Leon Anavi
years Signed-off-by: Leon Anavi --- .../{python3-alembic_1.9.1.bb => python3-alembic_1.9.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.9.1.bb => python3-alembic_1.9.2.bb} (66%) diff --git a/meta-python/r

[oe] [meta-python][PATCHv2] python3-astroid: Upgrade 2.12.13 -> 2.13.2

2023-01-12 Thread Leon Anavi
Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi --- .../0001-pyproject.toml-Replace-with.patch

[oe] [meta-python][PATCH 1/2] python3-imageio: Upgrade 2.23.0 -> 2.24.0

2023-01-11 Thread Leon Anavi
Upgrade to release 2.24.0: - Tifffile v3 - Pin sphinx below v6 Signed-off-by: Leon Anavi --- .../{python3-imageio_2.23.0.bb => python3-imageio_2.24.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.23.0.bb => p

[oe] [meta-python][PATCH 2/2] python3-astroid: Upgrade 2.12.13 -> 2.13.2

2023-01-11 Thread Leon Anavi
Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi --- ...astroid_2.12.13.bb => python3-astroid_2.1

[oe] [meta-python][PATCH 3/3] python3-cantools: Upgrade 38.0.0 -> 38.0.1

2023-01-10 Thread Leon Anavi
Upgrade to release 38.0.1: - Changed relative links to absolute links Signed-off-by: Leon Anavi --- .../{python3-cantools_38.0.0.bb => python3-cantools_38.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_38.0.0

[oe] [meta-python][PATCH 2/3] python3-prettytable: Upgrade 3.4.1 -> 3.6.0

2023-01-10 Thread Leon Anavi
Upgrade to release 3.6.0: - Updated pre-commit with mypy - Test Python 3.12 pre-releases - Fix to min_table_width parameter - Widen tables with long titles Signed-off-by: Leon Anavi --- ...-prettytable_3.4.1.bb => python3-prettytable_3.6.0.bb} | 8 +--- 1 file changed, 5 insertions(+)

[oe] [meta-python][PATCH 1/3] python3-traitlets: Upgrade 5.8.0 -> 5.8.1

2023-01-10 Thread Leon Anavi
Upgrade to release 5.8.1: - fix: mro_trait can be unbound when the class is not in mro Signed-off-by: Leon Anavi --- .../{python3-traitlets_5.8.0.bb => python3-traitlets_5.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0

2023-01-05 Thread Leon Anavi
node mapped attribute per signal - A few bug fixes - Typing improvements - Use tox - Fix CI - Ensure that only Decimal types are stored in the Signal.decimal attribute - cantools library import lib from a relative path (unified) - Test on python 3.11, build docs again Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0

2023-01-05 Thread Leon Anavi
Upgrade to release 3.19.0: - Add timestamp and timestamp_ms formats to fields.DateTime Signed-off-by: Leon Anavi --- ...hon3-marshmallow_3.18.0.bb => python3-marshmallow_3.19.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0

2023-01-05 Thread Leon Anavi
Upgrade to release 2.2.0: - Add light shades, dark grey and black Signed-off-by: Leon Anavi --- .../{python3-termcolor_2.1.1.bb => python3-termcolor_2.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-termcolor_2.1.1

[oe] [meta-python][PATCH 3/3] python3-simplejson: Upgrade 3.18.0 -> 3.18.1

2023-01-04 Thread Leon Anavi
Upgrade to release 3.18.1: - Remove unnecessary `i` variable from encoder module namespace - Declare support for Python 3.11 and add wheels Signed-off-by: Leon Anavi --- ...ython3-simplejson_3.18.0.bb => python3-simplejson_3.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 2/3] python3-prompt-toolkit: Upgrade 3.0.31 -> 3.0.36

2023-01-04 Thread Leon Anavi
a `cancel_callback` in `ProgressBar` to specify the cancellation behavior for when `control-c` is pressed. - Small performance improvement in the renderer. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.31.bb => python3-prompt-toolkit_3.0.36.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 1/3] python3-coverage: Upgrade 7.0.1 -> 7.0.3

2023-01-04 Thread Leon Anavi
do before 7.0.2 Signed-off-by: Leon Anavi --- .../{python3-coverage_7.0.1.bb => python3-coverage_7.0.3.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.0.1.bb => python3-coverage_7.0.3.bb} (74%) diff --git a/met

[oe] [meta-python][PATCH 3/3] python3-zeroconf: Upgrade 0.39.4 -> 0.47.1

2023-01-03 Thread Leon Anavi
by reducing call stack - Optimize incoming parser by using unpack_from - Optimize incoming parser by adding pxd files - Fix project name in pyproject.toml - Drop async_timeout requirement for python 3.11+ License-Update: Use PKG-INFO to check the license Signed-off-by: Leon Anavi --- ...{python3

[oe] [meta-python][PATCH 2/3] python3-croniter: Upgrade 1.3.7 -> 1.3.8

2023-01-03 Thread Leon Anavi
Upgrade to release 1.3.8: - Add Python 3.11 support and move docs files to main folder License-Update: File moved to main directory, no changes Signed-off-by: Leon Anavi --- .../{python3-croniter_1.3.7.bb => python3-croniter_1.3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[oe] [meta-python][PATCH 1/3] python3-watchdog: Upgrade 2.2.0 -> 2.2.1

2023-01-03 Thread Leon Anavi
-by: Leon Anavi --- .../{python3-watchdog_2.2.0.bb => python3-watchdog_2.2.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-watchdog_2.2.0.bb => python3-watchdog_2.2.1.bb} (80%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 3/3] python3-twisted: Upgrade 22.8.0 -> 22.10.0

2022-11-02 Thread Leon Anavi
ic results in which descriptor is selected. The new name parameter is now documented as preferred. - The implementers of Zope interfaces are once more displayed in the documentations. - twisted.protocols.dict, which was deprecated in 17.9, has been removed. Signed-off-by: Leon Anavi --- ..

[oe] [meta-python][PATCH 2/3] python3-httplib: Upgrade 0.20.4 -> 0.21.0

2022-11-02 Thread Leon Anavi
Upgrade to release 0.21.0: - Bugfix for Content-Encoding: deflate Signed-off-by: Leon Anavi --- .../{python3-httplib2_0.20.4.bb => python3-httplib2_0.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httplib2_0.20.4

[oe] [meta-python][PATCH 1/3] python3-imageio: Upgrade 2.22.2 -> 2.22.3

2022-11-02 Thread Leon Anavi
Upgrade to release 2.22.3: - Support compression and compressionargs in tifffile plugin Signed-off-by: Leon Anavi --- .../{python3-imageio_2.22.2.bb => python3-imageio_2.22.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 3/3] python3-asttokens: Upgrade 2.0.8 -> 2.1.0

2022-11-01 Thread Leon Anavi
- Make get_text_positions docstring match get_text_range better - Handle f-string nodes even when tokens are present - Type checking blocks will never get runtime coverage Signed-off-by: Leon Anavi --- .../{python3-asttokens_2.0.8.bb => python3-asttokens_2.1.0.bb} | 2 +- 1 file changed

[oe] [meta-python][PATCH 2/3] python3-automat: Upgrade 20.2.0 -> 22.10.0

2022-11-01 Thread Leon Anavi
Upgrade to release 22.10.0: - Added double-spaces after embedded youtube links - Add explanation for how to use assert to pacify mypy - Allow enter to have a default - CI improvements Signed-off-by: Leon Anavi --- ...etup.py-remove-the-dependency-on-m2r.patch | 53

[oe] [meta-python][PATCH 1/3] python3-zeroconf: Upgrade 0.39.2 -> 0.39.4

2022-11-01 Thread Leon Anavi
Upgrade to release 0.39.4: - Fix IP changes being missed by ServiceInfo - Fix port changes not being seen by ServiceInfo Signed-off-by: Leon Anavi --- .../{python3-zeroconf_0.39.2.bb => python3-zeroconf_0.39.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 2/2] python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0

2022-10-27 Thread Leon Anavi
-Update: Update year Signed-off-by: Leon Anavi --- ...ython3-py-cpuinfo_8.0.0.bb => python3-py-cpuinfo_9.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-py-cpuinfo_8.0.0.bb => python3-py-cpuinfo_9.0.0.bb} (81%) diff --git

[oe] [meta-python][PATCH 1/2] python3-traitlets: Upgrade 5.4.0 -> 5.5.0

2022-10-27 Thread Leon Anavi
Upgrade to release 5.5.0: - Update tests and docs to use non-deprecated functions - Clean up version handling - Prep for jupyter releaser - Format the changelog - Clean up application typing License-Update: formating change, the license remains the same Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH 3/3] python3-pint: Upgrade 0.19.2 -> 0.20

2022-10-26 Thread Leon Anavi
that would be raised when passing quantities to `cond` and `x` - Update test_non_int tests for pytest - Create NaN-value quantities of appropriate non-int-type - New documentation format and organization - Better support for pandas and dask Signed-off-by: Leon Anavi --- .../python/{python3

[oe] [meta-python][PATCH 2/3] python3-colorama: Upgrade 0.4.5 -> 0.4.6

2022-10-26 Thread Leon Anavi
to detail award to LqdBcnAtWork for a spelling fix in demo06 Signed-off-by: Leon Anavi --- ...ython3-colorama_0.4.5.bb => python3-colorama_0.4.6.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-colorama_0.4.5.bb => p

[oe] [meta-python][PATCH 1/3] python3-pythonping: Upgrade 1.1.3 -> 1.1.4

2022-10-26 Thread Leon Anavi
Upgrade to release 1.1.4: - count parameter can now go beyond 16-bit - README.md is updated to describe how the module works in detail - Linting issues have been fixed Signed-off-by: Leon Anavi --- ...{python3-pythonping_1.1.3.bb => python3-pythonping_1.1.4.bb} | 2 +- 1 file changed

[oe] [meta-python][PATCH 2/2] python3-dill: Upgrade 0.3.5.1 -> 0.3.6

2022-10-25 Thread Leon Anavi
Pattern Matching (limited to tuples) Signed-off-by: Leon Anavi --- .../python/{python3-dill_0.3.5.1.bb => python3-dill_0.3.6.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dill_0.3.5.1.bb => python3-dill_0.3.6.bb} (69%)

  1   2   3   4   5   6   7   8   9   10   >