py-aiosmtpd: updated to 1.4.5

1.4.5
Fixed incorrect handling of newlines.
This commit is contained in:
adam 2024-03-05 17:03:45 +00:00
parent d996cedfd8
commit 7f002983b9
3 changed files with 21 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2023/07/30 15:32:49 adam Exp $
# $NetBSD: Makefile,v 1.13 2024/03/05 17:03:45 adam Exp $
DISTNAME= aiosmtpd-1.4.4.post2
DISTNAME= aiosmtpd-1.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiosmtpd/}
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/aio-libs/aiosmtpd
COMMENT= Asyncio based SMTP server
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
@ -17,8 +19,6 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
pre-configure:
${CHMOD} -R go-w ${WRKSRC}
@ -26,5 +26,5 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} aiosmtpd aiosmtpd-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,12 +1,12 @@
@comment $NetBSD: PLIST,v 1.5 2023/05/07 21:08:39 markd Exp $
@comment $NetBSD: PLIST,v 1.6 2024/03/05 17:03:45 adam Exp $
bin/aiosmtpd-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/aiosmtpd/__init__.py
${PYSITELIB}/aiosmtpd/__init__.pyc
${PYSITELIB}/aiosmtpd/__init__.pyo
@ -19,7 +19,6 @@ ${PYSITELIB}/aiosmtpd/controller.pyo
${PYSITELIB}/aiosmtpd/docs/.gitignore
${PYSITELIB}/aiosmtpd/docs/Makefile
${PYSITELIB}/aiosmtpd/docs/NEWS.rst
${PYSITELIB}/aiosmtpd/docs/RTD-requirements.txt
${PYSITELIB}/aiosmtpd/docs/__init__.py
${PYSITELIB}/aiosmtpd/docs/__init__.pyc
${PYSITELIB}/aiosmtpd/docs/__init__.pyo
@ -41,6 +40,7 @@ ${PYSITELIB}/aiosmtpd/docs/lmtp.rst
${PYSITELIB}/aiosmtpd/docs/manpage.rst
${PYSITELIB}/aiosmtpd/docs/migrating.rst
${PYSITELIB}/aiosmtpd/docs/proxyprotocol.rst
${PYSITELIB}/aiosmtpd/docs/requirements.txt
${PYSITELIB}/aiosmtpd/docs/smtp.rst
${PYSITELIB}/aiosmtpd/docs/testing.rst
${PYSITELIB}/aiosmtpd/handlers.py
@ -114,6 +114,9 @@ ${PYSITELIB}/aiosmtpd/tests/test_smtp.pyo
${PYSITELIB}/aiosmtpd/tests/test_smtps.py
${PYSITELIB}/aiosmtpd/tests/test_smtps.pyc
${PYSITELIB}/aiosmtpd/tests/test_smtps.pyo
${PYSITELIB}/aiosmtpd/tests/test_smtpsmuggling.py
${PYSITELIB}/aiosmtpd/tests/test_smtpsmuggling.pyc
${PYSITELIB}/aiosmtpd/tests/test_smtpsmuggling.pyo
${PYSITELIB}/aiosmtpd/tests/test_starttls.py
${PYSITELIB}/aiosmtpd/tests/test_starttls.pyc
${PYSITELIB}/aiosmtpd/tests/test_starttls.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2023/05/07 21:08:39 markd Exp $
$NetBSD: distinfo,v 1.9 2024/03/05 17:03:45 adam Exp $
BLAKE2s (aiosmtpd-1.4.4.post2.tar.gz) = b26571ec8a811a17b5eedc4f6291741d91aedd6a254fcc856d79455748f82a75
SHA512 (aiosmtpd-1.4.4.post2.tar.gz) = b911e086f9fabd8b677d14cdc46573509377c491379148d8f8e76b96fdd509ba510550cb12b384dfc416759940494326ab6d719c859bce2048721d2d256d40fc
Size (aiosmtpd-1.4.4.post2.tar.gz) = 152460 bytes
BLAKE2s (aiosmtpd-1.4.5.tar.gz) = d89a9b2887eb0124d7ddbe842b08a7afcd10968f42f2fe4856a6dfde35197ea6
SHA512 (aiosmtpd-1.4.5.tar.gz) = c9507e25b5aeec442d299e13624ce00777ecf8089eee230b9cb9f92c18816cef890968c25144a56b95fd9b063b1440921841a16add624d717b8f6378d55c85a4
Size (aiosmtpd-1.4.5.tar.gz) = 152668 bytes