diff --git a/msgpack-1.0.3.tar.gz b/msgpack-1.0.3.tar.gz deleted file mode 100644 index 5190b4e9af4b289b10a26fd1e32a86b8b525d4a1..0000000000000000000000000000000000000000 Binary files a/msgpack-1.0.3.tar.gz and /dev/null differ diff --git a/msgpack-1.0.4.tar.gz b/msgpack-1.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4e65f293e0df0efac339e038015b5dc1c7ec0426 Binary files /dev/null and b/msgpack-1.0.4.tar.gz differ diff --git a/python-msgpack.spec b/python-msgpack.spec index 8039de48c96c734beed24fb4cb59c6c900556138..79a57e7df9cc51af779a34bfdfec213a9f9c5854 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-msgpack -Version: 1.0.3 +Version: 1.0.4 Release: 1 Summary: MessagePack (de)serializer. License: Apache-2.0 URL: https://github.com/msgpack/msgpack-python -Source0: https://files.pythonhosted.org/packages/61/3c/2206f39880d38ca7ad8ac1b28d2d5ca81632d163b2d68ef90e46409ca057/msgpack-1.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/22/44/0829b19ac243211d1d2bd759999aa92196c546518b0be91de9cacc98122a/msgpack-1.0.4.tar.gz %description @@ -48,7 +48,7 @@ This package provides CPython bindings for reading and writing MessagePack data. %prep -%autosetup -n msgpack-1.0.3 +%autosetup -n msgpack-1.0.4 %build %py3_build @@ -88,6 +88,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 08 2024 wangjing - 1.0.4-1 +- upgrade package python3-msgpack of version 1.0.4 +- Support Python 3.11 (beta). + * Fri Jul 22 2022 liksh - 1.0.3-1 - upgrade to 1.0.3 for openstack yoga