summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pywbem: upgrade 1.6.2 -> 1.6.3Wang Mingyu2024-04-021-51/+0
| | | | | | | | | | | | | | | | | | | | 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>
* 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-pywbem: upgrade 1.6.1 -> 1.6.2Wang Mingyu2023-08-261-0/+53
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>