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