1
0

Accepting request 659793 from home:jengelh:branches:devel:languages:python

- Use noun phrase in summary. Trim build process from description.

OBS-URL: https://build.opensuse.org/request/show/659793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=7
This commit is contained in:
Todd R 2018-12-19 04:00:10 +00:00 committed by Git OBS Bridge
parent 2bb75e9303
commit 53da45ad9f
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 19 00:06:15 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary. Trim build process from description.
-------------------------------------------------------------------
Tue Dec 4 12:52:00 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
Name: python-py-cpuinfo
Version: 3.1.0
Release: 0
Summary: Get CPU info with pure Python
Summary: Python library and tool to get CPU info
License: MIT
Group: Development/Languages/Python
URL: https://github.com/workhorsy/py-cpuinfo
@ -37,10 +37,8 @@ BuildArch: noarch
%description
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
without any extra programs or libraries, beyond what your OS
provides. It does not require any compilation(C/C++, assembly, et
cetera) to use. It works on Linux, OS X, Windows, BSD, Solaris,
Cygwin, Haiku, and BeagleBone. It currently only works on X86 and some
ARM CPUs.
provides. It supports Linux, OS X, Windows, BSD, Solaris,
Cygwin, Haiku, and BeagleBone, but only on x86 and some ARM CPUs.
These approaches are used for getting info:
1. Windows Registry (Windows)