pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-aiosmtpd



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 21 10:43:45 UTC 2018

Modified Files:
        pkgsrc/mail/py-aiosmtpd: ALTERNATIVES Makefile PLIST distinfo

Log Message:
py-aiosmtpd: updated to 1.2

1.2:
mprove the documentation on enabling STARTTLS.
Add customizable ident field to SMTP class constructor.
Remove asyncio.coroutine decorator as it was introduced in Python 3.5.
Add Controller docstring, explain dual-stack binding.
Gracefully handle ASCII decoding exceptions.
Fix typo.
Improve Controller ssl_context documentation.
Add timeout feature.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/py-aiosmtpd/ALTERNATIVES \
    pkgsrc/mail/py-aiosmtpd/PLIST pkgsrc/mail/py-aiosmtpd/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-aiosmtpd/Makefile

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-aiosmtpd/ALTERNATIVES
diff -u pkgsrc/mail/py-aiosmtpd/ALTERNATIVES:1.2 pkgsrc/mail/py-aiosmtpd/ALTERNATIVES:1.3
--- pkgsrc/mail/py-aiosmtpd/ALTERNATIVES:1.2    Fri Sep 29 12:40:55 2017
+++ pkgsrc/mail/py-aiosmtpd/ALTERNATIVES        Fri Sep 21 10:43:45 2018
@@ -1 +1 @@
-bin/aiosmtpd @PREFIX@/bin/aiosmtpd@PYVERSSUFFIX@
+bin/aiosmtpd @PREFIX@/bin/aiosmtpd-@PYVERSSUFFIX@
Index: pkgsrc/mail/py-aiosmtpd/PLIST
diff -u pkgsrc/mail/py-aiosmtpd/PLIST:1.2 pkgsrc/mail/py-aiosmtpd/PLIST:1.3
--- pkgsrc/mail/py-aiosmtpd/PLIST:1.2   Fri Sep 29 12:40:55 2017
+++ pkgsrc/mail/py-aiosmtpd/PLIST       Fri Sep 21 10:43:45 2018
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2017/09/29 12:40:55 adam Exp $
-bin/aiosmtpd${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.3 2018/09/21 10:43:45 adam Exp $
+bin/aiosmtpd-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Index: pkgsrc/mail/py-aiosmtpd/distinfo
diff -u pkgsrc/mail/py-aiosmtpd/distinfo:1.2 pkgsrc/mail/py-aiosmtpd/distinfo:1.3
--- pkgsrc/mail/py-aiosmtpd/distinfo:1.2        Fri Sep 29 12:40:55 2017
+++ pkgsrc/mail/py-aiosmtpd/distinfo    Fri Sep 21 10:43:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/29 12:40:55 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/09/21 10:43:45 adam Exp $
 
-SHA1 (aiosmtpd-1.1.tar.gz) = 0df0e6a17ec9b29ed2c27955b4e3023f50fe4ef6
-RMD160 (aiosmtpd-1.1.tar.gz) = cda2cf6d970600c6dbace8fe0a6321c756b9dbc9
-SHA512 (aiosmtpd-1.1.tar.gz) = b61df616f2e14d1da67ac05149543bf48b14a31d44437d9a1dd11b166b98b56220c00e7c55e18d4fd99872d724e23f272922dd3548150632a189d9cb9b652883
-Size (aiosmtpd-1.1.tar.gz) = 50722 bytes
+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

Index: pkgsrc/mail/py-aiosmtpd/Makefile
diff -u pkgsrc/mail/py-aiosmtpd/Makefile:1.3 pkgsrc/mail/py-aiosmtpd/Makefile:1.4
--- pkgsrc/mail/py-aiosmtpd/Makefile:1.3        Fri Sep 29 12:40:55 2017
+++ pkgsrc/mail/py-aiosmtpd/Makefile    Fri Sep 21 10:43:45 2018
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2017/09/29 12:40:55 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/21 10:43:45 adam Exp $
 
-DISTNAME=      aiosmtpd-1.1
+DISTNAME=      aiosmtpd-1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiosmtpd/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/aio-libs/aiosmtpd/
-COMMENT=       Reimplementation of the Python stdlib smtpd.py based on asyncio
+HOMEPAGE=      https://github.com/aio-libs/aiosmtpd
+COMMENT=       Asyncio based SMTP server
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic
@@ -17,7 +17,8 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  34 27
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} aiosmtpd aiosmtpd${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} aiosmtpd aiosmtpd-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index