summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pywbemtools: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-04-021-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-18/+18
| | | | | | | 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-pywbemtools: remove build-time dependenciesBartosz Golaszewski2023-06-241-7/+0
| | | | | | | 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>
* python3-pywbemtools: upgrade 1.1.1 -> 1.2.0Wang Mingyu2023-04-051-0/+39
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>