diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-01-24 18:01:19 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 08:57:42 -0800 | 
| commit | 78b74ed90c3326f7394dacd98ad823b969b22ff1 (patch) | |
| tree | 83d771c264fae989ccfb21f5404439920795f515 /meta-python/recipes-devtools/python | |
| parent | d11c3b828f37e20a8b663a7f26d7896d1150aa18 (diff) | |
| download | meta-openembedded-78b74ed90c3326f7394dacd98ad823b969b22ff1.tar.gz | |
python3-nocasedict: Upgrade 1.0.4 -> 1.1.0
Upgrade to release 1.1.0:
- The default casefolding method on Python 3 was changed from
  str.lower() to str.casefold(). This changes the matching of the
  case-insensitive keys. This shold normally be an improvement,
  but in case you find that you are negatively affected by this
  change, you can go back to the str.lower() method by overriding
  the NocaseDict.__casefold__() method with a method that calls
  str.lower().
- Added support for Python 3.11.
- Changed the default casefolding method on Python 3 to be
  str.casefold() in order to improve Unicode support. On Python 2,
  it remains str.lower(). Added support for user-defined
  casefolding.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nocasedict_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.1.0.bb index 006799c8bf..319598e3b2 100644 --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.1.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pywbem/nocasedict" | |||
| 3 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" | 
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | 
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "7c111da4cefd244433cb63377aff081a40f84bddae9e6f376c67f086c0f806da" | 6 | SRC_URI[sha256sum] = "ac551de692be6aea5b43ac3f2c33780df940013ac6dd0718fb552c8b560ba661" | 
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 | 
| 9 | 9 | ||
