./net/py-aio-pika, Wrapper for the aiormq for asyncio and humans

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 9.5.3, Package name: py312-aio-pika-9.5.3, Maintainer: pkgsrc-users

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).


Required to run:
[devel/py-setuptools] [www/py-yarl] [lang/python37] [net/py-aiormq]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 47.172 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-03 21:01:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aio-pika: updated to 9.5.3

9.5.3
Unknown changes
   2024-12-02 21:38:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aio-pika: updated to 9.5.1

9.5.1
Bug fixes
   2024-11-25 13:36:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aio-pika: updated to 9.5.0

9.5.0
Unknown changes
   2024-08-14 10:46:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aio-pika: updated to 9.4.3

9.4.3
Unknown changes
   2024-08-07 17:21:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aio-pika: updated to 9.4.2

9.4.2

fix: typo from somple to simple
mv Propan mention to FastStream
630: Only nack messages upon cancellation of a consumer subscription
   2024-03-24 20:15:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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