Python module to access DMI data
python-dmidecode is a python extension module that uses the code-base of the 'dmidecode' utility, and presents the data as python data structures or as XML data using libxml2.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-dmidecode
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-dmidecode && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
31-version_info-v-version.patch | 0000000690 690 Bytes | |
_link | 0000000124 124 Bytes | |
_service | 0000000568 568 Bytes | |
_servicedata | 0000000242 242 Bytes | |
detect-lib-with-py3.patch | 0000001720 1.68 KB | |
gcc7-inline.patch | 0000001103 1.08 KB | |
huge-memory.patch | 0000000716 716 Bytes | |
python-dmidecode-3.12.2+git.1666757106.e6ab5bc.tar |
0000160487 157 KB | |
python-dmidecode.changes | 0000006725 6.57 KB | |
python-dmidecode.spec | 0000004442 4.34 KB |
Revision 20 (latest revision is 35)
Matej Cepl (mcepl)
committed
(revision 20)
- Update to version 3.12.2+git.1666757106.e6ab5bc: * fix address_from_efi ret=0 message * fix function dmi_slot_segment_bus_func null point error in system slot * fix warning: this 'if' clause does not guard * fix warning: variable 'str_n' set but not used * fix warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast * fix warning: unused variable 'attr' * fix warning: unused variable 'addrstr' * fix warning: suggest parentheses around assignment used as truth value * fix warning: suggest parentheses around assignment used as truth value * src/dmidecode.c: In function 'dmi_tpm_characteristics': src/dmidecode.c:4788:24: warning: 'return' with a value, in function returning void [-Wreturn-type] 4788 | return data_n; | ^~~~~~ * fix warning: passing argument 3 of 'dmi_slot_peers' from incompatible pointer type * fix warning: unused variable 'ver' * fix warning: variable 'eptype' set but not used * fix warning: suggest parentheses around '&&' within '||' * fix warning: comparison of integer expressions of different signedness * fix warning: ignoring return value of 'legacy_decode' * fix warning argument 1 null where non-null expected * Update python-dmidecode to smbios 3.3.0 * Fix for printing an empty dictionary * Fix the failure of opening "/dev/mem": Permission denied * Fix bugs: 1. Fix smbios3_decode decoding sysfs table dump error. 2. Fix check smbios version error warning message. * Fix reading info permission deny bugs. - Remove duplicated Makefile_libdir.patch.
Comments 0