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

BIN
msgpack-0.5.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

View File

@ -21,7 +21,7 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-msgpack
Version: 0.5.4
Version: 0.5.6
Release: 0
Summary: MessagePack (de)serializer
License: Apache-2.0