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
This commit is contained in:
parent
6fc61b57f7
commit
4a62313d56
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue