Hello community,

here is the log from the commit of package python-i3ipc for openSUSE:Leap:15.2 
checked in at 2020-04-12 15:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-i3ipc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-i3ipc.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-i3ipc"

Sun Apr 12 15:39:37 2020 rev:2 rq:793367 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-i3ipc/python-i3ipc.changes      
2020-02-22 17:51:17.197631300 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-i3ipc.new.3248/python-i3ipc.changes    
2020-04-12 15:39:38.810069156 +0200
@@ -1,0 +2,25 @@
+Mon Apr  6 07:38:48 UTC 2020 - Michael Vetter <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
+Tue Mar 31 10:50:37 UTC 2020 - Michael Vetter <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  i3ipc-1.7.1.tar.gz

New:
----
  i3ipc-2.2.1.tar.gz

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

Other differences:
------------------
++++++ python-i3ipc.spec ++++++
--- /var/tmp/diff_new_pack.57Bpd3/_old  2020-04-12 15:39:39.102069376 +0200
+++ /var/tmp/diff_new_pack.57Bpd3/_new  2020-04-12 15:39:39.102069376 +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,9 +16,11 @@
 #
 
 
+%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
+Version:        2.2.1
 Release:        0
 Summary:        Python library for i3 WM extensions
 License:        BSD-3-Clause
@@ -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
@@ -54,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)


Reply via email to