Skip to content

Tags: gaoflow/msgpack-python

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v1.2.1 (msgpack#698)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v1.2.0 (msgpack#692)

v1.2.0rc1

Toggle v1.2.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wheels CI hangs for MacOS Intel (msgpack#689)

- Fix wheels generation for MacOS Intel, which is hanging due to gha VM
brownout:
https://github.com/msgpack/msgpack-python/actions/runs/26874183762/job/79271522595
- Run tests on MacOS Intel and on Ubuntu ARM

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v1.1.2 (msgpack#649)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v1.1.0 (msgpack#622)

v1.1.0rc2

Toggle v1.1.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.1.0rc2 (msgpack#619)

v1.1.0rc1

Toggle v1.1.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
do not install cython as build dependency (msgpack#610)

User can not cythonize during `pip install msgpack`.
So remove cython from build dependency.

If user need to use another Cython, user should download sdist, unzip,
manually cythonize, and `pip install .`.

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.0.8 (msgpack#583)