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

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


Branch: CURRENT, Version: 1.0.8, Package name: py311-msgpack-1.0.8, 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.1 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-24 15:11:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-msgpack: updated to 1.0.3

1.0.3

Fix Docstring
Fix error formatting
Improve error message about strict_map_key