CVS log for pkgsrc/net/py-pamqp/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / net / py-pamqp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 25 17:13:45 2024 UTC (9 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4
lines
py-pamqp: updated to 3.3.0
3.2.1 (2022-09-07)
Add wheel to distribution format
3.2.0 (2022-06-27)
Allow long-str to fall back to bytes in case of UnicodeDecodeError (AMQP 1.0 interop)
DOMAIN_REGEX enhanced to fulfill tag uri scheme for exchange and queue names.
3.1.0 (2022-01-10)
Add implicit UTC timezone behavior to the AMQP Basic.Properties timestamp value.
Add support for short-short-int and short-short-uint.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:30 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 14 19:36:16 2020 UTC (4 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
py-pamqp: updated to 3.0.1
3.0.1:
This release fixes an issue with Basic.Reject requeue=False always being set to True
3.0.0:
This represents the first stable release of the 3.0 branch for pamqp. It is Python 3.6+ only and is focused on protocol correctness and completeness.
Changes
Bugfix for encoding of unsigned small integers being treated as signed small integers
Updated tests around timezone behavior issues
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 13 18:35:53 2020 UTC (4 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
py-pamqp: added version 2.3.0
pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python.
CVSweb <webmaster@jp.NetBSD.org>