| Name: | python-cpuinfo |
|---|---|
| Version: | 0.1.4 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 70747 |
| License: | MIT |
| RPM: | python-cpuinfo-0.1.4-1.el7.noarch.rpm |
| Source RPM: | python-cpuinfo-0.1.4-1.el7.src.rpm |
| Build Date: | Wed Oct 25 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/workhorsy/py-cpuinfo |
| Summary: | Getting CPU info |
| Description: | Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without
any extra programs or libraries, beyond what your OS provides.
These approaches are used for getting info:
Windows Registry
/proc/cpuinfo
sysctl
dmesg
isainfo and psrinfo
Querying x86 CPUID register |
- Update to 0.1.4 release - Resolves:rh#1190549 - cpuinfo failed to run
- Resolves:rh#1178548, follow dnf way to use py3 binary
- Clean the spec to follow py3 guidelines
- Update to 0.1.2 release
- fix rpmlint messages - Added upstream LICENSE file not in tarball
- Initial packaging