1
0
forked from pool/python-pyudev

Accepting request 108771 from devel:languages:python

Update to version 0.15 (forwarded request 108753 from adra)

OBS-URL: https://build.opensuse.org/request/show/108771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyudev?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2012-03-12 19:16:22 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Mar 10 19:20:03 UTC 2012 - asterios.dramis@gmail.com
- Update to version 0.15:
* #20: :meth:`pyudev.Monitor.filter_by()` and
:meth:`pyudev.Monitor.filter_by_tag()` can be called after
:meth:`pyudev.Monitor.enable_receiving()` now
* #20: Added :meth:`~pyudev.Monitor.remove_filter()`
* :class:`pyudev.MonitorObserver` calls
:meth:`pyudev.Monitor.enable_receiving()` now when started.
* #40: Added user guide to the documentation
* #39: Added :meth:`pyudev.Device.from_device_file()`
* :data:`errno.EINVAL` from underlying libudev functions causes
:exc:`~exceptions.ValueError` instead of
:exc:`~exceptions.EnvironmentError` now.
-------------------------------------------------------------------
Sat Feb 18 16:21:43 UTC 2012 - asterios.dramis@gmail.com

View File

@@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pyudev
Version: 0.14
Version: 0.15
Release: 0
License: LGPL-2.1+
Summary: Udev bindings for Python
Url: http://pyudev.readthedocs.org/
License: LGPL-2.1+
Group: Development/Libraries/Python
Url: http://pyudev.readthedocs.org/
Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
BuildRequires: libudev-devel
BuildRequires: python-devel
@@ -49,6 +50,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INS
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc CHANGES.rst COPYING README.rst
%doc doc/
%doc doc/guide.rst doc/index.rst
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a887b151aac965e77f98034559949934e5fba90836ba601e841dbdfdc6de7eb
size 67659

3
pyudev-0.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12f462b777388c447edaac9e4b423a38a76eeb43f36b1a42288e771309d663c2
size 72719