summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* python3-pykickstart: Upgrade 3.48 -> 3.62Mingli Yu2025-04-105-100/+37
| | | | | | | | | | | | | | | License-update: Remove control characters from license [1]. Remove one backported patch. Changelog: https://github.com/pykickstart/pykickstart/releases [1] https://github.com/pykickstart/pykickstart/commit/6f35a9eedabf33c9b27317449848333ead3a3c6b Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.9.4 -> 14.0.0Wang Mingyu2025-04-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-blivet: 3.9.2 -> 3.12.1Kai Kang2025-04-022-8/+12
| | | | | | | | | Upgrade python-blivet from 3.9.2 to 3.12.1: * rebase 0002-run_program-support-timeout.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: Upgrade 2.0.0 -> 3.0.4Mingli Yu2025-04-022-11/+11
| | | | | | | | | | | | | Switch to use python_setuptools_build_meta after the commit [1] introduced in the new version. Changelog: https://github.com/pydot/pydot/blob/main/ChangeLog [1] https://github.com/pydot/pydot/commit/d1627c95cb56cd93dbd4d3259cf580a8264a3d62 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Use https:// in HOMEPAGE variable instead of http://Jason Schonberg2025-03-254-4/+4
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytesseract: Update runtime dependenciesAntonios Christidis2025-03-251-0/+2
| | | | | | | | | The pytesseract library is a wrapper for tesseract, so it should depend on it on runtime. Also, the pytesseract python script calls for the packaging module so also include it as a depencency. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpt-image: fix typo in run-ptest scriptGyorgy Sarvari2025-03-131-1/+1
| | | | | | | typo: SKIPED vs SKIPPED Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpt-image: add recipeLibo Chen2025-03-132-0/+33
| | | | | | | | | | | | GPT Image is to create GUID Partition Table disk images on local disks. Written in pure Python gpt-image allows GPT disk images to be built on a local filesystem and exported to a destination device. This is useful for creating a disk image on SD Cards or embedded devices. Home page: https://pypi.org/project/gpt-image/ Signed-off-by: Libo Chen <libo.chen.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: fix options parse errorKai Kang2025-03-112-0/+72
| | | | | | | | | | | | Backport a patch for python3-pykickstart to fix option parse error: File "/usr/lib64/python3.12/site-packages/pykickstart/options.py", line 185, in _parse_optional option = action.option_strings[0] ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'option_strings' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: upgrade 1.7.2 -> 1.7.3Wang Mingyu2025-03-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.6 -> 4.2Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | Changelog: ========== - The Moon's visual magnitude formula has been upgraded, so its ".mag" should more closely match other modern estimates of its brightness. - Fix: the routines to find risings and settings would on rare occasion run forever (usually for sunrises or sunsets at very high latitude). They now limit their running time and refuse to run forever. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyparted: upgrade 3.12.0 -> 3.13.0Wang Mingyu2025-02-121-3/+3
| | | | | | | | | License-Update: Rename COPYING to LICENSE Replace outdated Red Hat sample GPLv2+ boilerplates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-311-1/+1
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 3.0.0 -> 3.1.1Wang Mingyu2025-01-071-1/+1
| | | | | | | | | | Changelog: ========== - Improved type hints - removed accidental toml requirements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-191-0/+1
| | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.10.1 -> 3.0.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: =========== - Completely modernized portalocker build system and added fully strict pyright and mypy compliance with ruff formatting and checking. - Dropped support for deprecated Python versions, only 3.9 and up are supported now. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: upgrade 2.5.0 -> 2.6.0Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pytesseract: add recipeAntonios Christidis2024-11-281-0/+14
| | | | | | | | | Recipe builds the python module pytessereact, version 0.3.13. The module is a wrapper for Google's Tesseract-OCR engine. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Add missing rdependsKhem Raj2024-11-211-1/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.9.3 -> 13.9.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Optimizations to cell_len which may speed up Rich / Textual output Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: drop unnecessary FILESEXTRAPATHSMartin Jansa2024-10-311-1/+0
| | | | | | | * 'files' was always in default FILESPATH, no need to add it again with FILESEXTRAPATHS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Upgrade 13.9.2 -> 13.9.3Leon Anavi2024-10-241-1/+1
| | | | | | | | | Upgrade to release 13.9.3: - Fixed broken regex that may have resulted in poor performance Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.5 -> 4.1.6Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | Changelog: ============ - Build wheels for Python 2.7 again - Update github actions and add Python 3.13 - Fix or remove several old broken links - Remove broken link to Meeus's book Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Upgrade 13.8.0 -> 13.9.2Leon Anavi2024-10-111-1/+1
| | | | | | | | | | Upgrade to release 13.9.2: - Fixed Table columns not highlighting when added by add_row - Fixed an issue with Segment.split_cells reported in Textual Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.8.0 -> 13.8.1Wang Mingyu2024-09-181-1/+1
| | | | | | | | | | Changelog: =========== - Added support for Python 3.13 - Fixed infinite loop when appending Text to same instance Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.7.1 -> 13.8.0Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fixed -------- - Fixed Table rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body. - Fixed styles in Panel when Text objects are used for title - Fix pretty repr for collections.deque - Thread used in progress.track will exit if an exception occurs in a generator - Progress track thread is now a daemon thread - Fixed cached hash preservation upon clearing meta and links - Fixed overriding the background_color of Syntax not including padding - Fixed pretty printing of dataclasses with a default repr in Python 3.13 - Fixed selective enabling of highlighting when disabled in the Console - Fixed BrokenPipeError writing an error message - Fixed superfluous space above Markdown tables - Fixed issue with record and capture interaction - Fixed control codes breaking in append_tokens - Fixed exception pretty printing a dataclass with missing fields Changed ---------- - RichHandler errors and warnings will now use different colors (red and yellow) - Removed the empty line printed in jupyter while using Progress - Running tests in environment with FORCE_COLOR or NO_COLOR environment variables - ansi decoder will now strip problematic private escape sequences (like \x1b7) - Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes Added --------- - Adds a case_sensitive parameter to prompt.Prompt. This determines if the - response is treated as case-sensitive. Defaults to True. - Added Console.on_broken_pipe Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: switch to PEP-517 build backendalperak2024-08-091-3/+3
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-pykickstart-3.48-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.10.0 -> 2.10.1Wang Mingyu2024-07-151-1/+1
| | | | | | | | | | Changelog: ========== - increasing the timeouts to make the osx tests less flaky - Fix spelling error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.8.2 -> 2.10.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | Changelog: - Properly propagating exceptions for NFS read-only lock issues and added support for being able to choose between lockf and flock Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meh: upgrade 0.51 -> 0.52Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | Changelog: ========== - Merge pull request #42 from M4rtinK/master-optional_libreport - Make libreport optional - Merge pull request #40 from M4rtinK/master-make_buildrequires - Add BuildRequires: make Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.7.0 -> 13.7.1Wang Mingyu2024-06-111-1/+1
| | | | | | | | Changelog: Updated the widths of some characters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-04-231-1/+1
| | | | | | | | Changelog: https://github.com/pywbem/pywbemtools/blob/master/docs/changes.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: upgrade 1.6.3 -> 1.7.2Wang Mingyu2024-04-231-1/+1
| | | | | | | | | Changelog: ========== Correct way to convert bytes to string if orjson exists. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-send2trash: upgrade 1.8.2 -> 1.8.3Wang Mingyu2024-04-171-2/+2
| | | | | | | | | | | | | Changelog: ========== -Add support for any iterable type as input -fix: Use os.fsdecode() for arguments to shutil.move() License-Update: file type of LICENSE changed to ASCII text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Increased minimum version of pywbem to 1.6.3 to pick up fixes -Fixed use of pytest.warns(None) -Resolved pylint issue on using max() -Test: Upgraded GitHub Actions plugins to use node.js 20 -Development: Fixed dependency issue with safety 3.0.0 by pinning it -Added RTD default config file -Test py27hang with subprocess32 package pywbemlistener py27 tests disabled (#1341) -Split safety run into separate make target and moved to end of test -Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0 -Fixed PyYAML install issue due to Cython 3 -Circumvented removal of Python 2.7 from setup-python -Set limit in requirements.txt to not use click-repl 0.3.0. -Added package level to .done files -Commits on May 28, 2023 -Add .safety-policy.yaml file. -Limits on use of urllib3 to < version 2.0. -Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: upgrade 1.6.2 -> 1.6.3Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ -Fixed new Pylint issue for unused variable 'exp_result' -Fixed use of pytest.warns(None) -Fixed pkgutil install issue on Python 3.12 -Test: Upgraded GitHub Actions plugins to use node.js 20 -Fixed call to pipdeptree -Added Python 3.6 / Windows / latest to normal tests -Pinned lxml to <4.9.4 on Python 3.5 on Windows -Added RTD default config file (#3083) -Split safety into separate make target and moved to end of test -Disable cyclic-import issue. -Update .safety_policy, dev-ramts, minimum_constraints.txt files. -Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: upgrade 3.9.1 -> 3.9.2Wang Mingyu2024-04-023-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0006-tweak-btrfs-packages.patch 0011-invoking-dd-with-infinite-timeout.patch refreshed for 3.9.2 Changelog: ========== -tests: Add a simple unit test for listing btrfs subvolumes -Fix getting default subvolume ID for mounted btrfs volumes -Do not try to get btrfs subvolumes without libblockdev -Do not raise not implemented exception when checking if btrfs is empty -Try to start stratisd before checking its availability -Fix creating Stratis filesystem without size specified -Fix printing the partition type UUID -Adjust check for btrfs filesystem being empty -Fix util.detect_virt on Amazon -misc: Vagrantfile update -misc: Run pip with --break-system-packages -misc: Add missing libmount build dependencies -availability: Check for mpath friendly names availability -Allow running blivet without libmount Python bindings -Fstab cleanup fix -Fix getting subvolumes for mounted btrfs volumes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: enable ptestalperak2024-03-262-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test_combined.py deleted because it is not a functional test. It checks if the 'combine' function work correctly which is parse README.rst and LICENSE. * Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON qemux86-64: Testsuite summary TOTAL: 21 PASS: 21 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 11 END: /usr/lib/python3-portalocker/ptest 2024-03-26T18:47 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 21 PASS: 21 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 11 END: /usr/lib/python3-portalocker/ptest 2024-03-26T18:52 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: upgrade 2.4.2 -> 2.5.0Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: https://github.com/storaged-project/blivet-gui/releases/tag/2.5.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: upgrade 3.8.2 -> 3.9.1Wang Mingyu2024-03-209-57/+33
| | | | | | | | | | | | | | | 0002-run_program-support-timeout.patch 0003-support-infinit-timeout.patch 0005-fix-incorrect-timeout-while-system-time-changed.patch 0006-tweak-btrfs-packages.patch 0007-invoking-mount-with-infinite-timeout.patch 0008-use-oe-variable-to-replace-hardcoded-dir.patch 0010-invoking-mkfs-with-infinite-timeout.patch 0011-invoking-dd-with-infinite-timeout.patch refreshed for 3.9.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATHalperak2024-03-093-6/+0
| | | | | | | All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-194-23/+23
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= - Broken parsing caused by `pyparsing` updates fixed. With this, the pydot project rises from the dead. - (Internal) CI Modernized and clarified the development process. - Reorganized package/module structure. - Reorganized exception hierarchy - API (minor): Renamed the first parameter of the parser functions - Test suite option '--no-check'. - Drop support for Python 2 and Python < 3.7. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: update to version 2.8.2Derek Straka2023-12-141-2/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.6.0 -> 13.7.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | Changelog: ============ -Adds missing parameters to Panel.fit -Some text goes missing during wrapping when it contains double width characters -Ensure font is correctly inherited in exported HTML -Fixed typing for FloatPrompt. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tuna: upgrade 0.18 -> 0.19alperak2023-11-111-1/+1
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: 2.3.0 -> 2.4.2Kai Kang2023-11-023-99/+5
| | | | | | | | | | | Update python3-blivetgui from 2.3.0 to 2.4.2 * drop patches that there are not needed any more * not set var `B` that out of source tree build is supported * inherit setuptools3 rather than setuptools3_legacy Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.4.3 -> 3.8.2Kai Kang2023-11-022-33/+4
| | | | | | | | | | | Update python3-blivet 3.4.3 to 3.8.2 * drop 0004-fix-new.roots-object-is-not-iterable.patch which is not needed any more * adjust indent as well Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-10-241-2/+0
| | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.5.3 -> 13.6.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Added Python 3.12 to classifiers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>