diff options
author | Philip Lacroix <slackph at posteo dot de> | 2021-02-19 20:56:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:01 +0700 |
commit | b403229b03d30d653a9ab151f67db9447e177926 (patch) | |
tree | 6a7f2e6fb10eac80d6a49183e25e0bae1ac9eb1e | |
parent | a62a76204cb078d9b380fd779e325b0bed89f3ee (diff) | |
download | slackbuilds-b403229b03d30d653a9ab151f67db9447e177926.tar.gz |
python/py-cpuinfo: Updated for version 7.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/py-cpuinfo/README | 4 | ||||
-rw-r--r-- | python/py-cpuinfo/py-cpuinfo.SlackBuild | 4 | ||||
-rw-r--r-- | python/py-cpuinfo/py-cpuinfo.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/py-cpuinfo/README b/python/py-cpuinfo/README index 5a13daab48..f69ead49ce 100644 --- a/python/py-cpuinfo/README +++ b/python/py-cpuinfo/README @@ -1,2 +1,2 @@ -py-cpuinfo retrieves CPU information with pure Python. It works with Python 2 -and 3, and does not require any compilation. +py-cpuinfo retrieves CPU information with pure Python. It works with +Python 2 and 3, and does not require any compilation. diff --git a/python/py-cpuinfo/py-cpuinfo.SlackBuild b/python/py-cpuinfo/py-cpuinfo.SlackBuild index fa5dca3ebb..5c9ebe097f 100644 --- a/python/py-cpuinfo/py-cpuinfo.SlackBuild +++ b/python/py-cpuinfo/py-cpuinfo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for py-cpuinfo -# Copyright 2017-2020 Philip Lacroix <slackph at posteo dot de> +# Copyright 2017-2021 Philip Lacroix <slackph at posteo dot de> # 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=py-cpuinfo -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-7.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/py-cpuinfo/py-cpuinfo.info b/python/py-cpuinfo/py-cpuinfo.info index b7a244de4c..161ffa2014 100644 --- a/python/py-cpuinfo/py-cpuinfo.info +++ b/python/py-cpuinfo/py-cpuinfo.info @@ -1,8 +1,8 @@ PRGNAM="py-cpuinfo" -VERSION="5.0.0" +VERSION="7.0.0" HOMEPAGE="https://github.com/workhorsy/py-cpuinfo" -DOWNLOAD="https://github.com/workhorsy/py-cpuinfo/archive/v5.0.0/py-cpuinfo-5.0.0.tar.gz" -MD5SUM="a8651af9aa251f146c73e69ac953746c" +DOWNLOAD="https://github.com/workhorsy/py-cpuinfo/archive/v7.0.0/py-cpuinfo-7.0.0.tar.gz" +MD5SUM="239d4f955578dacd84ecdb1738c52d1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |