Up to [cvs.NetBSD.org] / pkgsrc / net / py-aio-pika
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 26 11:06:33 2021 UTC (6 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 7 14:42:24 2021 UTC (7 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
net: Remove SHA1 hashes for distfiles
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 4 14:13:32 2020 UTC (17 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.6: +5 -5
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 ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.5: +5 -5
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: +5 -5
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: +5 -5
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: +5 -5
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: +5 -5
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).