pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-pamqp
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 8 09:12:15 UTC 2026
Modified Files:
pkgsrc/net/py-pamqp: Makefile distinfo
Log Message:
py-pamqp: updated to 4.0.1
4.0.1
Improved
Migrated documentation from ReadTheDocs to GitHub Pages (MkDocs)
Updated docs/dev dependencies: lxml 6.0.2→6.1.0, urllib3 2.6.3→2.7.0, idna 3.11→3.15, pymdown-extensions 10.21.2→10.21.3
Fixed
Correctly decode negative Decimals and Decimals in scientific notation, preventing corrupted and silently-lost values
Decoders now raise the documented ValueError instead of leaking struct.error on truncated or malformed input
Validate short/long string and field-table key byte lengths, raising a clear TypeError instead of a cryptic struct.error
BasicProperties.__eq__ returns NotImplemented for non-Properties operands so comparisons yield False instead of raising
Correctly round-trip frames with 8+ consecutive bit fields
Corrected the short_int range error message
Prevent an infinite loop in ContentHeader._get_flags on malformed flags
Prevent an infinite loop when decoding malformed field arrays/tables
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-pamqp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-pamqp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-pamqp/Makefile
diff -u pkgsrc/net/py-pamqp/Makefile:1.7 pkgsrc/net/py-pamqp/Makefile:1.8
--- pkgsrc/net/py-pamqp/Makefile:1.7 Tue May 12 08:13:33 2026
+++ pkgsrc/net/py-pamqp/Makefile Wed Jul 8 09:12:15 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2026/05/12 08:13:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/08 09:12:15 adam Exp $
-DISTNAME= pamqp-4.0.0
+DISTNAME= pamqp-4.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pamqp/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pamqp.readthedocs.io/
+HOMEPAGE= https://github.com/gmr/pamqp
COMMENT= RabbitMQ Focused AMQP low-level library
LICENSE= modified-bsd
Index: pkgsrc/net/py-pamqp/distinfo
diff -u pkgsrc/net/py-pamqp/distinfo:1.6 pkgsrc/net/py-pamqp/distinfo:1.7
--- pkgsrc/net/py-pamqp/distinfo:1.6 Tue May 12 08:13:33 2026
+++ pkgsrc/net/py-pamqp/distinfo Wed Jul 8 09:12:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/05/12 08:13:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/07/08 09:12:15 adam Exp $
-BLAKE2s (pamqp-4.0.0.tar.gz) = 9c25c2f2826edcbebaba8312c0c4f0307d8494087d2def9fc1723435d721f952
-SHA512 (pamqp-4.0.0.tar.gz) = 0a06613f309672a6d39e4629c215c5cebba36d614d1c812b27c6c70ea32d4a7ad6eeeb19d677ab6eab9b0d1135d0402e24fde27d7eefee5195788ca7065c8c31
-Size (pamqp-4.0.0.tar.gz) = 130078 bytes
+BLAKE2s (pamqp-4.0.1.tar.gz) = a7ca5b54a3964e8a1155b130b7895c20be76f62c9a300a35e10d6748e1d98f8e
+SHA512 (pamqp-4.0.1.tar.gz) = ec06afb452945fb503a036597d9befa0ce8448a5a332dfa69ca8373d6bdbe96196bcd80859af97de32c33b8a1f4297098c2acc6076ca487bd12452bdcfeb3828
+Size (pamqp-4.0.1.tar.gz) = 137192 bytes
Home |
Main Index |
Thread Index |
Old Index