15
0

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

- update to version 2.5.1
  * Fix handling of naive/aware datetime objects when packing the 
    timestamp extension type.
  * Add handling for short reads during file object unpacking.
  * Make Ext base class a new-style object for cleaner inheritance 
    in Python 2.
  * Improve length comparisons and instance checks for minor 
    performance improvement.

OBS-URL: https://build.opensuse.org/request/show/693684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-u-msgpack-python?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-04-12 10:05:41 +00:00
committed by Git OBS Bridge
parent c81c3d4b46
commit 15a85309ba
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 12 09:23:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 2.5.1
* Fix handling of naive/aware datetime objects when packing the
timestamp extension type.
* Add handling for short reads during file object unpacking.
* Make Ext base class a new-style object for cleaner inheritance
in Python 2.
* Improve length comparisons and instance checks for minor
performance improvement.
-------------------------------------------------------------------
Tue Dec 4 12:55:34 UTC 2018 - Matej Cepl <mcepl@suse.com>