diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-14 16:15:31 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-15 09:28:34 -0700 |
| commit | a5a11b54b362ab1ea8afb150794bb1a61cd8faa4 (patch) | |
| tree | 3cae9db4b0e3b4a85ce34041c5385380fd425421 /meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb | |
| parent | 68cafa5a95d9ac0ff5ddc32e1dd4698c59099fef (diff) | |
| download | meta-openembedded-a5a11b54b362ab1ea8afb150794bb1a61cd8faa4.tar.gz | |
python3-nocasedict: Upgrade 0.5.0 -> 1.0.0
Upgrade to release 1.0.0 with the following bug fixes:
- Test: Fixed that the reversed test against the built-in dict
was attempted on Python 3.7, but the built-in dict became
reversible only in Python 3.8.
- Test: Fixed issue on pypy2 (Python 2.7) where the testcases for
update() passed keyword arguments that had integer-typed
argument names. That is supported by CPython 2.7 when passing
them as a kwargs dict, but not by pypy2. Removed these
testcases, because the support for that feature in CPython 2.7
is not part of the Python language.
- Docs: Fixed missing Python 2 only methods in RTD docs
- Pylint: Accomodated new ‘raise-missing-from’ check in Pylint
2.6.0.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb new file mode 100644 index 0000000000..dae1ebf30d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | ||
| 2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "14b405bf7ffe9d0f784aa9c3c39e277b" | ||
| 7 | SRC_URI[sha256sum] = "22840b434e40f20da6d2ccf0821baba54589e2476499b65420b6e4c2e669aa04" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
