From 53da45ad9f78ce4b556273929c282ceaffef1eed4e1aef96342ea9207ac979bf Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 19 Dec 2018 04:00:10 +0000 Subject: [PATCH] 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 --- python-py-cpuinfo.changes | 5 +++++ python-py-cpuinfo.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-py-cpuinfo.changes b/python-py-cpuinfo.changes index aaefa28..060824d 100644 --- a/python-py-cpuinfo.changes +++ b/python-py-cpuinfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 00:06:15 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim build process from description. + ------------------------------------------------------------------- Tue Dec 4 12:52:00 UTC 2018 - Matej Cepl diff --git a/python-py-cpuinfo.spec b/python-py-cpuinfo.spec index 2c45c23..c449152 100644 --- a/python-py-cpuinfo.spec +++ b/python-py-cpuinfo.spec @@ -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)