Hello community,

here is the log from the commit of package python-pyudev for openSUSE:Factory 
checked in at 2015-09-30 05:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyudev (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyudev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyudev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes      
2013-10-25 11:30:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new/python-pyudev.changes 
2015-09-30 05:51:36.000000000 +0200
@@ -1,0 +2,29 @@
+Wed Sep 23 18:44:41 UTC 2015 - asterios.dra...@gmail.com
+
+- Added a patch (do_not_install_tests.patch) to not install the
+  tests as a module (not needed). Fixes also file conflicts in
+  Factory.
+
+-------------------------------------------------------------------
+Tue Sep 15 05:47:44 UTC 2015 - h...@urpla.net
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  pyudev-0.16.1.tar.gz

New:
----
  do_not_install_tests.patch
  pyudev-0.17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyudev.spec ++++++
--- /var/tmp/diff_new_pack.NC9BEX/_old  2015-09-30 05:51:37.000000000 +0200
+++ /var/tmp/diff_new_pack.NC9BEX/_new  2015-09-30 05:51:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyudev
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,13 +17,15 @@
 
 
 Name:           python-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
+# PATCH-FIX-OPENSUSE do_not_install_tests.patch asterios.dra...@gmail.com -- 
Do not install the tests as a module
+Patch0:         do_not_install_tests.patch
 BuildRequires:  libudev-devel
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q -n pyudev-%{version}
+%patch0 -p1
 # Disable intersphinx and issuetracker, we don't want to access the web during 
doc build:
 sed -i -e "s|'sphinx.ext.intersphinx',\\?||" -e 
"s|'sphinxcontrib.issuetracker',\\?||" doc/conf.py
 

++++++ do_not_install_tests.patch ++++++
---
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: pyudev-0.17/setup.py
===================================================================
--- pyudev-0.17.orig/setup.py
+++ pyudev-0.17/setup.py
@@ -52,5 +52,5 @@ setuptools.setup(
         'Topic :: System :: Hardware',
         'Topic :: System :: Operating System Kernels :: Linux',
         ],
-    packages=setuptools.find_packages(),
+    packages=setuptools.find_packages(exclude=['tests.*', 'tests']),
     )
++++++ pyudev-0.16.1.tar.gz -> pyudev-0.17.tar.gz ++++++
++++ 6891 lines of diff (skipped)


Reply via email to