summaryrefslogtreecommitdiff
path: root/mail/py-aiosmtpd
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-11-26 10:40:41 +0000
committeradam <adam@pkgsrc.org>2020-11-26 10:40:41 +0000
commit3dbe708d033276b704180f72398f5cf42711c654 (patch)
treedf37bf269e1160665f4deac92dd7a77603cedeba /mail/py-aiosmtpd
parentb184a9e8f156153a33b5854d8fddf7779dd14f37 (diff)
downloadpkgsrc-3dbe708d033276b704180f72398f5cf42711c654.tar.gz
py-aiosmtpd: updated to 1.2.2
1.2.2 Added Apache License version 2.0 Support for SMTP AUTH, with AUTH hooks feature Built-in implementation for AUTH PLAIN and AUTH LOGIN logic Feature to inject keyword args during server class instantiation in Controller.factory Support for Python 3.8 and 3.9.0 Fixed/Improved Don’t strip last \r\n prior to terminating dot. Slight improvement to make Test Suite more maintainable No more failures/DeprecationWarnings for Python 3.8 Faster _handle_client() processing Faster method access for smtp_*, handle_*, and auth_* hooks Removed Unit Tests that mocked too deep, possibly masking observable internal behaviors Drop support for Python 3.5
Diffstat (limited to 'mail/py-aiosmtpd')
-rw-r--r--mail/py-aiosmtpd/Makefile6
-rw-r--r--mail/py-aiosmtpd/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile
index 44a143806fc..2e1bdb54860 100644
--- a/mail/py-aiosmtpd/Makefile
+++ b/mail/py-aiosmtpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/04/26 13:14:03 maya Exp $
+# $NetBSD: Makefile,v 1.6 2020/11/26 10:40:41 adam Exp $
-DISTNAME= aiosmtpd-1.2
+DISTNAME= aiosmtpd-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiosmtpd/}
@@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} aiosmtpd aiosmtpd-${PYVERSSUFFIX} || ${TRUE}
+ ${MV} aiosmtpd aiosmtpd-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/py-aiosmtpd/distinfo b/mail/py-aiosmtpd/distinfo
index d36bde614a9..21fa47f44aa 100644
--- a/mail/py-aiosmtpd/distinfo
+++ b/mail/py-aiosmtpd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/21 10:43:45 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/11/26 10:40:41 adam Exp $
-SHA1 (aiosmtpd-1.2.tar.gz) = ef05785b8afc1c01f72409f9fb14d57a7c148452
-RMD160 (aiosmtpd-1.2.tar.gz) = 1b866b0e2da3155e574f6a72faba920caa3d4fe4
-SHA512 (aiosmtpd-1.2.tar.gz) = 520b0fae80423d3963d4f17ef393cc0ce9e342fd1237c909159706bfe1e13f27df849fbc14aa1c94ad02e7c9108308984b6f9e21c7dbddb09093ef00884983d8
-Size (aiosmtpd-1.2.tar.gz) = 51457 bytes
+SHA1 (aiosmtpd-1.2.2.tar.gz) = ea78bde4f23935198c2f4e2876456cc509a9c648
+RMD160 (aiosmtpd-1.2.2.tar.gz) = c71952755da04b5af89af1f589c692bf894d45c9
+SHA512 (aiosmtpd-1.2.2.tar.gz) = 7ffc279a73685601496dbfffef30a78cc254a76f8c8fccd0c7b7efe41da66672f0d8662f302eb928e90eb8977b859cb7e713415d0aa5e93f369ef23bdff405fc
+Size (aiosmtpd-1.2.2.tar.gz) = 170459 bytes