14
0

Accepting request 1189023 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1189023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msgpack?expand=0&rev=15
This commit is contained in:
2024-07-24 13:33:01 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

BIN
msgpack-1.0.7.tar.gz (Stored with Git LFS)

Binary file not shown.

3
msgpack-1.0.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3
size 167014

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 22 10:57:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

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