pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-cpuinfo



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 11 14:25:51 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-cpuinfo: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-cpuinfo/Makefile \
    pkgsrc/sysutils/py-cpuinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-cpuinfo/Makefile
diff -u pkgsrc/sysutils/py-cpuinfo/Makefile:1.1 pkgsrc/sysutils/py-cpuinfo/Makefile:1.2
--- pkgsrc/sysutils/py-cpuinfo/Makefile:1.1     Mon May 18 12:22:49 2020
+++ pkgsrc/sysutils/py-cpuinfo/Makefile Thu Jun 11 14:25:51 2020
@@ -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 @@ HOMEPAGE=   https://github.com/workhorsy/p
 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"
Index: pkgsrc/sysutils/py-cpuinfo/distinfo
diff -u pkgsrc/sysutils/py-cpuinfo/distinfo:1.1 pkgsrc/sysutils/py-cpuinfo/distinfo:1.2
--- pkgsrc/sysutils/py-cpuinfo/distinfo:1.1     Mon May 18 12:22:49 2020
+++ pkgsrc/sysutils/py-cpuinfo/distinfo Thu Jun 11 14:25:51 2020
@@ -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