From 417184a2651f1ec47438923710c0305b9905b921797f20f5de1dd7c2248274b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Mar 2018 08:33:12 +0000 Subject: [PATCH] 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 --- msgpack-0.5.4.tar.gz | 3 --- msgpack-0.5.6.tar.gz | 3 +++ python-msgpack.changes | 12 ++++++++++++ python-msgpack.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 msgpack-0.5.4.tar.gz create mode 100644 msgpack-0.5.6.tar.gz diff --git a/msgpack-0.5.4.tar.gz b/msgpack-0.5.4.tar.gz deleted file mode 100644 index 9bdd3f7..0000000 --- a/msgpack-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00517e3d3a214b23ab8c892c85fbbb9a48130267a9dad6dce1bc1186855e938d -size 142763 diff --git a/msgpack-0.5.6.tar.gz b/msgpack-0.5.6.tar.gz new file mode 100644 index 0000000..a41f12a --- /dev/null +++ b/msgpack-0.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee8c8c85aa651be3aa0cd005b5931769eaa658c948ce79428766f1bd46ae2c3 +size 138292 diff --git a/python-msgpack.changes b/python-msgpack.changes index d55f55e..f35aa4c 100644 --- a/python-msgpack.changes +++ b/python-msgpack.changes @@ -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 diff --git a/python-msgpack.spec b/python-msgpack.spec index 6ad3aae..6b7f342 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -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