summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-multidict: Upgrade 6.5.0 -> 6.5.1Leon Anavi2025-06-261-21/+0
| | | | | | | | | | | | | | | | Upgrade to release 6.5.1: - Fixed a bug in C implementation when multidict is resized and it has deleted slots. - A pair of code formatters for Python and C have been configured in the pre-commit tool. - Shorted fixture parametrization ids. - The :file:reusable-cibuildwheel.yml workflow has been refactored to be more generic and :file:ci-cd.yml now holds all the configuration toggles Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: fix: update S for python3-multidict recipeTom Geelen2025-06-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Upgrade 6.4.4 -> 6.5.0Leon Anavi2025-06-251-0/+21
Upgrade to release 6.5.0: - Replace internal implementation from an array of items to hash table. algorithmic complexity for lookups is switched from O(N) to O(1). - Builds have been added for arm64 Windows wheels and the reusable-build-wheel.yml template has been modified to allow for an os value (windows-11-arm) which does not end with the -latest postfix. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>