commit python-i3ipc for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package python-i3ipc for openSUSE:Factory 
checked in at 2020-04-07 10:29:55

Comparing /work/SRC/openSUSE:Factory/python-i3ipc (Old)
 and  /work/SRC/openSUSE:Factory/.python-i3ipc.new.3248 (New)


Package is "python-i3ipc"

Tue Apr  7 10:29:55 2020 rev:3 rq:791671 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-i3ipc/python-i3ipc.changes
2020-03-31 17:17:20.579707529 +0200
+++ /work/SRC/openSUSE:Factory/.python-i3ipc.new.3248/python-i3ipc.changes  
2020-04-07 10:31:34.218518038 +0200
@@ -1,0 +2,16 @@
+Mon Apr  6 07:38:48 UTC 2020 - Michael Vetter 
+
+- Update to 2.2.1:
+  * includes sway comatibility enhancements (#98) and other bugfixes.
+  * Make the sway INPUT event subscribable (#127).
+  * Remove the enum-compat dependency (#128).
+  * Add examples and docs to MANIFEST.in (#132).
+  * Add sway-specific fields to OutputReply (#137).
+  * Add find_by_pid() method for sway (#142).
+  * Add side properties to Gaps object (#143).
+  * Add ipc_data attribute to objects (8947b9f).
+  * Add all known sway properties (e6c7f1b).
+  * Fix scratchpad for sway (f11e729).
+  * Bug: fix crash after reload then restart (#148).
+
+---

Old:

  i3ipc-1.7.1.tar.gz

New:

  i3ipc-2.2.1.tar.gz



Other differences:
--
++ python-i3ipc.spec ++
--- /var/tmp/diff_new_pack.xGJdiB/_old  2020-04-07 10:31:35.110519200 +0200
+++ /var/tmp/diff_new_pack.xGJdiB/_new  2020-04-07 10:31:35.114519205 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-i3ipc
 # Before upgrading, verify compatibility with bumblebee-status module title
-Version:1.7.1
+Version:2.2.1
 Release:0
 Summary:Python library for i3 WM extensions
 License:BSD-3-Clause
@@ -55,7 +55,7 @@
 
 # Remove shebang which is not needed (that script cannot be executed
 # standalone).
-sed -i '/^#!\/usr\/bin\/env.*/d' i3ipc/i3ipc.py examples/*.py
+sed -i '/^#!\/usr\/bin\/env.*/d' examples/*.py examples/i3-focus/*.py
 
 %build
 %python_build

++ i3ipc-1.7.1.tar.gz -> i3ipc-2.2.1.tar.gz ++
 7046 lines of diff (skipped)




commit python-i3ipc for openSUSE:Factory

2020-03-31 Thread root
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 
+
+- 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