diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-03-30 20:42:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:14 +0700 |
commit | 7c71523b5bb9d7315fcaf3be90bca40ce48b8e28 (patch) | |
tree | 2fed593e8622aa1a386b8ee80eebcba7dcb1a3ac /python | |
parent | 7c073096179647a08f51acfcbd06e27cbe945800 (diff) |
python/python3-aiofiles: Updated for version 23.1.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-aiofiles/python3-aiofiles.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-aiofiles/python3-aiofiles.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-aiofiles/python3-aiofiles.SlackBuild b/python/python3-aiofiles/python3-aiofiles.SlackBuild index 91260448e23f9..ce3c6a39df15d 100644 --- a/python/python3-aiofiles/python3-aiofiles.SlackBuild +++ b/python/python3-aiofiles/python3-aiofiles.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-aiofiles -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiofiles SRCNAM=aiofiles -VERSION=${VERSION:-22.1.0} +VERSION=${VERSION:-23.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-aiofiles/python3-aiofiles.info b/python/python3-aiofiles/python3-aiofiles.info index d836ff8096091..9fad9b1b1b34c 100644 --- a/python/python3-aiofiles/python3-aiofiles.info +++ b/python/python3-aiofiles/python3-aiofiles.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiofiles" -VERSION="22.1.0" +VERSION="23.1.0" HOMEPAGE="https://github.com/Tinche/aiofiles" -DOWNLOAD="https://files.pythonhosted.org/packages/86/26/6e5060a159a6131c430e8a01ec8327405a19a449a506224b394e36f2ebc9/aiofiles-22.1.0.tar.gz" -MD5SUM="b22db90039c881f6aa64431c6b23f30f" +DOWNLOAD="https://files.pythonhosted.org/packages/40/a0/07be94aecba162ed5147359f9883e82afd2ac13aed33678a008fc8c36f8b/aiofiles-23.1.0.tar.gz" +MD5SUM="d648a31366030470c97401741747065f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |