Changelog for
python310-multidict-6.0.2-1.1.x86_64.rpm :
* Thu Feb 24 2022 Adrian Schröter
- update to 6.0.2: - Use ``METH_FASTCALL`` where it makes sense. ``MultiDict.add()`` is 2.2 times faster now, ``CIMultiDict.add()`` is 1.5 times faster. The same boost is applied to ``get
*()``, ``setdefault()``, and ``pop
*()`` methods. (:issue:`681`) - Fixed type annotations for keys of multidict mapping classes. (:issue:`644`) - Support Multidict[int] for pure-python version. ``__class_getitem__`` is already provided by C Extension, making it work with the pure-extension too. (:issue:`678`) - Dropped Python 3.6 support (:issue:`680`)
* Sun Dec 20 2020 Dirk Müller - update to 5.1.0: - Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+ `#553 `_
* Sat Nov 21 2020 John Vandenberg - Update to v5.0.2
* No runtime changes
* Thu Sep 17 2020 Dirk Mueller - update to 4.7.6:
* Fixed an issue with some versions of the ``wheel`` dist failing because of being unable to detect the license file.
* Fri Mar 13 2020 Tomáš Chvátal - Fix fdupes call
* Mon Mar 09 2020 Tomáš Chvátal - Update to 4.7.5:
* various fixes for python 3.8 support
* Wed May 29 2019 Marketa Calabkova - update to 4.5.2
* Multidict views ported from Cython to C extension 4.4.
*
* Restore Python 3.4 support
* Rewrite C implementation to use C pair list.
* Fix update order when both arg and kwargs are used.
* Thu Mar 07 2019 Tomáš Chvátal - Fix fdupes macro expansion
* Mon Sep 03 2018 Hans-Peter Jansen - don\'t depend on a certain python devel package, avoids: nothing provides python2-devel >= 3.4.1 such a version will never exist!
* Wed Aug 29 2018 tchvatalAATTsuse.com- Update to 4.3.1:
* No obvious changelog
* Tue Apr 17 2018 tchvatalAATTsuse.com- Enable testsuite
* Tue Apr 17 2018 arunAATTgmx.de- update to version 4.2.0:
* Publish py.typed flag for type hinting analyzers (mypy etc).
* Sat Feb 10 2018 arunAATTgmx.de- update to version 4.1.0:
* Fix key casing in Pure Python implementation of CIMultiDict (PR [#202])
* Wed Jan 17 2018 arunAATTgmx.de- specfile:
* update copyright year
* CHANGES.rst -> docs/changes.rst- update to version 4.0.0:
* Accept multiple keys in MultiDict.update() and CIMultiDict.update() (PR #199)