]> git.ipfire.org Git - ipfire-2.x.git/commit
python3-msgpack: Update to version 1.1.0
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 16:45:02 +0000 (18:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 10:57:53 +0000 (10:57 +0000)
commitee580f7fb0be4034b863cd8f3b61dd4f724bc40f
tree777cc82b286c10bd1d0fefc2a331aa010abb8fc3
parent91f144a0ad143bf4c44123b28ff9785b0e2f3798
python3-msgpack: Update to version 1.1.0

- Update from version 1.0.8 to 1.1.0
- Update of rootfile
- borgbackup requires python3-msgpack and has updated the version to be up to 1.1.0
- Changelog
    1.1.0
use PyLong_* instead of PyInt_* for compatibility with future Cython. (#620)
    1.1.0rc2
Update Cython to 3.0.11 for better Python 3.13 support.
Update cibuildwheel to 2.20.0 to build Python 3.13 wheels
    1.1.0rc1
Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.
Stop using C++ mode in Cython to reduce compile error on some compilers.
Packer() has buf_size option to specify initial size of internal buffer to
 reduce reallocation.
The default internal buffer size of Packer() is reduced from 1MiB to 256KiB to
 optimize for common use cases. Use buf_size if you are packing large data.
Timestamp.to_datetime() and Timestamp.from_datetime() become more accurate by
 avoiding floating point calculations. (#591)
The Cython code for Unpacker has been slightly rewritten for maintainability.
The fallback implementation of Packer() and Unpacker() now uses keyword-only
 arguments to improve compatibility with the Cython implementation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/python3-msgpack
lfs/python3-msgpack