14
0

Accepting request 581846 from home:alarrosa:branches:devel:languages:python

- Update to version 0.5.6
  * Fix fallback.Unpacker.feed() dropped unused data from buffer
  * Resurrect fallback.unpack() and _unpacker.unpack(). They were
    removed at 0.5.5 but it breaks backward compatibility.
- Update to version 0.5.5
  * Fix memory leak in pure Python Unpacker.feed()
  * Fix unpack() didn't support raw option

OBS-URL: https://build.opensuse.org/request/show/581846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2018-03-02 08:33:12 +00:00
committed by Git OBS Bridge
parent e3ddd4dfd0
commit 417184a265
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 1 22:15:34 UTC 2018 - alarrosa@suse.com
- Update to version 0.5.6
* Fix fallback.Unpacker.feed() dropped unused data from buffer
* Resurrect fallback.unpack() and _unpacker.unpack(). They were
removed at 0.5.5 but it breaks backward compatibility.
- Update to version 0.5.5
* Fix memory leak in pure Python Unpacker.feed()
* Fix unpack() didn't support raw option
-------------------------------------------------------------------
Mon Feb 26 12:33:08 UTC 2018 - alarrosa@suse.com