head 1.10; access; symbols pkgsrc-2023Q4:1.8.0.16 pkgsrc-2023Q4-base:1.8 pkgsrc-2023Q3:1.8.0.14 pkgsrc-2023Q3-base:1.8 pkgsrc-2023Q2:1.8.0.12 pkgsrc-2023Q2-base:1.8 pkgsrc-2023Q1:1.8.0.10 pkgsrc-2023Q1-base:1.8 pkgsrc-2022Q4:1.8.0.8 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.6 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.8.0.4 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.8.0.2 pkgsrc-2022Q1-base:1.8 pkgsrc-2021Q4:1.7.0.10 pkgsrc-2021Q4-base:1.7 pkgsrc-2021Q3:1.7.0.8 pkgsrc-2021Q3-base:1.7 pkgsrc-2021Q2:1.7.0.6 pkgsrc-2021Q2-base:1.7 pkgsrc-2021Q1:1.7.0.4 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.7.0.2 pkgsrc-2020Q4-base:1.7 pkgsrc-2020Q3:1.6.0.2 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.5.0.2 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3; locks; strict; comment @# @; 1.10 date 2024.03.24.19.15.55; author adam; state Exp; branches; next 1.9; commitid sQYO6RoQ7P92Lr3F; 1.9 date 2024.02.23.19.51.08; author adam; state Exp; branches; next 1.8; commitid iqq0cf4lTscQUAZE; 1.8 date 2022.01.04.20.54.24; author wiz; state Exp; branches; next 1.7; commitid CYyhdK9qtoffkmnD; 1.7 date 2020.12.04.14.13.32; author adam; state Exp; branches; next 1.6; commitid P7NRYPOFCeQCQqyC; 1.6 date 2020.09.14.19.40.35; author adam; state Exp; branches; next 1.5; commitid B7TOJEONZ4Z5g3oC; 1.5 date 2020.05.22.08.08.23; author adam; state Exp; branches; next 1.4; commitid a3wZOP43hLi88d9C; 1.4 date 2020.04.11.07.40.34; author adam; state Exp; branches; next 1.3; commitid 9Ia4lAgCYxEhiW3C; 1.3 date 2020.02.18.06.33.03; author adam; state Exp; branches; next 1.2; commitid 5Eqm6vpdz07KC7XB; 1.2 date 2020.02.16.14.15.39; author adam; state Exp; branches; next 1.1; commitid D7OMAutmmrmpfUWB; 1.1 date 2020.02.13.18.40.04; author adam; state Exp; branches; next ; commitid Wi1aZYuP0Mq4OxWB; desc @@ 1.10 log @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() @ text @# $NetBSD: Makefile,v 1.9 2024/02/23 19:51:08 adam Exp $ DISTNAME= aio_pika-9.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aio-pika/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/mosquito/aio-pika COMMENT= Wrapper for the aiormq for asyncio and humans LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-aiormq>=6.8.0:../../net/py-aiormq DEPENDS+= ${PYPKGPREFIX}-yarl-[0-9]*:../../www/py-yarl USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2022/01/04 20:54:24 wiz Exp $ d3 1 a3 1 DISTNAME= aio_pika-9.4.0 @ 1.8 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/12/04 14:13:32 adam Exp $ d3 2 a4 3 DISTNAME= aio-pika-6.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 d9 1 a9 1 HOMEPAGE= https://aio-pika.readthedocs.io/ d13 2 a14 1 DEPENDS+= ${PYPKGPREFIX}-aiormq>=3.2.3:../../net/py-aiormq d21 1 a21 1 .include "../../lang/python/egg.mk" @ 1.7 log @py-aio-pika: updated to 6.7.1 6.7.1 Fix breaking change in callback definition @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/09/14 19:40:35 adam Exp $ d5 1 @ 1.6 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/05/22 08:08:23 adam Exp $ d3 1 a3 1 DISTNAME= aio-pika-6.7.0 d9 1 a9 1 HOMEPAGE= https://aio-pika.readthedocs.org/ @ 1.5 log @py-aio-pika: updated to 6.6.1 6.6.1 Add generics to Pool and PoolItemContextManager Fix Docs for DeliveryError @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/04/11 07:40:34 adam Exp $ d3 1 a3 1 DISTNAME= aio-pika-6.6.1 d13 1 a13 1 DEPENDS+= ${PYPKGPREFIX}-aiormq>=3.2.0:../../net/py-aiormq @ 1.4 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/02/18 06:33:03 adam Exp $ d3 1 a3 1 DISTNAME= aio-pika-6.6.0 @ 1.3 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/02/16 14:15:39 adam Exp $ d3 1 a3 1 DISTNAME= aio-pika-6.5.2 @ 1.2 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/02/13 18:40:04 adam Exp $ d3 1 a3 1 DISTNAME= aio-pika-6.4.3 @ 1.1 log @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). @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= aio-pika-6.4.1 @