summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-nocasedict: upgrade 2.0.1 -> 2.0.3Wang Mingyu2024-05-191-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: ============= - Docs: Added Python 3.12 to the supported versions in the package metadata. - Docs: Updated the README file with the changes from the introduction section w.r.t. Python 2 and limitations. - Dev: Fixed flake8 issue about comparing types in test code. - Fixed safety issues up to 2024-05-05. No changes in package dependencies. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. - Docs: Converted README file from RST to MarkDown to fix badge alignment issue - Dev: Added missing dependency to minimum-constraints.txt to several make targets that used it with PACKAGE_LEVEL=minimum. 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-1/+1
| | | | | | | 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-nocasedict: upgrade 2.0.0 -> 2.0.1Wang Mingyu2023-05-081-0/+12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>