14
0

Accepting request 706294 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/706294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-05-29 12:47:14 +00:00
committed by Git OBS Bridge
parent 13da2042c5
commit 0095b9fd3e
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 29 12:28:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 7 11:26:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>