Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pyudev-0.21.0-7.el8 RPM for noarch

From CentOS 8-stream BaseOS for aarch64 / Packages

Name: python3-pyudev Distribution: CentOS
Version: 0.21.0 Vendor: CentOS
Release: 7.el8 Build date: Sat May 11 17:31:31 2019
Group: Unspecified Build host: x86-01.mbox.centos.org
Size: 322955 Source RPM: python-pyudev-0.21.0-7.el8.src.rpm
Packager: CentOS Buildsys <bugs@centos.org>
Url: http://pypi.python.org/pypi/pyudev
Summary: A libudev binding
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.

Provides

Requires

License

LGPLv2+

Changelog

* 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
* Mon Feb 08 2016 mulhern <amulhern@redhat.com> - 0.19.0
  - Never raise a DeviceNotFoundError when iterating over a device enumeration
  - Device.subsystem() now returns None if device has no subsystem
  - Add DeprecationWarnings to deprecated Device methods
  - Replace "/" with "!" in Device.from_name() sys_name parameter
  - Add some unstable classes for parsing some kinds of values
  - Make version info more like Python's including micro numbers and levels
  - Refactor some internal modules into subdirectories
  - Work on tests and reproducers
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 21 2015 mulhern <amulhern@redhat.com> - 0.18.1
  - Restore raising KeyError in astring, asint, asbool methods in Attributes
  - Add dependency on six package
  - pyudev sources now in src directory
  - Added support for pyqt5 monitor observer
  - Added discover module, which looks up a device on limited information
  - DeviceNotFoundError is no longer a subtype of LookupError
  - Attributes class no longer extends Mapping class
  - Attributes class no longer inherits [] operator and other Mapping methods
  - Attributes class object are no longer iterable or indexable and have no length
  - Attributes.available_attributes property added
  - Attributes.get() method, with usual semantics explicitly defined
  - Device.from_* methods are deprecated, use Devices.from_* methods instead
  - Device.from_device_number() now raises DeviceNotFoundByNumberError
  - Devices.from_interface_index() method added
  - Devices.from_kernel_device() method added
* Thu Dec 03 2015 David Shea <dshea@redhat.com> - 0.17-4
  - Add requires for things that are required
  - Split the main-loop integration modules into separate packages
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 0.17-3
  - Rebuilt for Python3.5 rebuild
* Tue Sep 15 2015 David Shea <dshea@redhat.com> - 0.17.1-2
  - Fix a typo in the python3-pyudev Provides
* Mon Sep 14 2015 David Shea <dshea@redhat.com> - 0.17.1-1
  - Really start the monitor on pyudev.Monitor.poll()
  - Force non-blocking IO in pyudev.Monitor to avoid blocking on receiving the device
  - Set proper flags on pipe fs
  - Handle irregular polling events properly
  - Rename MonitorObserver GUI classes and deprecate the old ones
  - Remove patches for #1170337 and #1230773 that are now part of upstream
  - Switch to new packaging guidelines which renames python-pyudev to python2-pyudev
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Jun 12 2015 David Shea <dshea@redhat.com> - 0.16.1-3
  - Retry interrupted system calls (#1230773)
  - Rearrange the build process to match current packaging recommendations
* Wed Jan 28 2015 David Shea <dshea@redhat.com> - 0.16.1-2
  - Use %license for the license file
* Wed Dec 10 2014 David Shea <dshea@redhat.com> - 0.16.1-1
  - Update to pyudev-0.16.1 (#880644)
  - Apply a patch from upstream to remove a global reference to libudev (#1170337)
* Wed Dec 10 2014 David Shea <dshea@redhat.com> - 0.15-7
  - Fix license tag (LGPL -> LGPLv2+) (#990579)
  - Remove rst tags from description
  - Remove unnecessary requires and buildrequires (#1095459)
  - Avoid packaging upstream egg-info files
  - Add a python3 package
  - Drop the Group tag which wasn't even the right group
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jul 23 2012 Chris Lockfort <clockfort@redhat.com> 0.15-3
  - Reflect rawhide merging udev into systemd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jun 18 2012 Chris Lockfort <clockfort@redhat.com> 0.15-1
  - initial package

Files

/usr/lib/python3.6/site-packages/pyudev
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pyudev-0.21.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pyudev/__init__.py
/usr/lib/python3.6/site-packages/pyudev/__pycache__
/usr/lib/python3.6/site-packages/pyudev/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_qt_base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_qt_base.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/_util.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/core.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/discover.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/discover.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/monitor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/monitor.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_compat.py
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__init__.py
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/_errorcheckers.py
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/libc.py
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/libudev.py
/usr/lib/python3.6/site-packages/pyudev/_ctypeslib/utils.py
/usr/lib/python3.6/site-packages/pyudev/_os
/usr/lib/python3.6/site-packages/pyudev/_os/__init__.py
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/pipe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/pipe.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/poll.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/__pycache__/poll.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/_os/pipe.py
/usr/lib/python3.6/site-packages/pyudev/_os/poll.py
/usr/lib/python3.6/site-packages/pyudev/_qt_base.py
/usr/lib/python3.6/site-packages/pyudev/_util.py
/usr/lib/python3.6/site-packages/pyudev/core.py
/usr/lib/python3.6/site-packages/pyudev/device
/usr/lib/python3.6/site-packages/pyudev/device/__init__.py
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/_device.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/_device.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/_errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyudev/device/__pycache__/_errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyudev/device/_device.py
/usr/lib/python3.6/site-packages/pyudev/device/_errors.py
/usr/lib/python3.6/site-packages/pyudev/discover.py
/usr/lib/python3.6/site-packages/pyudev/monitor.py
/usr/lib/python3.6/site-packages/pyudev/version.py
/usr/share/doc/python3-pyudev
/usr/share/doc/python3-pyudev/CHANGES.rst
/usr/share/doc/python3-pyudev/README.rst
/usr/share/licenses/python3-pyudev
/usr/share/licenses/python3-pyudev/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 05:28:37 2024