diff options
Diffstat (limited to 'python')
-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 5a13daab4853c..f69ead49cede3 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 fa5dca3ebb70b..5c9ebe097fbc3 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 b7a244de4c8e5..161ffa2014805 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="" |