pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/py-aiosmtpd py-aiosmtpd: updated to 1.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a85dd9982110
branches:  trunk
changeset: 442557:a85dd9982110
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 26 10:40:41 2020 +0000

description:
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:

 mail/py-aiosmtpd/Makefile |   6 +++---
 mail/py-aiosmtpd/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r c821cc200977 -r a85dd9982110 mail/py-aiosmtpd/Makefile
--- a/mail/py-aiosmtpd/Makefile Thu Nov 26 09:51:22 2020 +0000
+++ b/mail/py-aiosmtpd/Makefile Thu Nov 26 10:40:41 2020 +0000
@@ -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 @@
 
 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 -r c821cc200977 -r a85dd9982110 mail/py-aiosmtpd/distinfo
--- a/mail/py-aiosmtpd/distinfo Thu Nov 26 09:51:22 2020 +0000
+++ b/mail/py-aiosmtpd/distinfo Thu Nov 26 10:40:41 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index