Dirk Mueller
e6620a25d0
Move to single spec python3 only and update to version 3.1.1. Required by python-yarl. OBS-URL: https://build.opensuse.org/request/show/510376 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=1
54 lines
1.9 KiB
Plaintext
54 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Jul 13 22:28:39 UTC 2017 - sean.marlow@suse.com
|
||
|
||
- Update to version 3.1.1:
|
||
- Fix #105: Remove memory leak in istr implementation
|
||
- Update to version 3.1.0:
|
||
- Fix #99: raise RuntimeError on dict iterations if the dict was changed
|
||
- Update __init__.pyi signatures
|
||
- Update to version 3.0.0:
|
||
- Refactor internal data structures: main dict operations are about 100% faster now.
|
||
- Preserve order on multidict updates #68 Updates are md[key] =
|
||
val and md.update(…) calls. Now the last entry is replaced with
|
||
new key/value pair, all previous occurrences are removed. If
|
||
key is not present in dictionary the pair is added to the end
|
||
- Force keys to str instances #88
|
||
- Implement .popall(key[, default]) #84
|
||
- .pop() removes only first occurence, .popone() added #92
|
||
- Implement dict’s version #86
|
||
- Proxies are not pickable anymore #77
|
||
- Update to version 2.1.7:
|
||
- Fix import warning on Python 3.6 #79
|
||
- Update to version 2.1.6:
|
||
- Rebuild the library for fixning missing __spec__ attribute #79
|
||
- Update to version 2.1.5:
|
||
- Build Python 3.6 binary wheels
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 13 21:19:20 UTC 2017 - sean.marlow@suse.com
|
||
|
||
- Move to single spec python3 only.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 18 15:09:11 UTC 2017 - jengelh@inai.de
|
||
|
||
- Description update
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 9 05:20:13 UTC 2017 - arun@gmx.de
|
||
|
||
- specfile:
|
||
* update copyright year
|
||
|
||
- update to version 2.1.4:
|
||
* Remove LICENSE filename extension @ MANIFEST.in file #31
|
||
|
||
- changes from version 2.1.3 :
|
||
* Add a fastpath for multidict extending by multidict
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 25 16:48:26 UTC 2016 - arun@gmx.de
|
||
|
||
- initial version
|
||
|