Accepting request 1074518 from devel:languages:python
- 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/request/show/1074518 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msgpack?expand=0&rev=12
This commit is contained in:
commit
c9693703c4
@ -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
BIN
msgpack-1.0.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user