summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-multidict: Upgrade 6.1.0 -> 6.2.0Leon Anavi2025-03-191-19/+0
| | | | | | | | | | | | | | | | | Upgrade to release 6.2.0: - Fixed in checks throwing an exception instead of returning :data:`False` when testing non-strings. - Fix a leak when the last accessed module in PyInit__multidict init is not released. - Implemented support for the free-threaded build of CPython 3.13 - Started publishing wheels made for the free-threaded build of CPython 3.13 - Used stricter typing across the code base, resulting in improved typing accuracy across multidict classes. Funded by an NLnet grant. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-12/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Upgrade 6.0.5 -> 6.1.0Leon Anavi2024-10-091-0/+30
Upgrade to version 6.1.0: - Covered the unreachable code path in multidict._multidict_base._abc_itemsview_register() with typing - Added support for Python 3.13 - Removed Python 3.7 support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>