| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=i3hrands8atsisjfut5454o7qu; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 01:45:07 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
py-msgpa..
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/py-msgpack, MessagePack (de)serializer for Python
[
Branch: CURRENT, Version: 1.1.2, Package name: py313-msgpack-1.1.2, 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]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
py-msgpa..doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/py-msgpack, MessagePack (de)serializer for Python
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.1.2, Package name: py313-msgpack-1.1.2, 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: 169.513 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-12) Updated to version: py313-msgpack-1.1.2
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-07-01) Updated to version: py312-msgpack-1.1.1
CVS history: (Expand)
| 2025-10-12 20:15:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-msgpack: update to 1.1.2.
What's Changed
ci: update cibuildwheel and drop Python 3.8 by @methane in #642
ci: add support for building windows on arm wheels by @Greenie0701 in #643
README: fix typos and grammar by @ThomasWaldmann in #648
release v1.1.2 by @methane in #649
|
| 2025-07-01 21:51:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-msgpack: update to 1.1.1.
What's Changed
Add Python 3.13 trove classifier by @edgarrmondragon in #626
update Cython to 3.1.1 by @methane in #637
update cibuildwheel to v2.23.3 by @methane in #638
upload to PyPI on create a release by @methane in #639
|
| 2025-04-12 14:08:15 by Adam Ciarcinski | Files touched by this commit (22) | |
Log message: Fix PLIST after py-setuptools update; bump depends and revision |
| 2025-02-02 11:38:04 by Havard Eidnes | Files touched by this commit (28) |
Log message: lang/python and a number of python packages: re-do atomic64.mk issue. Evidently, python 3.13 brought in the need to support 64-bit atomics. This means that python extension packages built with C needs to use mk/atomic64.mk to make -latomic available on the required 32-bit ports. Sadly, there is no reliable way to detect in the .mk files whether the package is using C (or C++), so this change adds an unconditional include of mk/atomic64.mk when the python version is equal to or larger than 3.13 for packages using egg.mk or wheel.mk. This undoes the individual package Makefile inclusions of mk/atomic64.mk that I've added over the last few days. |
| 2025-01-20 11:57:59 by Havard Eidnes | Files touched by this commit (1) |
Log message: devel/py-msgpack: use atomic64.mk to fix build on macppc w/python3.13. |
| 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) | |
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) | |
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. |
