- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f
size 128053

BIN
msgpack-1.0.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-msgpack
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-msgpack
Version: 1.0.4
Version: 1.0.5
Release: 0
Summary: MessagePack (de)serializer
License: Apache-2.0