summaryrefslogtreecommitdiff
path: root/net/py-aio-pika
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-04py-aio-pika: updated to 6.7.1adam2-8/+8
6.7.1 Fix breaking change in callback definition
2020-09-14py-aio-pika: updated to 6.7.0adam2-8/+8
6.7.0: Reworked tests and finally applied Improve documentation examples and snippets Restore RobustChannel.default_exchange on reconnect Improve the docs a bit
2020-05-22py-aio-pika: updated to 6.6.1adam2-7/+7
6.6.1 Add generics to Pool and PoolItemContextManager Fix Docs for DeliveryError
2020-04-11py-aio-pika: updated to 6.6.0adam2-7/+7
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
2020-02-18py-aio-pika: updated to 6.5.2adam2-7/+7
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
2020-02-16py-aio-pika: updated to 6.4.3adam2-7/+7
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
2020-02-13py-aio-pika: added version 6.4.1adam4-0/+101
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).