diff options
author | Arn0 <yth@ythogtha.org> | 2024-05-31 13:15:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-31 23:56:42 +0700 |
commit | c10ebd4c3e3e4769bfe63d148c5d556ca54bced2 (patch) | |
tree | cd11e4b56db350176db47c3c15a473ce85d53a26 | |
parent | df6fe8d7296cfd8f6369c454d63720db581f0f68 (diff) |
python/python3-aiosmtpd: updated for version 1.4.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-aiosmtpd/python3-aiosmtpd.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-aiosmtpd/python3-aiosmtpd.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-aiosmtpd/python3-aiosmtpd.SlackBuild b/python/python3-aiosmtpd/python3-aiosmtpd.SlackBuild index 2f31f6b220a1..b6edc2792a26 100644 --- a/python/python3-aiosmtpd/python3-aiosmtpd.SlackBuild +++ b/python/python3-aiosmtpd/python3-aiosmtpd.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiosmtpd SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.4.5} +VERSION=${VERSION:-1.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-aiosmtpd/python3-aiosmtpd.info b/python/python3-aiosmtpd/python3-aiosmtpd.info index ee9c870e356d..bbd4b97f0d8b 100644 --- a/python/python3-aiosmtpd/python3-aiosmtpd.info +++ b/python/python3-aiosmtpd/python3-aiosmtpd.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiosmtpd" -VERSION="1.4.5" +VERSION="1.4.6" HOMEPAGE="https://aiosmtpd.readthedocs.io/" -DOWNLOAD="https://pypi.python.org/packages/source/a/aiosmtpd/aiosmtpd-1.4.5.tar.gz" -MD5SUM="46a1fc6aa6a548f1231981b2ddacf40c" +DOWNLOAD="https://pypi.python.org/packages/source/a/aiosmtpd/aiosmtpd-1.4.6.tar.gz" +MD5SUM="d9d2a7c9aff2d7a579c6d20777930a71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-atpublic python3-attrs" |