meta-openembedded/meta-python/recipes-devtools
Leon Anavi 78b74ed90c 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>
2023-01-25 08:57:42 -08:00
..
gyp
python python3-nocasedict: Upgrade 1.0.4 -> 1.1.0 2023-01-25 08:57:42 -08:00
python-jsonref python3-jsonref: upgrade 0.3.0 -> 1.0.1 2022-11-09 10:17:15 -08:00
python3-attrdict3 python3-attrdict3: add recipe with version 2.0.2 2022-11-23 08:25:30 -08:00
python3-reedsolo python3-reedsolo: Add recipe 2023-01-11 08:37:18 -08:00
python3-wxgtk4 python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabled 2022-12-27 09:55:19 -08:00