aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
AgeCommit message (Collapse)Author
7 dayspython3-send2trash: upgrade 1.8.2 -> 1.8.3Wang Mingyu
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>
2024-04-02python3-pywbemtools: upgrade 1.2.0 -> 1.2.1Wang Mingyu
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>
2024-04-02python3-pywbem: upgrade 1.6.2 -> 1.6.3Wang Mingyu
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>
2024-04-02python3-blivet: upgrade 3.9.1 -> 3.9.2Wang Mingyu
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>
2024-03-26python3-portalocker: enable ptestalperak
* 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>
2024-03-20python3-blivetgui: upgrade 2.4.2 -> 2.5.0Wang Mingyu
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>
2024-03-20python3-blivet: upgrade 3.8.2 -> 3.9.1Wang Mingyu
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>
2024-03-09remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATHalperak
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>
2024-02-19meta-python: drop ${PYTHON_PN}Tim Orling
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>
2024-01-02python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu
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>
2023-12-14python3-portalocker: update to version 2.8.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21python3-rich: upgrade 13.6.0 -> 13.7.0Wang Mingyu
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>
2023-11-11tuna: upgrade 0.18 -> 0.19alperak
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02python3-blivetgui: 2.3.0 -> 2.4.2Kai Kang
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>
2023-11-02python3-blivet: 3.4.3 -> 3.8.2Kai Kang
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>
2023-10-24meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie
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>
2023-10-23python3-rich: upgrade 13.5.3 -> 13.6.0Wang Mingyu
Changelog: Added Python 3.12 to classifiers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23python3-pyephem: upgrade 4.1.4 -> 4.1.5Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20python3-rich: upgrade 13.5.2 -> 13.5.3Wang Mingyu
Changelog: =========== Markdown table rendering issue with inline styles and links Fix Markdown code blocks on a light background Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-07python3-blivetgui: switch from master to mainChen Qi
Switch to main branch to avoid do_fetch failure. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26python3-pywbem: upgrade 1.6.1 -> 1.6.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16python3-rich: upgrade 13.4.2 -> 13.5.2Wang Mingyu
Changelog: ============ Fixed -------- Fixed Text.expand_tab assertion error Fix tilde character (~) not included in link regex when printing to console #3057 Fixed Text.expand_tabs not expanding spans. Fixed TimeElapsedColumn from showing negative. Fix for escaping strings with a trailing backslash #2987 Fixed exception in Markdown with partial table #3053 Fixed the HTML export template so that the <html> tag comes before the <head> tag #3021 Fixed issue with custom classes overwriting __eq__ #2875 Fix rich.pretty.install breakage in iPython #3013 Added -------- Added Text.extend_style method. Added Span.extend method. Changed ---------- Text.tab_size now defaults to None to indicate that Console.tab_size should be used. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25python3-send2trash: upgrade 1.8.0 -> 1.8.2Trevor Gamblin
- Update build backend since they use a pyproject.toml file now. - Add python3-io to RDEPENDS so that the module can be imported. Changelog (https://github.com/arsenetar/send2trash/releases): 1.8.2 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) - win/legacy: tiny logic simplification by @BoboTiG in #77 - TravisCI is not used anymore by @sobolevn in #73 - fix(ci): Update to latest actions, fix python versions by @arsenetar in #78 1.8.1b0 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24python3-pywbem: add missing run-time dependenciesBartosz Golaszewski
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24python3-pywbem: order RDEPENDS alphabeticallyBartosz Golaszewski
Order run-time dependencies for clarity. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24python3-pywbem: don't use PYTHON_PNBartosz Golaszewski
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24python3-pywbem: drop unneeded class from RDEPENDSBartosz Golaszewski
The native package has the same dependencies. Even if normally they are satisfied by python3-native, we should still use a global RDEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24python3-pywbemtools: remove build-time dependenciesBartosz Golaszewski
None of these are required at build-time. Remove them. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21*.patch: add Upstream-Status to all patchesMartin Jansa
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19python3-rich: upgrade 13.4.1 -> 13.4.2Wang Mingyu
Changelog: ========== Relaxed markdown-it-py dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14python3-pykickstart: upgrade 3.47 -> 3.48Wang Mingyu
Changelog: =========== displaymode: Update description to describe behavior network: Move new options to Fedora 39 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06python3-cson: fix run-time dependenciesBartosz Golaszewski
Add the missing run-time dependency on python3-json. As a result we no longer need to pull python3 native and can drop other *DEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06python3-send2trash: add missing run-time dependenciesBartosz Golaszewski
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06python3-pyparted: add missing run-time dependenciesBartosz Golaszewski
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05python3-rich: upgrade 13.3.5 -> 13.4.1Wang Mingyu
Changelog: ============ Fixed typing extensions import in markdown #2979 Added support for tables in Markdown #2977 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26python3-blivetgui: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08python3-rich: upgrade 13.3.4 -> 13.3.5Wang Mingyu
Changelog: Fixed italic indent guides in SVG ouput Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17python3-rich: upgrade 13.3.3 -> 13.3.4Wang Mingyu
Changelog: Fixed for is_terminal ignoring FORCE_COLOR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05python3-rich: upgrade 13.3.2 -> 13.3.3Wang Mingyu
Changelog: Added Style.clear_meta_and_links Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05python3-pywbemtools: upgrade 1.1.1 -> 1.2.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22python3-pykickstart: upgrade 3.45 -> 3.47Wang Mingyu
Changelog: ========== displaymode: Update description to describe behavior network: Move new options to Fedora 39 Add conflict test between ostree sources Fix missing seen check for output generation Add new ostreecontainer command Check the conflicting commands automatically Fix tests for conflicting commands Add conflicting commands support Fix handling of package section arguments in older versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17python3-pykickstart: upgrade 3.44 -> 3.45Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-09python3-pywbem: upgrade 1.6.0 -> 1.6.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-09python3-rich: add recipeYi Zhao
Rich is a Python library for rich text and beautiful formatting in the terminal. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-27python3-pykickstart: upgrade 3.43 -> 3.44Wang Mingyu
Changelog: ========= Remove the auth and authconfig commands The parse method is expected to return a value tests: unittest isn't used in handle_unicode anymore Add RHEL 9 handler Resolves: rhbz#1966730 Add RHEL 9 version for commands that had a RHEL version in the past Add RHEL 9 version for BTRFS related commands Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-24.patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa
from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12python3-pywbem: upgrade 1.5.0 -> 1.6.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12python3-pykickstart: upgrade 3.34 -> 3.43Wang Mingyu
0001-support-authentication-for-kickstart.patch 0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch 0004-load.py-retry-to-invoke-request-with-timeout.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-09python3-cson: Make PEP440 compatible version schemeKhem Raj
- Update to latest tip of trunk - Fix build with latest setuptools Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08python3-portalocker: upgrade 2.6.0 -> 2.7.0Wang Mingyu
Added fail_when_locked=False support to BoundedSemaphore. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>