Skip to content

Commit

Permalink
py-postfix-mta-sts-resolver: update to 1.3.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0-wiz-0 committed May 2, 2023
1 parent 6813521 commit b8138b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions mail/py-postfix-mta-sts-resolver/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions mail/py-postfix-mta-sts-resolver/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b8138b8

Please sign in to comment.