Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-cpuinfo py-cpuinfo: updated to 6.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52843f34601d
branches:  trunk
changeset: 434127:52843f34601d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 11 14:25:51 2020 +0000

description:
py-cpuinfo: updated to 6.0.0

Release 6.0.0
* Fixed Bug 140: The get_cache function has swapped fields
* Fixed Bug 142: Remove empty and zeroed fields
* Fixed Bug 115: Missing data on Ryzen CPUs
* Fixed Bug 122: Rename fields to be more clear
* Fixed Bug 125: Add option to return --version
* Fixed Bug 126: Make test suite also check SELinux
* Fixed Bug 120: Make unit tests also test CPUID
* Fixed Bug 69: Add s390x support

diffstat:

 sysutils/py-cpuinfo/Makefile |   7 ++-----
 sysutils/py-cpuinfo/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 40fa7212275b -r 52843f34601d sysutils/py-cpuinfo/Makefile
--- a/sysutils/py-cpuinfo/Makefile      Thu Jun 11 14:24:49 2020 +0000
+++ b/sysutils/py-cpuinfo/Makefile      Thu Jun 11 14:25:51 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/05/18 12:22:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/11 14:25:51 adam Exp $
 
-DISTNAME=      py-cpuinfo-5.0.0
+DISTNAME=      py-cpuinfo-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py-cpuinfo/}
@@ -10,13 +10,10 @@
 COMMENT=       Get CPU info with pure Python
 LICENSE=       mit
 
-#PYTHON_VERSIONED_DEPENDENCIES+=       test
-
 USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} cpuinfo cpuinfo-${PYVERSSUFFIX} || ${TRUE}
 
-#.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 40fa7212275b -r 52843f34601d sysutils/py-cpuinfo/distinfo
--- a/sysutils/py-cpuinfo/distinfo      Thu Jun 11 14:24:49 2020 +0000
+++ b/sysutils/py-cpuinfo/distinfo      Thu Jun 11 14:25:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/05/18 12:22:49 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/06/11 14:25:51 adam Exp $
 
-SHA1 (py-cpuinfo-5.0.0.tar.gz) = 35d1dce8881c4b3860e86217fff3679e653ba8b7
-RMD160 (py-cpuinfo-5.0.0.tar.gz) = b0e8b732e281c3088fd35e3ea9b1cb8e093c33bf
-SHA512 (py-cpuinfo-5.0.0.tar.gz) = d3a22ffdc4d1668a58330016e3297e57c07f6380e544497b1ad9dfcf0410b000f69418bf1cb9a434a2ffdbc8f17be89a25d33c65817913a823c6e181df6b760e
-Size (py-cpuinfo-5.0.0.tar.gz) = 82118 bytes
+SHA1 (py-cpuinfo-6.0.0.tar.gz) = 63fab512a27f872d15938c2bdcf1e4ea79c3f6c2
+RMD160 (py-cpuinfo-6.0.0.tar.gz) = 327afbffc2d4478164cd8242f8c00353c071884e
+SHA512 (py-cpuinfo-6.0.0.tar.gz) = 4941a5193cc376a44e99bc82644ec9d7e8f9f11b4e5fb1ad22a71c959959dde7f67290b436dfad2f26c68ef17d08e33538cf80443f763268c503af17b8479438
+Size (py-cpuinfo-6.0.0.tar.gz) = 145260 bytes



Home | Main Index | Thread Index | Old Index