- 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5bf89fe57f702a046c7ec718fe330ed50efd4bcf74722940db2eb0919cddb1c
size 53309

3
multidict-5.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5
size 53685

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>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-multidict
Version: 5.0.2
Version: 5.1.0
Release: 0
Summary: Multidict implementation
License: Apache-2.0