From 53c856a71da2b924dc09e93a833dc0ba31c26701f2ebc17c506220469b5ea49c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 4 Apr 2018 04:50:14 +0000 Subject: [PATCH] Accepting request 593345 from home:jengelh:branches:devel:languages:python - Ensure neutrality and time-agnosticness of description. OBS-URL: https://build.opensuse.org/request/show/593345 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-u-msgpack-python?expand=0&rev=9 --- python-u-msgpack-python.changes | 5 +++++ python-u-msgpack-python.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-u-msgpack-python.changes b/python-u-msgpack-python.changes index b3d7281..cb76df3 100644 --- a/python-u-msgpack-python.changes +++ b/python-u-msgpack-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 3 23:19:39 UTC 2018 - jengelh@inai.de + +- Ensure neutrality and time-agnosticness of description. + ------------------------------------------------------------------- Sun Apr 1 22:14:43 UTC 2018 - arun@gmx.de diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec index 4c8cd2c..7e5d377 100644 --- a/python-u-msgpack-python.spec +++ b/python-u-msgpack-python.spec @@ -20,7 +20,7 @@ Name: python-u-msgpack-python Version: 2.5.0 Release: 0 -Summary: A portable, lightweight MessagePack serializer and deserializer +Summary: A MessagePack serializer and deserializer License: MIT Group: Development/Languages/Python URL: https://github.com/vsergeev/u-msgpack-python @@ -33,12 +33,12 @@ BuildArch: noarch %python_subpackages %description -u-msgpack-python is a lightweight MessagePack serializer and -deserializer module written in pure Python, compatible with both -Python 2 and Python 3, as well as CPython and PyPy implementations of -Python. u-msgpack-python is fully compliant with the latest -MessagePack specification. In particular, it supports the new binary, -UTF-8 string, and application-defined ext types. +u-msgpack-python is a MessagePack serializer and +deserializer module written in pure Python, compatible with +Python 2, Python 3, in both the CPython and PyPy implementations of +Python. u-msgpack-python is fully compliant with the MessagePack +2017-09-17 specification. In particular, it supports the binary, +UTF-8 string, and application-defined extended types. %prep %setup -q -n u-msgpack-python-%{version}