diff --git a/msgpack-1.0.4.tar.gz b/msgpack-1.0.4.tar.gz deleted file mode 100644 index a0ce2e3..0000000 --- a/msgpack-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f -size 128053 diff --git a/msgpack-1.0.5.tar.gz b/msgpack-1.0.5.tar.gz new file mode 100644 index 0000000..9498d0d --- /dev/null +++ b/msgpack-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c +size 127834 diff --git a/python-msgpack.changes b/python-msgpack.changes index 5032ed0..5577f1c 100644 --- a/python-msgpack.changes +++ b/python-msgpack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Mar 26 20:05:06 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-msgpack.spec b/python-msgpack.spec index 0abcd56..f73c743 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -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