From b8138b8959231f0239cbd41c265c6b36a07529b7 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 2 May 2023 16:49:21 +0000 Subject: [PATCH] py-postfix-mta-sts-resolver: update to 1.3.0. 1.3.0 add command-line options "-g", "-u", "-p" by @jschauma in #97 1.2.0 Add support for redis-sentinel by @acteru in #95 advertise new kind of supported cache by @acteru in #96 1.1.5 Warn about overriding DANE by @oh2fih in #92 Fix tests by @Snawoot in #93 1.1.4 docs: Fix a few typos by @timgates42 in #87 fix tests by @Snawoot in #88 allow unicode requests by @Snawoot in #91 --- mail/py-postfix-mta-sts-resolver/Makefile | 11 ++++++----- mail/py-postfix-mta-sts-resolver/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 41747e6e9597..e58dfeca0b75 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/10/19 13:56:31 nia Exp $ +# $NetBSD: Makefile,v 1.4 2023/05/02 16:49:21 wiz Exp $ -DISTNAME= postfix_mta_sts_resolver-1.1.3 +DISTNAME= postfix_mta_sts_resolver-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_PYPI:=p/postfix_mta_sts_resolver/} @@ -14,10 +14,11 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-pylint>=0:../../devel/py-pylint BUILD_DEPENDS+= ${PYPKGPREFIX}-tox>=0:../../devel/py-tox BUILD_DEPENDS+= ${PYPKGPREFIX}-twine>=1.11.0:../../net/py-twine BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.31.0:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-aiodns>=0:../../net/py-aiodns +DEPENDS+= ${PYPKGPREFIX}-aiodns>=1.1.1:../../net/py-aiodns DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.4.4:../../www/py-aiohttp -DEPENDS+= ${PYPKGPREFIX}-aiosqlite>=0:../../databases/py-aiosqlite -DEPENDS+= ${PYPKGPREFIX}-redis>=0:../../databases/py-redis +DEPENDS+= ${PYPKGPREFIX}-aiosqlite>=0.10:../../databases/py-aiosqlite +DEPENDS+= ${PYPKGPREFIX}-redis>=4.2.0:../../databases/py-redis +DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.11.0:../../devel/py-uvloop DEPENDS+= ${PYPKGPREFIX}-yaml>=3.12:../../textproc/py-yaml TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio diff --git a/mail/py-postfix-mta-sts-resolver/distinfo b/mail/py-postfix-mta-sts-resolver/distinfo index 275a554bb091..48455183c9f1 100644 --- a/mail/py-postfix-mta-sts-resolver/distinfo +++ b/mail/py-postfix-mta-sts-resolver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/08/19 13:59:28 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/05/02 16:49:21 wiz Exp $ -BLAKE2s (postfix_mta_sts_resolver-1.1.3.tar.gz) = e91fa93b3eb5dfbd3e61ee16f640301412d2c90d7f53d3e298da59a5a0e3af7a -SHA512 (postfix_mta_sts_resolver-1.1.3.tar.gz) = 154f363fae12be08d927446c86c13c61d500d704c9f4cdb314a550717fb59da7e8857a16d0d5aa070acfe80a49044c6550f59da662ad350a1d05a5a7b8572c21 -Size (postfix_mta_sts_resolver-1.1.3.tar.gz) = 25975 bytes +BLAKE2s (postfix_mta_sts_resolver-1.3.0.tar.gz) = b029cf766d89462232b74e8f20b3c5da49d7f8e787d8e44984e1d50a85d1eb33 +SHA512 (postfix_mta_sts_resolver-1.3.0.tar.gz) = 77cc2639be676a4e570199952761eae8f1aa072a693666d2f6d803aa9bc40ec6fbf7a2ad95949c68e1684d4bf4243ffaa38bdedb6ade6b496855dc4a47d5580f +Size (postfix_mta_sts_resolver-1.3.0.tar.gz) = 37440 bytes