Hello community,

here is the log from the commit of package python-i3ipc for openSUSE:Factory 
checked in at 2020-03-31 17:17:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-i3ipc (Old)
 and      /work/SRC/openSUSE:Factory/.python-i3ipc.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-i3ipc"

Tue Mar 31 17:17:18 2020 rev:2 rq:790107 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-i3ipc/python-i3ipc.changes        
2019-10-21 12:32:19.688227826 +0200
+++ /work/SRC/openSUSE:Factory/.python-i3ipc.new.3160/python-i3ipc.changes      
2020-03-31 17:17:20.579707529 +0200
@@ -1,0 +2,9 @@
+Tue Mar 31 10:50:37 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.1.1:
+  * Regression: emit detailed events correctly (#126)
+  * Regression: null values in replies should be python None (#123)
+  * Add the sway input event (#122)
+  * Raise handler exceptions from Connection.main() (#125)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-i3ipc.spec ++++++
--- /var/tmp/diff_new_pack.yk6x1s/_old  2020-03-31 17:17:27.335711819 +0200
+++ /var/tmp/diff_new_pack.yk6x1s/_new  2020-03-31 17:17:27.391711855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-i3ipc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%define skip_python2 1
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-i3ipc
 # Before upgrading, verify compatibility with bumblebee-status module title
 Version:        1.7.1
@@ -28,14 +30,13 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+# for tests we need i3 at build time
+BuildRequires:  %{python_module python-xlib}
 BuildRequires:  i3
-BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
 BuildRequires:  xvfb-run
+Requires:       %{python_module python-xlib}
 BuildArch:      noarch
-%ifpython2
-Requires:       python-enum34
-%endif
 %python_subpackages
 
 %description


Reply via email to