1
0
Commit Graph

21 Commits

Author SHA256 Message Date
Dominique Leuenberger
38b832eea1 Accepting request 1081817 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=9
2023-04-22 19:59:27 +00:00
895332c9f6 Accepting request 1081541 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=20
2023-04-21 14:10:32 +00:00
Dominique Leuenberger
7b5e53e8ab Accepting request 1035192 from devel:languages:python
- Remove rpmlint errors:
  * Use postun instead of preun for update-alternatives
  * Remove shebang from py files
  * More specific python_sitelib in %files
  * Remove python_module macro definition
- 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/1035192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=8
2022-11-12 16:40:27 +00:00
15cb704aab - Remove rpmlint errors:
* Use postun instead of preun for update-alternatives
  * Remove shebang from py files
  * More specific python_sitelib in %files
  * Remove python_module macro definition

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=18
2022-11-11 09:45:13 +00:00
34be5b9f8b 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
2022-11-11 09:30:31 +00:00
Dominique Leuenberger
3f236029d6 Accepting request 897832 from devel:languages:python
- update to 8.0.0:
  * Fixed Bug #161: Accept arm64 as an alias for aarch64
  * Fixed Bug #160: Add MIPS architecture support
  * Fixed Bug #74: Add option to trace code paths to file
  * Fixed Bug #157: Remove multiple checks for sestatus

OBS-URL: https://build.opensuse.org/request/show/897832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=7
2021-06-11 20:30:12 +00:00
ddc08fa8e1 - update to 8.0.0:
* Fixed Bug #161: Accept arm64 as an alias for aarch64
  * Fixed Bug #160: Add MIPS architecture support
  * Fixed Bug #74: Add option to trace code paths to file
  * Fixed Bug #157: Remove multiple checks for sestatus

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=15
2021-06-06 11:55:32 +00:00
Dominique Leuenberger
dea3e537c2 Accepting request 835007 from devel:languages:python
- update to 7.0.0:
  * CPU flags vary between runs on Mac OS X
  * Change 'byte code' to 'machine code'
  * Overhead from generating machine code throws off CPUID HZ
  * On non BeOS systems, calling sysinfo may open GUI program
  * Invalid escape sequences warn when building in Python 3.8
  * Remove extended_model and extended_family fields
  * Remove empty and zeroed fields
  * Missing data on Ryzen CPUs
  * Rename fields to be more clear
  * Add option to return --version
  * Make test suite also check SELinux
  * Make unit tests also test CPUID
  * Add s390x support

OBS-URL: https://build.opensuse.org/request/show/835007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=6
2020-10-29 08:45:11 +00:00
0f834ad096 - update to 7.0.0:
* CPU flags vary between runs on Mac OS X
  * Change 'byte code' to 'machine code'
  * Overhead from generating machine code throws off CPUID HZ
  * On non BeOS systems, calling sysinfo may open GUI program
  * Invalid escape sequences warn when building in Python 3.8
  * Remove extended_model and extended_family fields
  * Remove empty and zeroed fields
  * Missing data on Ryzen CPUs
  * Rename fields to be more clear
  * Add option to return --version
  * Make test suite also check SELinux
  * Make unit tests also test CPUID
  * Add s390x support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=13
2020-09-16 21:07:54 +00:00
Dominique Leuenberger
7d07cde9da Accepting request 704967 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=5
2019-05-27 06:36:07 +00:00
Tomáš Chvátal
d251dc02a6 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
2019-05-23 09:25:31 +00:00
Stephan Kulow
e5d9f5fd2d Accepting request 671966 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/671966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=4
2019-02-08 12:47:42 +00:00
Todd R
f5813bcb9d Accepting request 671208 from home:Andreas_Schwab:Factory
- remove-arch-check.patch: disable arch check that breaks the testsuite

OBS-URL: https://build.opensuse.org/request/show/671208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=9
2019-02-05 19:05:56 +00:00
Dominique Leuenberger
71d8bc01c4 Accepting request 659834 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/659834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=3
2018-12-24 10:46:28 +00:00
Todd R
53da45ad9f 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
2018-12-19 04:00:10 +00:00
2bb75e9303 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=6
2018-12-04 17:19:06 +00:00
bd05875090 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=5
2018-12-04 13:49:41 +00:00
Dominique Leuenberger
de7f0c75d2 Accepting request 489378 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/489378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=2
2017-05-03 13:54:27 +00:00
Todd R
86e9b119f4 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
2017-04-19 15:53:26 +00:00
Dominique Leuenberger
5031960c7f Accepting request 419648 from devel:languages:python
Python 2 version of python3-py-cpuinfo.  Needed by python-tables.  Both are already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/419648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-cpuinfo?expand=0&rev=1
2016-09-13 20:24:01 +00:00
Todd R
6092c4857e Accepting request 419647 from home:TheBlackCat:branches:devel:languages:python
Python 2 version of python3-py-cpuinfo.  Needed by python-tables.

OBS-URL: https://build.opensuse.org/request/show/419647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=1
2016-08-16 15:51:38 +00:00