14
0

Accepting request 489377 from home:TheBlackCat:branches:devel:languages:python

- Update to 3.1.0
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/489377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=3
This commit is contained in:
Todd R
2017-04-19 15:53:26 +00:00
committed by Git OBS Bridge
parent 5031960c7f
commit 86e9b119f4
4 changed files with 57 additions and 22 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Apr 19 15:46:57 UTC 2017 - toddrme2178@gmail.com
- Update to 3.1.0
* Fixed Bug #63: Include py-cpuinfo version in output
* Fixed Bug #29: Missing AVX2 CPU flag on OS X
* Fixed Bug #41: Broken on Odroid XU3 armhf ARM 32bit
* Fixed Bug #61: Not working on RHEL7.3 ppc64le
* Fixed Bug #56: Not working on Red Flag Linux ppc64le
* Fixed Bug #55: Not working on Fedora 24 ppc64le
- Update to 3.0.0
* Change API to hide low level functions
* Fixed Bug #51: Combine data from all sources instead of picking one
* Fixed Bug #59: Not working on OS X 10.12 Sierra
* Fixed Bug #58: Change version number format
* Fixed Bug #60: Not working on ARM64 odroid-c2
- Update to 0.2.7
* Fixed Bug #53: CPUID breaks test suite when SE Linux is on (Fedora 25)
* Fixed Bug #54: CPUID breaks when it returns nothing (Fedora 26)
- Update to 0.2.6
* New release because pypi does not allow deleting broken uploads
- Update to 0.2.5
* New release because pypi does not allow deleting broken uploads
- Update to 0.2.4
* Fixed Bug #35: Add basic documentation
* Fixed Bug #36: Make test suite test real functions too
* Fixed Bug #38: get_cpu_info_from_cpuid breaks with Python3
* Fixed Bug #47: Include sysctl leaf7_features and extfeatures flags
- Implement single-spec version
-------------------------------------------------------------------
Tue Aug 16 15:46:46 UTC 2016 - toddrme2178@gmail.com