14
0

- update to 1.0.5:

* Fallback to compiler defines when __BYTE_ORDER is not
    available
  * Fix build error caused by ntohs, ntohl
  * Add python 3.11 wheels
  * fallback: Fix packing multidim memoryview
  * minor type in exception message

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=29
This commit is contained in:
2023-03-26 20:05:21 +00:00
committed by Git OBS Bridge
parent 2dd1a2f6eb
commit c8d532591f
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 26 20:05:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.5:
* Fallback to compiler defines when __BYTE_ORDER is not
available
* Fix build error caused by ntohs, ntohl
* Add python 3.11 wheels
* fallback: Fix packing multidim memoryview
* minor type in exception message
-------------------------------------------------------------------
Sun Jun 19 18:30:30 UTC 2022 - Dirk Müller <dmueller@suse.com>