From 854e102696f35278b7152529b89410daf0098688284eecf99cb1ad2284318c79 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 22 Jul 2024 11:57:32 +0000 Subject: [PATCH] Accepting request 1189003 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1189003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=36 --- msgpack-1.0.7.tar.gz | 3 --- msgpack-1.0.8.tar.gz | 3 +++ python-msgpack.changes | 9 +++++++++ python-msgpack.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 msgpack-1.0.7.tar.gz create mode 100644 msgpack-1.0.8.tar.gz 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