Hello community, here is the log from the commit of package python3-pyudev for openSUSE:Factory checked in at 2015-09-08 17:44:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyudev (Old) and /work/SRC/openSUSE:Factory/.python3-pyudev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyudev" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyudev/python3-pyudev.changes 2013-06-21 19:08:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyudev.new/python3-pyudev.changes 2015-09-08 18:05:06.000000000 +0200 @@ -1,0 +2,24 @@ +Mon Sep 7 09:13:23 UTC 2015 - [email protected] + +- Update to version 0.17 + * #52: Remove global libudev object + * #57: Really start the monitor on :meth:`pyudev.Monitor.poll()` + * #60: Do not use :meth:`select.select` to avoid hitting its file descriptor + limit + * #58: Force non *blocking IO in :class:`pyudev.Monitor` to avoid blocking on + receiving the device + * #63: Set proper flags on pipe fds. + * #65: Handle irregular polling events properly. + * #50: Add :class:`pyudev.wx.MonitorObserver` and deprecate + :class:`pyudev.wx.WxUDevMonitorObserver` + * #50: Add :class:`pyudev.glib.MonitorObserver` and deprecate + :class:`pyudev.glib.GUDevMonitorObserver` + * #50: Add :class:`pyudev.pyqt4.MonitorObserver` and deprecate + :class:`pyudev.pyqt4.QUDevMonitorObserver` + * #50: Add :class:`pyudev.pyside.MonitorObserver` and deprecate + :class:`pyudev.pyside.QUDevMonitorObserver` + * Add a wrapper function to retry interruptible system calls. +- Use python3-setuptools instead of python3-distribute +- Remove python3-2to3 build dependency + +------------------------------------------------------------------- Old: ---- pyudev-0.16.1.tar.gz New: ---- pyudev-0.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyudev.spec ++++++ --- /var/tmp/diff_new_pack.gwJLlE/_old 2015-09-08 18:05:09.000000000 +0200 +++ /var/tmp/diff_new_pack.gwJLlE/_new 2015-09-08 18:05:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-pyudev # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,18 @@ Name: python3-pyudev -Version: 0.16.1 +Version: 0.17 Release: 0 Summary: Udev bindings for Python 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 +Source0: https://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz BuildRequires: libudev-devel -BuildRequires: python3-2to3 BuildRequires: python3-Sphinx BuildRequires: python3-devel -BuildRequires: python3-distribute +BuildRequires: python3-setuptools BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A Python binding to libudev, the hardware management library and service found @@ -48,6 +46,8 @@ %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} +# Remove the tests; avoid further conflicts +rm -rf %{buildroot}%{python3_sitelib}/tests %files %defattr(-,root,root,-) ++++++ pyudev-0.16.1.tar.gz -> pyudev-0.17.tar.gz ++++++ ++++ 6891 lines of diff (skipped)
