14
0

Accepting request 1034909 from home:yarunachalam:branches:devel:languages:python

- Update to Release 9.0.0
  * Fixed Bug #178: Changes to lscpu breaks parsing of cache info
  * Fixed Bug #152: CPU stepping, model, and family values are blank if 0
  * Fixed Bug #177: Officially drop support for Python 2
  * Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite
  * Fixed Bug #173: Fix lgtm.com alerts
  * Fixed Bug #165: Support Wheel
  * Fixed Bug #167: Add support for RISC-V

OBS-URL: https://build.opensuse.org/request/show/1034909
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=17
This commit is contained in:
2022-11-11 09:30:31 +00:00
committed by Git OBS Bridge
parent ddc08fa8e1
commit 34be5b9f8b
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 9 18:28:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Release 9.0.0
* Fixed Bug #178: Changes to lscpu breaks parsing of cache info
* Fixed Bug #152: CPU stepping, model, and family values are blank if 0
* Fixed Bug #177: Officially drop support for Python 2
* Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite
* Fixed Bug #173: Fix lgtm.com alerts
* Fixed Bug #165: Support Wheel
* Fixed Bug #167: Add support for RISC-V
-------------------------------------------------------------------
Sun Jun 6 11:53:50 UTC 2021 - Dirk Müller <dmueller@suse.com>