Skip to content
Commit 62355ebd authored by James Hilliard's avatar James Hilliard Committed by Peter Korsgaard
Browse files

package/python-multidict: bump to version 4.7.5

Bugfix release, fixing a number of issues. From the CHANGES file:

- Fixed creating and updating of MultiDict from a sequence of pairs and
  keyword arguments.  Previously passing a list argument modified it
  inplace, and other sequences caused an error.
  https://github.com/aio-libs/multidict/issues/457

- Fixed comparing with mapping: an exception raised in the __len__ method caused raising a SyntaxError.
  https://github.com/aio-libs/multidict/issues/459

- Fixed comparing with mapping: all exceptions raised in the __getitem__
  method were silenced.
  https://github.com/aio-libs/multidict/issues/460

>

Signed-off-by: default avatarJames Hilliard <james.hilliard1@gmail.com>
[Peter: extend commit message]
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c7a9e2be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment