diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-04-14 10:00:06 +0800 |
|---|---|---|
| committer | Trevor Gamblin <tvgamblin@gmail.com> | 2022-04-17 16:46:15 +0000 |
| commit | 1805056eb831ec2c7d3c9f1db7de26ef41db796f (patch) | |
| tree | 96e688d431af852f4ed72c2dfbfe9421e6f2fefc /meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb | |
| parent | e95728476b132ef7d755cf860ad9c3011eed0550 (diff) | |
| download | meta-openembedded-1805056eb831ec2c7d3c9f1db7de26ef41db796f.tar.gz | |
python3-nocasedict: upgrade 1.0.2 -> 1.0.3
License-Update: type of file changed
"ASCII text, with CRLF line terminators" -> "ASCII text"
changelog:
===============================================================================
Bug fixes:
-Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 .
-Fixed issues raised by new Pylint 2.9 and 2.10.
-Fixed a dependency error that caused importlib-metadata to be installed on
Python 3.8, while it is included in the Python base.
-Disabled new Pylint issue 'consider-using-f-string', since f-strings were
introduced only in Python 3.6.
-Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of
MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
-Fixed potential issue with Sphinx/docutils versions on Python 2.7.
-Fixed error when installing virtualenv in install test on Python 2.7.
-Fixed that the added setup.py commands (test, leaktest, installtest) were not
displayed. They are now displayed at verbosity level 1 (using '-v').
Enhancements:
-Enhanced test matrix on GitHub Actions to always include Python 2.7 and
Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
-Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in
package metadata.
Cleanup:
-Removed old tools that were needed for travis and Appveyor but no longer on
GitHub Actions: remove_duplicate_setuptools.py, retry.bat
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb new file mode 100644 index 0000000000..a47c4a455f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | ||
| 2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
