diff --git a/msgpack-1.0.7.tar.gz b/msgpack-1.0.7.tar.gz deleted file mode 100644 index 299d91e..0000000 --- a/msgpack-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87 -size 166311 diff --git a/msgpack-1.0.8.tar.gz b/msgpack-1.0.8.tar.gz new file mode 100644 index 0000000..60f3b4c --- /dev/null +++ b/msgpack-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3 +size 167014 diff --git a/python-msgpack.changes b/python-msgpack.changes index f057972..4ca6b26 100644 --- a/python-msgpack.changes +++ b/python-msgpack.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 22 10:57:59 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.0.8 + * Update Cython to 3.0.8. This fixes memory leak when iterating + ``Unpacker`` object on Python 3.12. + * Do not include C/Cython files in binary wheels. +- Drop removal of C/Cython files from %install section + ------------------------------------------------------------------- Mon Nov 27 19:33:29 UTC 2023 - Dirk Müller diff --git a/python-msgpack.spec b/python-msgpack.spec index ddef401..d7461d6 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-msgpack -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: MessagePack (de)serializer License: Apache-2.0 @@ -51,7 +51,6 @@ export CFLAGS="%{optflags}" %install %python_install -%python_expand rm -v %{buildroot}%{$python_sitearch}/msgpack/*.h %python_expand %fdupes %{buildroot}%{$python_sitearch} %check