14
0

- update to 5.1.0:

- Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
  `#553 <https://github.com/aio-libs/multidict/issues/553>`_

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=34
This commit is contained in:
2020-12-20 09:36:26 +00:00
committed by Git OBS Bridge
parent 6f5a37244e
commit 1d422adf83
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 20 09:35:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 5.1.0:
- Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
`#553 <https://github.com/aio-libs/multidict/issues/553>`_
-------------------------------------------------------------------
Sat Nov 21 10:47:36 UTC 2020 - John Vandenberg <jayvdb@gmail.com>