Path to this page:
./
net/py-aio-pika,
Wrapper for the aiormq for asyncio and humans
Branch: CURRENT,
Version: 9.4.3,
Package name: py312-aio-pika-9.4.3,
Maintainer: pkgsrc-usersaio-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).
Required to run:[
devel/py-setuptools] [
www/py-yarl] [
lang/python37] [
net/py-aiormq]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 46.575 KB
Version history: (Expand)
- (2024-08-14) Updated to version: py312-aio-pika-9.4.3
- (2024-08-07) Updated to version: py311-aio-pika-9.4.2
- (2024-03-24) Updated to version: py311-aio-pika-9.4.1
- (2024-02-23) Updated to version: py311-aio-pika-9.4.0
- (2023-02-09) Updated to version: py310-aio-pika-6.7.1nb1
- (2022-01-05) Updated to version: py39-aio-pika-6.7.1nb1
CVS history: (Expand)
2024-03-24 20:15:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-aio-pika: updated to 9.4.1
9.4.1
Do not use deprecated datetime.utcnow and datetime.utcfromtimestamp
add 3.12
Prevent deadlock in RobustChannel.reopen()
|
2024-02-23 20:51:08 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-aio-pika: updated to 9.4.0
9.4.0
drop python 3.7 support
update aiormq to 6.8.0
9.3.0
new: add custom exchanges to rpc pattern
9.2.3
Fix restore bug of RobustChannel
9.2.2
Fix bug with RPC when handling on_close with a RobustConnection
9.2.1
Fix reopen of robust channel after close
9.2.0
URL params passing to aiormq
Connection.KWARGS_TYPES renamed to Connection.PARAMETERS and rework it to dataclass
Connection._parse_kwargs renamed to Connection._parse_parameters
AMQP URL parameters documentation article
|
2023-02-20 09:42:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-aio-pika: fix pattern in setup.py
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
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
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-12-04 15:13:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-aio-pika: updated to 6.7.1
6.7.1
Fix breaking change in callback definition
|
2020-09-14 21:40:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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
|