summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-multidict: upgrade 6.2.0 -> 6.3.2Wang Mingyu2025-04-071-20/+0
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Add missing rdep on python3-pytest-codspeed for ptestsKhem Raj2025-03-201-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Upgrade 6.1.0 -> 6.2.0Leon Anavi2025-03-191-0/+19
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>