diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2022-02-07 02:02:43 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 08:25:37 +0700 |
commit | 6da0f560f9e1b780a014604e3709bd81a0be1a2e (patch) | |
tree | 832d3cb178860e9814593a9f51cbfc83396c3898 | |
parent | 830c9cbf50fd4435699fc79ede830176a7ca5b93 (diff) |
python/python3-fasteners: Updated for version 0.17.3.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-fasteners/python3-fasteners.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-fasteners/python3-fasteners.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-fasteners/python3-fasteners.SlackBuild b/python/python3-fasteners/python3-fasteners.SlackBuild index 4bcf84368572..55c6f61fe1ea 100644 --- a/python/python3-fasteners/python3-fasteners.SlackBuild +++ b/python/python3-fasteners/python3-fasteners.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-fasteners -VERSION=${VERSION:-0.17.2} +VERSION=${VERSION:-0.17.3} SRCNAM=fasteners BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-fasteners/python3-fasteners.info b/python/python3-fasteners/python3-fasteners.info index 56d4d6879dfe..92582b34c46b 100644 --- a/python/python3-fasteners/python3-fasteners.info +++ b/python/python3-fasteners/python3-fasteners.info @@ -1,8 +1,8 @@ PRGNAM="python3-fasteners" -VERSION="0.17.2" +VERSION="0.17.3" HOMEPAGE="https://github.com/harlowja/fasteners/" -DOWNLOAD="https://files.pythonhosted.org/packages/cd/d0/16383819680f8a0c2fdb2aff98058e8653ed94426ecb07c4c18926207b1c/fasteners-0.17.2.tar.gz" -MD5SUM="b01609ddea36c33cccf64299bdeb83d8" +DOWNLOAD="https://files.pythonhosted.org/packages/bd/f4/148f44998c1bdb064a508e7cbcf9e50b34572b3d36fcc378a5d61b7dc8c5/fasteners-0.17.3.tar.gz" +MD5SUM="3822d6ed0cf530d625e574a390f8f6fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-monotonic" |