diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-01 11:00:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 15:03:28 +0700 |
commit | 89a4f4ce65699485857eacbe6f40d93b5b4ad631 (patch) | |
tree | 9fbc1400dff5585ecf26d84ccd38c1f4eec6cbe7 /python | |
parent | 31587a8529ebc6ef31e5b65fbe106eb454ddb121 (diff) |
python/python-PySnooper: Updated for version 0.3.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-PySnooper/python-PySnooper.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-PySnooper/python-PySnooper.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-PySnooper/python-PySnooper.SlackBuild b/python/python-PySnooper/python-PySnooper.SlackBuild index de224705f612..394b7c60636c 100644 --- a/python/python-PySnooper/python-PySnooper.SlackBuild +++ b/python/python-PySnooper/python-PySnooper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-PySnooper -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-PySnooper -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-PySnooper/python-PySnooper.info b/python/python-PySnooper/python-PySnooper.info index e4f75f2c32d6..500f7c9bebbc 100644 --- a/python/python-PySnooper/python-PySnooper.info +++ b/python/python-PySnooper/python-PySnooper.info @@ -1,8 +1,8 @@ PRGNAM="python-PySnooper" -VERSION="0.2.8" +VERSION="0.3.0" HOMEPAGE="https://github.com/cool-RR/PySnooper" -DOWNLOAD="https://files.pythonhosted.org/packages/source/P/PySnooper/PySnooper-0.2.8.tar.gz" -MD5SUM="050f15093c5346ef7786878e367623c9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/P/PySnooper/PySnooper-0.3.0.tar.gz" +MD5SUM="7b6aae35f62f5f7ab76e2d9840a7d708" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |