Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-u-msgpack-python for 
openSUSE:Factory checked in at 2022-12-04 14:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-u-msgpack-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-u-msgpack-python"

Sun Dec  4 14:57:46 2022 rev:11 rq:1039743 version:2.7.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-u-msgpack-python/python-u-msgpack-python.changes
  2022-10-12 18:22:31.685340176 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.1835/python-u-msgpack-python.changes
        2022-12-04 14:57:57.568133763 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 02:28:17 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to version 2.7.2 
+  * Fix hex formatting of data bytes in Ext string representation.
+
+-------------------------------------------------------------------

Old:
----
  u-msgpack-python-2.7.1.tar.gz

New:
----
  u-msgpack-python-2.7.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-u-msgpack-python.spec ++++++
--- /var/tmp/diff_new_pack.teZcFL/_old  2022-12-04 14:57:58.148137105 +0100
+++ /var/tmp/diff_new_pack.teZcFL/_new  2022-12-04 14:57:58.152137128 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-u-msgpack-python
-Version:        2.7.1
+Version:        2.7.2
 Release:        0
 Summary:        A MessagePack serializer and deserializer
 License:        MIT

++++++ u-msgpack-python-2.7.1.tar.gz -> u-msgpack-python-2.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/LICENSE 
new/u-msgpack-python-2.7.2/LICENSE
--- old/u-msgpack-python-2.7.1/LICENSE  2020-04-25 10:31:46.000000000 +0200
+++ new/u-msgpack-python-2.7.2/LICENSE  2022-11-08 07:02:37.000000000 +0100
@@ -1,4 +1,4 @@
- Copyright (c) 2013-2020 vsergeev / Ivan (Vanya) A. Sergeev
+ Copyright (c) 2013-2022 vsergeev / Ivan (Vanya) A. Sergeev
 
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/PKG-INFO 
new/u-msgpack-python-2.7.2/PKG-INFO
--- old/u-msgpack-python-2.7.1/PKG-INFO 2020-10-25 04:53:11.778906000 +0100
+++ new/u-msgpack-python-2.7.2/PKG-INFO 2022-11-08 07:14:14.205145800 +0100
@@ -1,14 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: u-msgpack-python
-Version: 2.7.1
+Version: 2.7.2
 Summary: A portable, lightweight MessagePack serializer and deserializer 
written in pure Python.
 Home-page: https://github.com/vsergeev/u-msgpack-python
 Author: vsergeev
 Author-email: v...@sergeev.io
 License: MIT
