Hello community,

here is the log from the commit of package python-msgpack for openSUSE:Factory 
checked in at 2020-04-19 21:48:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msgpack (Old)
 and      /work/SRC/openSUSE:Factory/.python-msgpack.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msgpack"

Sun Apr 19 21:48:37 2020 rev:8 rq:790161 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes    
2020-03-27 00:20:50.084121171 +0100
+++ /work/SRC/openSUSE:Factory/.python-msgpack.new.2738/python-msgpack.changes  
2020-04-19 21:48:39.215982513 +0200
@@ -1,0 +2,14 @@
+Tue Mar 31 12:18:12 UTC 2020 - [email protected]
+
+- version update to 1.0.0
+  * Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still 
supports Python 2.
+  * Remove encoding option from the Packer and Unpacker.
+  * Unpacker: The default value of max_buffer_type is changed to 100MiB.
+  * Unpacker: strict_map_key is True by default now.
+  * Unpacker: String map keys are interned.
+  * Drop old buffer protocol support.
+  * Support Timestamp type.
+  * Support serializing and decerializing datetime object with tzinfo.
+  * Unpacker: Fix Unpacker.read_bytes() in fallback implementation. (#352)
+
+-------------------------------------------------------------------

Old:
----
  msgpack-0.6.2.tar.gz

New:
----
  msgpack-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python-msgpack.spec ++++++
--- /var/tmp/diff_new_pack.nWO0dc/_old  2020-04-19 21:48:39.795983676 +0200
+++ /var/tmp/diff_new_pack.nWO0dc/_new  2020-04-19 21:48:39.799983684 +0200
@@ -17,9 +17,11 @@
 
 
 %define oldpython python
+# Remove Python 2 support from the msgpack/_cmsgpack
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-msgpack
-Version:        0.6.2
+Version:        1.0.0
 Release:        0
 Summary:        MessagePack (de)serializer
 License:        Apache-2.0
@@ -62,7 +64,7 @@
 %pytest_arch
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license COPYING
 %{python_sitearch}/msgpack
 %{python_sitearch}/msgpack-%{version}-py*.egg-info

++++++ msgpack-0.6.2.tar.gz -> msgpack-1.0.0.tar.gz ++++++
++++ 37912 lines of diff (skipped)


Reply via email to