./devel/py-msgpack, MessagePack (de)serializer for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: py312-msgpack-1.1.0, Maintainer: pkgsrc-users

MessagePack (de)serializer for Python.

MessagePack is a binary-based efficient data interchange format that is
focused on high performance. It is like JSON, but very fast and small.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 163.34 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-13 21:15:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-msgpack: updated to 1.1.0

1.1.0

Avoid using floating points during timestamp-datetime conversions
use ruff instead of black
update Cython and setuptools
Add experimental support for Python 3.13
update README
update cibuildwheel to 2.17
implement buffer protocol
Remove unused code
packer: add buf_size option
update readme
cython: better exception handling
better error checks
Cleanup code and pyproject
Release v1.1.0rc1
do not install cython as build dependency
update Cython to 3.0.11
update cibuildwheel to 2.20.0
Release v1.1.0rc2
MNT: use PyLong_* instead of PyInt_
   2024-03-02 13:58:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-msgpack: updated to 1.0.8

v1.0.8

exclude C/Cython files from wheel
Build pure Python wheel for minor architectures.
update Cython to 3.0.8
This fixes memory leak when iterating over Unpacker on Python 3.12.
   2023-11-05 12:09:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-msgpack: convert to wheel.mk

Mark as not for Python 2.

Bump PKGREVISION.
   2023-09-28 17:47:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-msgpack: updated to 1.0.7

1.0.7
Bug fixes
   2023-09-27 17:09:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-msgpack: updated to 1.0.6

1.0.6
Bug fixes
   2023-03-09 06:32:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-msgpack: updated to 1.0.5

v1.0.5

Fallback to compiler defines when __BYTE_ORDER is not available
Fix build error caused by ntohs, ntohl
Add python 3.11 wheels
fallback: Fix packing multidim memoryview
minor type in exception message
   2022-07-03 15:31:08 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-msgpack: update to 1.0.4.

What's Changed

    Support Python 3.11 (beta)
    refresh ci settings. by @methane in #492
    Don't define _*ENDIAN macro on Unix. by @methane in #495
    Update setuptools and black by @methane in #498
    Use PyFloat_Pack8() on Python 3.11a7 by @vstinner in #499
    Upgrade black to fix CI by @hauntsaninja in #505
    Fix Unpacker max_buffer_length handling by @methane in #506
    ci: Update action versions. by @methane in #507
    Release v1.0.4 by @methane in #509