Пакет python-pyudev-0.21.0-7.el8.src
Имя | python-pyudev |
---|---|
Эпоха | 0 |
Версия | 0.21.0 |
Релиз | 7.el8 |
Архитектура | src |
Сайт | http://pypi.python.org/pypi/pyudev |
Лицензия | LGPLv2+ |
Время сборки | 2023-08-08 19:33:03 |
Хост сборки | builder-x86-13.inferitos.ru |
Краткое описание | A libudev binding |
Репозитории | BaseOS |
Полное описание | pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports almost all libudev functionality, you can enumerate devices, query device properties and attributes or monitor devices, including asynchronous monitoring with threads, or within the event loops of Qt, Glib or wxPython. The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier versions of udev as found on dated Linux systems may work, but are not officially supported. |
Эррата | — |
Размер | 105 КиБ |
Исходный проект | python-pyudev-0.21.0-7.el8 |
Контрольная сумма SHA-256 | 3235def81e96cd9fd7176ff5b4a0dfa30429acbf0a84044ca7a0a5f90dc3e5be |
×
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.21.0-7 - Rebuilt for MSVSphere 8.8 * Thu Jun 14 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.0-7 - Dropped qt4 from RHEL-8 (#1591123) * Thu May 17 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 0.21.0-6 - Bumped release to fix conflict caused by automerge * Mon Apr 30 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 0.21.0-5 - Dropped python2 from RHEL-8 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 0.21.0-2 - Rebuild for Python 3.6 * Fri Jul 29 2016 mulhern <amulhern@redhat.com> - 0.21.1 - Deprecate use of Device object as mapping from udev property names to values - Add a Properties class and a Device.properties() method for udev properties - Fix places where Device object was incorrectly used in a boolean context - Return an empty string, not None, if the property value is an empty string - Exceptions re-raised from libudev calls now have a message string - Insert a warning about using a Device in a boolean context in docs - Infrastructure for vagrant tests is removed - Various internal refactorings - Extensive test improvements - Numerous documentation fixes * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon May 02 2016 mulhern <amulhern@redhat.com> - 0.20.0 - Remove parsing code added in previous release - No longer do CI for Python 2.6 - Eliminate all wildcard imports and __all__ statements - No longer use deprecated Device.from_sys_path() method - Minor pylint induced changes - Documentation fixes