diff --git a/python-u-msgpack-python.changes b/python-u-msgpack-python.changes index 8674a8b..c1126a6 100644 --- a/python-u-msgpack-python.changes +++ b/python-u-msgpack-python.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 23 12:18:09 UTC 2020 - Marketa Calabkova + +- update to 2.6.0 + * Add `use_tuple` option to unpacking functions for unpacking MessagePack arrays into tuples. + * Add `ext_serializable()` decorator for registration of application classes with Ext types for automatic packing and unpacking. + ------------------------------------------------------------------- Mon Oct 14 14:48:47 UTC 2019 - Matej Cepl diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec index 75976f8..1406ea1 100644 --- a/python-u-msgpack-python.spec +++ b/python-u-msgpack-python.spec @@ -1,7 +1,7 @@ # # spec file for package python-u-msgpack-python # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-u-msgpack-python -Version: 2.5.2 +Version: 2.6.0 Release: 0 Summary: A MessagePack serializer and deserializer License: MIT diff --git a/u-msgpack-python-2.5.2.tar.gz b/u-msgpack-python-2.5.2.tar.gz deleted file mode 100644 index b733ba7..0000000 --- a/u-msgpack-python-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0 -size 17641 diff --git a/u-msgpack-python-2.6.0.tar.gz b/u-msgpack-python-2.6.0.tar.gz new file mode 100644 index 0000000..0d83c8e --- /dev/null +++ b/u-msgpack-python-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c +size 19911