pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-msgpack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 21 06:57:02 UTC 2026

Modified Files:
        pkgsrc/devel/py-msgpack: Makefile distinfo

Log Message:
py-msgpack: update to 1.2.1.

Security fix release.

1.2.1

Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 in the all-dependencies group by @dependabot[bot] in #694
release v1.2.1 by @methane in #698

1.2.0

relax setuptools version by @methane in #652
update setuptools requirements to >=78.1.1 by @methane in #653
cython: freethreading_compatible by @methane in #654
drop Python 3.9 by @methane in #656
update cython and cibuildwheel by @methane in #658
ci: add riscv64 manylinux/musllinux wheels by @justeph in #664
fix: check unpack_callback_uint32 result by @KowalskiThomas in #666
fix: re-raise existing exception when available by @KowalskiThomas in #667
fix: check return code in unpack_callback_int64 by @KowalskiThomas in #665
Fixed README example by @vallsv in #668
Bump the all-dependencies group with 6 updates by @dependabot[bot] in #669
ci: use ubuntu-slim for lint by @methane in #670
fix: enforce strict_map_key with object_pairs_hook by @KowalskiThomas in #673
Raise DEFAULT_RECURSE_LIMIT from 511 to 1024 by @Copilot in #676
fix: properly handle return codes in pack_timestamp by @KowalskiThomas in #672
fix: avoid memory leak when decoding invalid nested arrays by @KowalskiThomas in #671
Add missing autoreset in Packer.pack_ext_type by @bysiber in #663
Add no-GIL interpreter support by @clin1234 in #641
skip recursion limit test on free-threaded CPython builds by @methane in #679
Fix Timestamp.from_datetime returning wrong value for pre-epoch datetimes by @bysiber in #662
Add 3.15 to CI by @clin1234 in #678
fix: use-after-free in get_data_from_buffer by @KowalskiThomas in #677
change changelog format to markdown by @methane in #680
Bump the all-dependencies group with 2 updates by @dependabot[bot] in #684
Bump sys.setrecursionlimit within test_nest_limit_1024 by @clin1234 in #682
Guard Packer buffer protocol hooks with Cython critical sections by @Copilot in #686
Harden Unpacker.__init__ re-entry cleanup to prevent buffer/context leaks by @Copilot in #687
release v1.2.0rc1 by @methane in #681
Wheels CI hangs for MacOS Intel by @crusaderky in #689
Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the all-dependencies group by @dependabot[bot] in #691
release v1.2.0 by @methane in #692


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-msgpack/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-msgpack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-msgpack/Makefile
diff -u pkgsrc/devel/py-msgpack/Makefile:1.41 pkgsrc/devel/py-msgpack/Makefile:1.42
--- pkgsrc/devel/py-msgpack/Makefile:1.41       Sun Oct 12 18:15:19 2025
+++ pkgsrc/devel/py-msgpack/Makefile    Sun Jun 21 06:57:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/10/12 18:15:19 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/06/21 06:57:02 wiz Exp $
 
-DISTNAME=      msgpack-1.1.2
+DISTNAME=      msgpack-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/msgpack/}

Index: pkgsrc/devel/py-msgpack/distinfo
diff -u pkgsrc/devel/py-msgpack/distinfo:1.27 pkgsrc/devel/py-msgpack/distinfo:1.28
--- pkgsrc/devel/py-msgpack/distinfo:1.27       Sun Oct 12 18:15:19 2025
+++ pkgsrc/devel/py-msgpack/distinfo    Sun Jun 21 06:57:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/10/12 18:15:19 wiz Exp $
+$NetBSD: distinfo,v 1.28 2026/06/21 06:57:02 wiz Exp $
 
-BLAKE2s (msgpack-1.1.2.tar.gz) = 941ac131854643ed336b59cc10fafcea7fac0be661de16a15f564881ee3aa5b2
-SHA512 (msgpack-1.1.2.tar.gz) = 75b1536e180f6cdd2cb7b525d7c4bd79ddbe8807a5276b2e119f499769497552b682a7ef76df9a82957832b7646853be8c6df5bf2881c61d716fa3de9042e4fd
-Size (msgpack-1.1.2.tar.gz) = 173581 bytes
+BLAKE2s (msgpack-1.2.1.tar.gz) = f168cbd25767be9f57ba8aa616a3f0b8250419d732a8dbc58f17264231e109f1
+SHA512 (msgpack-1.2.1.tar.gz) = 3e018978b2b3ec04508c6b8a12a16daf23e95f7d7c1f846e09e27082197a92566e3c4c5a8a6db51c52b1c8ab66bb55d4d1498373bab99a7fd193efaba53834eb
+Size (msgpack-1.2.1.tar.gz) = 183960 bytes



Home | Main Index | Thread Index | Old Index