diff --git a/python-pyudev.changes b/python-pyudev.changes index 33c024b..3e6fc9c 100644 --- a/python-pyudev.changes +++ b/python-pyudev.changes @@ -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 diff --git a/python-pyudev.spec b/python-pyudev.spec index 5c9a475..27c4c83 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -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 diff --git a/pyudev-0.14.tar.gz b/pyudev-0.14.tar.gz deleted file mode 100644 index c26c79b..0000000 --- a/pyudev-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a887b151aac965e77f98034559949934e5fba90836ba601e841dbdfdc6de7eb -size 67659 diff --git a/pyudev-0.15.tar.gz b/pyudev-0.15.tar.gz new file mode 100644 index 0000000..4b359af --- /dev/null +++ b/pyudev-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f462b777388c447edaac9e4b423a38a76eeb43f36b1a42288e771309d663c2 +size 72719