forked from pool/python-pyudev
Accepting request 90192 from home:adra:branches:devel:languages:python
Update to version 0.13 OBS-URL: https://build.opensuse.org/request/show/90192 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=4
This commit is contained in:
parent
69edba7421
commit
a0ee3e3f89
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 6 13:37:02 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to version 0.13:
|
||||
* #36: Added :meth:`pyudev.Monitor.set_receive_buffer_size` (thanks to Rémi
|
||||
Rérolle)
|
||||
* #34: :class:`pyudev.Device.tags` returns a :class:`pyudev.Tags` object now
|
||||
* Added :meth:`pyudev.Enumerator.match_parent`
|
||||
* Added ``parent`` keyword argument to :meth:`pyudev.Enumerator.match()`
|
||||
* Removed :meth:`pyudev.Enumerator.match_children` in favour of
|
||||
:meth:`pyudev.Enumerator.match_parent`
|
||||
* :attr:`pyudev.Device.children` requires udev version 172 now
|
||||
* #31: Added :meth:`pyudev.Enumerator.match_attribute`
|
||||
* Added ``nomatch`` argument to :meth:`pyudev.Enumerator.match_subsystem` and
|
||||
:meth:`pyudev.Enumerator.match_attribute`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 20:43:18 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -15,11 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: python-pyudev
|
||||
Version: 0.12
|
||||
Version: 0.13
|
||||
Release: 1
|
||||
License: LGPL-2.1+
|
||||
Summary: Udev bindings for Python
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e631f865df238002c23759b0446441b7d84b2684b6443b02712a7b765b1b273
|
||||
size 60551
|
3
pyudev-0.13.tar.gz
Normal file
3
pyudev-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60f4e71d3b32148b499db7ad860f94a9f73fa8faf06583e56ae4bbbdc020f946
|
||||
size 64088
|
Loading…
Reference in New Issue
Block a user