14
0

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
This commit is contained in:
2024-07-22 11:57:32 +00:00
committed by Git OBS Bridge
parent 4273e906aa
commit 854e102696
4 changed files with 13 additions and 5 deletions

View File

@@ -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