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

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