-Description: u-msgpack-python is a lightweight `MessagePack 
<http://msgpack.org/>`_ 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 
<https://github.com/msgpack/msgpack/blob/master/spec.md>`_. In particular, it 
supports the new binary, UTF-8 string, and application-defined ext types. See 
https://github.com/vsergeev/u-msgpack-python for more information.
 Keywords: msgpack serialization deserialization
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
@@ -17,3 +15,6 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
+License-File: LICENSE
+
+u-msgpack-python is a lightweight `MessagePack <http://msgpack.org/>`_ 
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 
<https://github.com/msgpack/msgpack/blob/master/spec.md>`_. In particular, it 
supports the new binary, UTF-8 string, and application-defined ext types. See 
https://github.com/vsergeev/u-msgpack-python for more information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/README.md 
new/u-msgpack-python-2.7.2/README.md
--- old/u-msgpack-python-2.7.1/README.md        2020-10-25 04:08:04.000000000 
+0100
+++ new/u-msgpack-python-2.7.2/README.md        2022-11-08 07:07:34.000000000 
+0100
@@ -1,4 +1,4 @@
-# u-msgpack-python [![Build 
Status](https://travis-ci.org/vsergeev/u-msgpack-python.svg?branch=master)](https://travis-ci.org/vsergeev/u-msgpack-python)
 [![GitHub 
release](https://img.shields.io/github/release/vsergeev/u-msgpack-python.svg?maxAge=7200)](https://github.com/vsergeev/u-msgpack-python)
 
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vsergeev/u-msgpack-python/blob/master/LICENSE)
+# u-msgpack-python [![Build 
Status](https://app.travis-ci.com/vsergeev/u-msgpack-python.svg?branch=master)](https://app.travis-ci.com/github/vsergeev/u-msgpack-python)
 [![GitHub 
release](https://img.shields.io/github/release/vsergeev/u-msgpack-python.svg?maxAge=7200)](https://github.com/vsergeev/u-msgpack-python)
 
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vsergeev/u-msgpack-python/blob/master/LICENSE)
 
 u-msgpack-python is a lightweight [MessagePack](http://msgpack.org/) 
serializer and deserializer module written in pure Python, compatible with both 
Python 2 and 3, as well CPython and PyPy implementations of Python. 
u-msgpack-python is fully compliant with the latest [MessagePack 
specification](https://github.com/msgpack/msgpack/blob/master/spec.md). In 
particular, it supports the new binary, UTF-8 string, application-defined ext, 
and timestamp types.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/setup.cfg 
new/u-msgpack-python-2.7.2/setup.cfg
--- old/u-msgpack-python-2.7.1/setup.cfg        2020-10-25 04:53:11.778906000 
+0100
+++ new/u-msgpack-python-2.7.2/setup.cfg        2022-11-08 07:14:14.205145800 
+0100
@@ -1,5 +1,5 @@
 [metadata]
-description-file = README.md
+description_file = README.md
 
 [bdist_wheel]
 universal = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/setup.py 
new/u-msgpack-python-2.7.2/setup.py
--- old/u-msgpack-python-2.7.1/setup.py 2020-10-25 04:50:17.000000000 +0100
+++ new/u-msgpack-python-2.7.2/setup.py 2022-11-08 07:07:34.000000000 +0100
@@ -5,7 +5,7 @@
 
 setup(
     name='u-msgpack-python',
-    version='2.7.1',
+    version='2.7.2',
     description='A portable, lightweight MessagePack serializer and 
deserializer written in pure Python.',
     author='vsergeev',
     author_email='v...@sergeev.io',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/u-msgpack-python-2.7.1/u_msgpack_python.egg-info/PKG-INFO 
new/u-msgpack-python-2.7.2/u_msgpack_python.egg-info/PKG-INFO
--- old/u-msgpack-python-2.7.1/u_msgpack_python.egg-info/PKG-INFO       
2020-10-25 04:53:11.000000000 +0100
+++ new/u-msgpack-python-2.7.2/u_msgpack_python.egg-info/PKG-INFO       
2022-11-08 07:14:14.000000000 +0100
@@ -1,14 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: u-msgpack-python
-Version: 2.7.1
+Version: 2.7.2
 Summary: A portable, lightweight MessagePack serializer and deserializer 
written in pure Python.
 Home-page: https://github.com/vsergeev/u-msgpack-python
 Author: vsergeev
 Author-email: v...@sergeev.io
 License: MIT
-Description: u-msgpack-python is a lightweight `MessagePack 
<http://msgpack.org/>`_ 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 
<https://github.com/msgpack/msgpack/blob/master/spec.md>`_. In particular, it 
supports the new binary, UTF-8 string, and application-defined ext types. See 
https://github.com/vsergeev/u-msgpack-python for more information.
 Keywords: msgpack serialization deserialization
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
@@ -17,3 +15,6 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
+License-File: LICENSE
+
+u-msgpack-python is a lightweight `MessagePack <http://msgpack.org/>`_ 
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 
<https://github.com/msgpack/msgpack/blob/master/spec.md>`_. In particular, it 
supports the new binary, UTF-8 string, and application-defined ext types. See 
https://github.com/vsergeev/u-msgpack-python for more information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.7.1/umsgpack.py 
new/u-msgpack-python-2.7.2/umsgpack.py
--- old/u-msgpack-python-2.7.1/umsgpack.py      2020-10-25 04:50:17.000000000 
+0100
+++ new/u-msgpack-python-2.7.2/umsgpack.py      2022-11-08 07:07:34.000000000 
+0100
@@ -1,4 +1,4 @@
-# u-msgpack-python v2.7.1 - v at sergeev.io
+# u-msgpack-python v2.7.2 - v at sergeev.io
 # https://github.com/vsergeev/u-msgpack-python
 #
 # u-msgpack-python is a lightweight MessagePack serializer and deserializer
@@ -10,7 +10,7 @@
 #
 # MIT License
 #
-# Copyright (c) 2013-2020 vsergeev / Ivan (Vanya) A. Sergeev
+# Copyright (c) 2013-2022 vsergeev / Ivan (Vanya) A. Sergeev
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@
 # THE SOFTWARE.
 #
 """
-u-msgpack-python v2.7.1 - v at sergeev.io
+u-msgpack-python v2.7.2 - v at sergeev.io
 https://github.com/vsergeev/u-msgpack-python
 
 u-msgpack-python is a lightweight MessagePack serializer and deserializer
@@ -54,10 +54,10 @@
 else:
     from collections import Hashable
 
-__version__ = "2.7.1"
+__version__ = "2.7.2"
 "Module version string"
 
-version = (2, 7, 1)
+version = (2, 7, 2)
 "Module version tuple"
 
 
@@ -128,7 +128,7 @@
         String representation of this Ext object.
         """
         s = "Ext Object (Type: {:d}, Data: ".format(self.type)
-        s += " ".join(["0x{:02}".format(ord(self.data[i:i + 1]))
+        s += " ".join(["0x{:02x}".format(ord(self.data[i:i + 1]))
                        for i in xrange(min(len(self.data), 8))])
         if len(self.data) > 8:
             s += " ..."

Reply via email to