Up to [cvs.NetBSD.org] / pkgsrc / net / py-aio-pika
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:24 2022 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 4 14:13:32 2020 UTC (17 months, 3 weeks ago) by adam
Branch: 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
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
py-aio-pika: updated to 6.7.1 6.7.1 Fix breaking change in callback definition
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 14 19:40:35 2020 UTC (20 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
py-aio-pika: updated to 6.7.0 6.7.0: Reworked tests and finally applied Improve documentation examples and snippets Restore RobustChannel.default_exchange on reconnect Improve the docs a bit
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 22 08:08:23 2020 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
py-aio-pika: updated to 6.6.1 6.6.1 Add generics to Pool and PoolItemContextManager Fix Docs for DeliveryError
Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 11 07:40:34 2020 UTC (2 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
py-aio-pika: updated to 6.6.0 6.6.0 message.reject called inside ProcessContext.exit fails when channel is closed 6.5.3 Add docs and github links to setup.py
Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 18 06:33:03 2020 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
py-aio-pika: updated to 6.5.2 6.5.2 Type annotation fixes Add documentation 6.5.1 Test fixes Add reopen method for channel 6.5.0 Add get methods for exchange and queue fix type annotation and documentation for Connection.add_close_callback
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 16 14:15:39 2020 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
py-aio-pika: updated to 6.4.3 6.4.3 log channel close status add OSError to CONNECTION_EXCEPTIONS 6.4.2 [fix] heartbeat_last to heartbeat_last_received Fix memory leak Fix type hint Pass loop when connecting to aiormq
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 13 18:40:04 2020 UTC (2 years, 3 months ago) by adam
Branch: MAIN
py-aio-pika: added version 6.4.1 aio-pika is a wrapper for the aiormq for asyncio and humans. Features * Completely asynchronous API. * Object oriented API. * Auto-reconnects with complete state recovery with connect_robust (e.g. declared queues or exchanges, consuming state and bindings).