Hello community,

here is the log from the commit of package python-u-msgpack-python for 
openSUSE:Factory checked in at 2019-09-23 12:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-u-msgpack-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-u-msgpack-python"

Mon Sep 23 12:03:25 2019 rev:7 rq:729744 version:2.5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-u-msgpack-python/python-u-msgpack-python.changes
  2019-04-19 18:36:43.599058483 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.7948/python-u-msgpack-python.changes
        2019-09-23 12:03:26.621944667 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 09:37:29 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.5.2:
+  * python 3.8 support
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-u-msgpack-python.spec ++++++
--- /var/tmp/diff_new_pack.YehSpF/_old  2019-09-23 12:03:28.169944412 +0200
+++ /var/tmp/diff_new_pack.YehSpF/_new  2019-09-23 12:03:28.169944412 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-u-msgpack-python
-Version:        2.5.1
+Version:        2.5.2
 Release:        0
 Summary:        A MessagePack serializer and deserializer
 License:        MIT

++++++ u-msgpack-python-2.5.1.tar.gz -> u-msgpack-python-2.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.5.1/PKG-INFO 
new/u-msgpack-python-2.5.2/PKG-INFO
--- old/u-msgpack-python-2.5.1/PKG-INFO 2019-03-05 01:37:45.000000000 +0100
+++ new/u-msgpack-python-2.5.2/PKG-INFO 2019-08-15 09:21:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: u-msgpack-python
-Version: 2.5.1
+Version: 2.5.2
 Summary: A portable, lightweight MessagePack serializer and deserializer 
written in pure Python.
 Home-page: https://github.com/vsergeev/u-msgpack-python
 Author: vsergeev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.5.1/setup.py 
new/u-msgpack-python-2.5.2/setup.py
--- old/u-msgpack-python-2.5.1/setup.py 2019-03-04 03:10:56.000000000 +0100
+++ new/u-msgpack-python-2.5.2/setup.py 2019-08-15 09:18:51.000000000 +0200
@@ -5,7 +5,7 @@
 
 setup(
     name='u-msgpack-python',
-    version='2.5.1',
+    version='2.5.2',
     description='A portable, lightweight MessagePack serializer and 
deserializer written in pure Python.',
     author='vsergeev',
     author_email='[email protected]',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.5.1/test_umsgpack.py 
new/u-msgpack-python-2.5.2/test_umsgpack.py
--- old/u-msgpack-python-2.5.1/test_umsgpack.py 2019-03-04 03:10:56.000000000 
+0100
+++ new/u-msgpack-python-2.5.2/test_umsgpack.py 2019-08-15 09:18:40.000000000 
+0200
@@ -609,7 +609,7 @@
                                     dir(umsgpack)))
         # Ignore imports
         exported_vars = list(filter(lambda x: x != "struct" and x != 
"collections" and x != "datetime" and x !=
-                                    "sys" and x != "io" and x != "xrange", 
exported_vars))
+                                    "sys" and x != "io" and x != "xrange" and 
x != "Hashable", exported_vars))
 
         self.assertTrue(len(exported_vars) == len(exported_vars_test_vector))
         for var in exported_vars_test_vector:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/u-msgpack-python-2.5.1/u_msgpack_python.egg-info/PKG-INFO 
new/u-msgpack-python-2.5.2/u_msgpack_python.egg-info/PKG-INFO
--- old/u-msgpack-python-2.5.1/u_msgpack_python.egg-info/PKG-INFO       
2019-03-05 01:37:45.000000000 +0100
+++ new/u-msgpack-python-2.5.2/u_msgpack_python.egg-info/PKG-INFO       
2019-08-15 09:21:15.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: u-msgpack-python
-Version: 2.5.1
+Version: 2.5.2
 Summary: A portable, lightweight MessagePack serializer and deserializer 
written in pure Python.
 Home-page: https://github.com/vsergeev/u-msgpack-python
 Author: vsergeev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/u-msgpack-python-2.5.1/umsgpack.py 
new/u-msgpack-python-2.5.2/umsgpack.py
--- old/u-msgpack-python-2.5.1/umsgpack.py      2019-03-04 03:10:56.000000000 
+0100
+++ new/u-msgpack-python-2.5.2/umsgpack.py      2019-08-15 09:18:51.000000000 
+0200
@@ -1,4 +1,4 @@
-# u-msgpack-python v2.5.1 - v at sergeev.io
+# u-msgpack-python v2.5.2 - v at sergeev.io
 # https://github.com/vsergeev/u-msgpack-python
 #
 # u-msgpack-python is a lightweight MessagePack serializer and deserializer
@@ -31,7 +31,7 @@
 # THE SOFTWARE.
 #
 """
-u-msgpack-python v2.5.1 - v at sergeev.io
+u-msgpack-python v2.5.2 - v at sergeev.io
 https://github.com/vsergeev/u-msgpack-python
 
 u-msgpack-python is a lightweight MessagePack serializer and deserializer
@@ -49,10 +49,15 @@
 import sys
 import io
 
-__version__ = "2.5.1"
+if sys.version_info[0:2] >= (3, 3):
+    from collections.abc import Hashable
+else:
+    from collections import Hashable
+
+__version__ = "2.5.2"
 "Module version string"
 
-version = (2, 5, 1)
+version = (2, 5, 2)
 "Module version tuple"
 
 
@@ -835,7 +840,7 @@
         if isinstance(k, list):
             # Attempt to convert list into a hashable tuple
             k = _deep_list_to_tuple(k)
-        elif not isinstance(k, collections.Hashable):
+        elif not isinstance(k, Hashable):
             raise UnhashableKeyException(
                 "encountered unhashable key: %s, %s" % (str(k), str(type(k))))
         elif k in d:


Reply via email to