| Name: | python3-hwdata |
|---|---|
| Version: | 2.3.6 |
| Release: | 3.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 179208 |
| License: | GPLv2 |
| RPM: | python3-hwdata-2.3.6-3.el9.noarch.rpm |
| Source RPM: | python-hwdata-2.3.6-3.el9.src.rpm |
| Build Date: | Thu Feb 17 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/xsuchy/python-hwdata |
| Summary: | Python bindings to hwdata package |
| Description: | Provide python interface to database stored in hwdata package. It allows you to get human readable description of USB and PCI devices. This is the Python 3 build of the module. |
- Remove pylint dependency
- Don't build Python 2 subpackage on EL > 7
- Update Python 2 dependency declarations to new packaging standards
- create python2-hwdata subpackage - use dnf instead of yum in README - remove rhel5 compatibilities from spec
- run pylint in %check - require hwdata in python 3 package too (jdobes@redhat.com) - implement PNP interface - errors in usb.ids should not be fatal - change upstream url in setup.py