Hardware

Latest version: v0.31.0

Safety actively analyzes 628477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.26.0

What's Changed
* Use mock from unittest by elfosardo in https://github.com/redhat-cip/hardware/pull/139
* Remove pylint check by elfosardo in https://github.com/redhat-cip/hardware/pull/141
* Set flake8-import-order min version to 0.17.1 by elfosardo in https://github.com/redhat-cip/hardware/pull/140
* Move detect_areca in the areca module by elfosardo in https://github.com/redhat-cip/hardware/pull/137
* Import detect_utils as module by elfosardo in https://github.com/redhat-cip/hardware/pull/143
* setup: Defaulting to python3 by ErwanAliasr1 in https://github.com/redhat-cip/hardware/pull/145
* Refactor detect hpa by elfosardo in https://github.com/redhat-cip/hardware/pull/144
* Move detect_megacli in the megacli module by elfosardo in https://github.com/redhat-cip/hardware/pull/146
* Move detect_disks to diskinfo module by elfosardo in https://github.com/redhat-cip/hardware/pull/147
* Move 2 more functions to detect_utils by elfosardo in https://github.com/redhat-cip/hardware/pull/148
* Fix output of hpacucli when no info available by elfosardo in https://github.com/redhat-cip/hardware/pull/150
* Move logic to retrieve system uuid to detect_utils by elfosardo in https://github.com/redhat-cip/hardware/pull/149
* Use ubuntu focal travis environment for tests by elfosardo in https://github.com/redhat-cip/hardware/pull/151
* Set safe version of hacking by elfosardo in https://github.com/redhat-cip/hardware/pull/152
* Move more generic functions to detect-utils by elfosardo in https://github.com/redhat-cip/hardware/pull/153
* Move some more functions to detect-utils by elfosardo in https://github.com/redhat-cip/hardware/pull/154
* Move detect system to its own module by elfosardo in https://github.com/redhat-cip/hardware/pull/155
* Fix final output by elfosardo in https://github.com/redhat-cip/hardware/pull/156


**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.25.0...0.26.0

0.25.0

What's Changed
* Remove hardware.cardiff and the hardware-cardiff tool (fixes 124) by dtantsur in https://github.com/redhat-cip/hardware/pull/125
* Fix typos, improve docstrings by sere in https://github.com/redhat-cip/hardware/pull/129
* detect: Fixing numa cpu_count computation by ErwanAliasr1 in https://github.com/redhat-cip/hardware/pull/128
* simplify _from_file function by sere in https://github.com/redhat-cip/hardware/pull/126
* Fix travis CI by elfosardo in https://github.com/redhat-cip/hardware/pull/132
* Handle check_output exception for rtc by bfournie in https://github.com/redhat-cip/hardware/pull/133
* Get the CPU scaling governor on kernels < 4.3 by sere in https://github.com/redhat-cip/hardware/pull/131
* Simple refactor of test_detect_utils by elfosardo in https://github.com/redhat-cip/hardware/pull/135
* Add CPU architecture, SMT state and threads per core to collected data by sere in https://github.com/redhat-cip/hardware/pull/134
* Add rotation rate to SMART collected data by sere in https://github.com/redhat-cip/hardware/pull/136
* Bump hacking to 3.0.0 by elfosardo in https://github.com/redhat-cip/hardware/pull/138

New Contributors
* sere made their first contribution in https://github.com/redhat-cip/hardware/pull/129
* bfournie made their first contribution in https://github.com/redhat-cip/hardware/pull/133

**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.24.0...0.25.0

0.24.0

What's Changed
* Stop supporting Python 2.x by elfosardo in https://github.com/redhat-cip/hardware/pull/116
* Use correct python version for tox based on env by elfosardo in https://github.com/redhat-cip/hardware/pull/118
* No need to import print_function anymore by elfosardo in https://github.com/redhat-cip/hardware/pull/119
* Skip network drive grouping when network drives not detected by jovial in https://github.com/redhat-cip/hardware/pull/121
* Drop the dependency on netaddr by dtantsur in https://github.com/redhat-cip/hardware/pull/122
* Stop using six library by elfosardo in https://github.com/redhat-cip/hardware/pull/123

New Contributors
* jovial made their first contribution in https://github.com/redhat-cip/hardware/pull/121

**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.23.0...0.24.0

0.22.0

What's Changed
* Cosmetic change to adapt to new pep8 style by elfosardo in https://github.com/redhat-cip/hardware/pull/99
* Cleaning test_detect by elfosardo in https://github.com/redhat-cip/hardware/pull/95
* [Bugzilla 1729237] Fix benchmark output for disks by elfosardo in https://github.com/redhat-cip/hardware/pull/98
* smart support for nvme devices by elfosardo in https://github.com/redhat-cip/hardware/pull/94
* Add auxv detection by mrda in https://github.com/redhat-cip/hardware/pull/101
* Remove unused files under hardware/cardiff/VM. by amoralej in https://github.com/redhat-cip/hardware/pull/102
* Improve resiliency to failure by mrda in https://github.com/redhat-cip/hardware/pull/105
* Enforce 80 columns line length by elfosardo in https://github.com/redhat-cip/hardware/pull/103
* Use string format instead of concatenation by elfosardo in https://github.com/redhat-cip/hardware/pull/106
* Fix error mem benchmark with Python 3 by elfosardo in https://github.com/redhat-cip/hardware/pull/108

New Contributors
* mrda made their first contribution in https://github.com/redhat-cip/hardware/pull/101
* amoralej made their first contribution in https://github.com/redhat-cip/hardware/pull/102

**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.21.1...0.22.0

0.21.1

What's Changed
* Split lscpu output on first colon occurrence only by elfosardo in https://github.com/redhat-cip/hardware/pull/93
* Bugzilla 1728042: Hardware-detect fails with UnicodeDecodeError by sabedevops in https://github.com/redhat-cip/hardware/pull/97
* Call dmesg inside its parsing function by elfosardo in https://github.com/redhat-cip/hardware/pull/96

New Contributors
* sabedevops made their first contribution in https://github.com/redhat-cip/hardware/pull/97

**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.21.0...0.21.1

0.21.0

What's Changed
* fix travis config for python 3.7 by using xenial by fredericlepied in https://github.com/redhat-cip/hardware/pull/86
* Move smart utils to its own module by elfosardo in https://github.com/redhat-cip/hardware/pull/85
* Use pure argparse by elfosardo in https://github.com/redhat-cip/hardware/pull/89
* Fix error cpu benchmark with Python 3.x by elfosardo in https://github.com/redhat-cip/hardware/pull/88
* Basic support for nvme devices by elfosardo in https://github.com/redhat-cip/hardware/pull/91


**Full Changelog**: https://github.com/redhat-cip/hardware/compare/0.20.1...0.21.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.