From 2dd1a2f6eb03aaba72e5f726838f79d6c9586f2e53e4358dca94f4fca1ad2057 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 19 Jun 2022 18:31:47 +0000 Subject: [PATCH] - update to 1.0.4: * Support Python 3.11 (beta) * refresh ci settings. * Don't define _*ENDIAN macro on Unix. * Update setuptools and black * Use PyFloat_Pack8() on Python 3.11a7 * Upgrade black to fix CI * Fix Unpacker max_buffer_length handling * ci: Update action versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=27 --- msgpack-1.0.3.tar.gz | 3 --- msgpack-1.0.4.tar.gz | 3 +++ python-msgpack.changes | 13 +++++++++++++ python-msgpack.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 msgpack-1.0.3.tar.gz create mode 100644 msgpack-1.0.4.tar.gz diff --git a/msgpack-1.0.3.tar.gz b/msgpack-1.0.3.tar.gz deleted file mode 100644 index 29cfa4c..0000000 --- a/msgpack-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e -size 123830 diff --git a/msgpack-1.0.4.tar.gz b/msgpack-1.0.4.tar.gz new file mode 100644 index 0000000..a0ce2e3 --- /dev/null +++ b/msgpack-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f +size 128053 diff --git a/python-msgpack.changes b/python-msgpack.changes index 6e8dc66..5032ed0 100644 --- a/python-msgpack.changes +++ b/python-msgpack.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 19 18:30:30 UTC 2022 - Dirk Müller + +- update to 1.0.4: + * Support Python 3.11 (beta) + * refresh ci settings. + * Don't define _*ENDIAN macro on Unix. + * Update setuptools and black + * Use PyFloat_Pack8() on Python 3.11a7 + * Upgrade black to fix CI + * Fix Unpacker max_buffer_length handling + * ci: Update action versions. + ------------------------------------------------------------------- Mon Jan 10 23:20:31 UTC 2022 - Dirk Müller diff --git a/python-msgpack.spec b/python-msgpack.spec index 7f3a059..0abcd56 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-msgpack -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: MessagePack (de)serializer License: Apache-2.0