pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/py-postfix-mta-sts-resolver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:49:22 UTC 2023

Modified Files:
        pkgsrc/mail/py-postfix-mta-sts-resolver: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.3 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.4
--- pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.3        Wed Oct 19 13:56:31 2022
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile    Tue May  2 16:49:21 2023
@@ -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
 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

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.1 pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.2
--- pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.1        Fri Aug 19 13:59:28 2022
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo    Tue May  2 16:49:21 2023
@@ -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



Home | Main Index | Thread Index | Old Index