Accepting request 581923 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/581923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msgpack?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-03-02 20:12:36 +00:00 committed by Git OBS Bridge
commit 8ee6443ca1
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