15
0

Accepting request 822383 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/822383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-u-msgpack-python?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-07-23 13:21:31 +00:00
committed by Git OBS Bridge
parent 93e467bc6e
commit 7518d01224
4 changed files with 12 additions and 5 deletions

View File

@@ -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