1
0

Accepting request 704760 from home:mcalabkova:branches:devel:languages:python

- update to version 5.0.0
  * Fixed Bug #117: Remove PyInstaller hacks
  * Fixed Bug #108: Client script runs multiple times without __main__
  * Fixed Bug #113: Add option to return results in json
  * Fixed Bug #110: Always tries to run wmic in get_system_info.py
  v4.0.0
  * Fixed Bug #80: Broken when using Pyinstaller
  * Fixed Bug #77: Get L1, L2, and L3 cache info from lscpu
  * Fixed Bug #79: Byte formats are inconsistent
  * Fixed Bug #81: Byte formatter breaks on non strings
  * Fixed Bug #95: Include if Python is 32 or 64 bit in get_system_info
  * Fixed Bug #87: lscpu gets brand field twice
  * Fixed Bug #96: Include Python version in output
  * Fixed Bug #85: CPUID HZ measurement is scaled wrong
  * Fixed Bug #100: Officially drop support for Python 2.6
  * Fixed Bug #101: Made it only check the dmesg boot log on Linux
  v3.3.0
  * Fixed Bug #72: Fails to parse invalid CPUID result.
- removed remove-arch-check.patch -- testsuite runs

OBS-URL: https://build.opensuse.org/request/show/704760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-05-23 09:25:31 +00:00
committed by Git OBS Bridge
parent f5813bcb9d
commit d251dc02a6
5 changed files with 27 additions and 18 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed May 22 13:40:11 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 5.0.0
* Fixed Bug #117: Remove PyInstaller hacks
* Fixed Bug #108: Client script runs multiple times without __main__
* Fixed Bug #113: Add option to return results in json
* Fixed Bug #110: Always tries to run wmic in get_system_info.py
v4.0.0
* Fixed Bug #80: Broken when using Pyinstaller
* Fixed Bug #77: Get L1, L2, and L3 cache info from lscpu
* Fixed Bug #79: Byte formats are inconsistent
* Fixed Bug #81: Byte formatter breaks on non strings
* Fixed Bug #95: Include if Python is 32 or 64 bit in get_system_info
* Fixed Bug #87: lscpu gets brand field twice
* Fixed Bug #96: Include Python version in output
* Fixed Bug #85: CPUID HZ measurement is scaled wrong
* Fixed Bug #100: Officially drop support for Python 2.6
* Fixed Bug #101: Made it only check the dmesg boot log on Linux
v3.3.0
* Fixed Bug #72: Fails to parse invalid CPUID result.
- removed remove-arch-check.patch -- testsuite runs
-------------------------------------------------------------------
Mon Feb 4 16:31:12 UTC 2019 - schwab@suse.de