Hello community,

here is the log from the commit of package qtile for openSUSE:Factory checked 
in at 2019-07-01 10:44:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtile (Old)
 and      /work/SRC/openSUSE:Factory/.qtile.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtile"

Mon Jul  1 10:44:48 2019 rev:9 rq:712733 version:0.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtile/qtile.changes      2019-05-15 
12:34:08.852576488 +0200
+++ /work/SRC/openSUSE:Factory/.qtile.new.4615/qtile.changes    2019-07-01 
10:44:49.517521573 +0200
@@ -1,0 +2,37 @@
+Mon Jun 24 12:03:05 UTC 2019 - [email protected]
+
+- Update to version 0.14.2:
+  * Bugfixes
+    - previous release still exhibited same issues with package data,
+      really fix it this time
+- Update to version 0.14.1:
+    * Bugfixes
+      - properly include png files in the package data to install included 
icons
+- Update to version 0.14.0:
+  * Config breakage
+    - Many internal things were renamed from camel case to snake case. If
+      your config uses main(), or any lazy.function() invocations that
+      interact directly with the qtile object, you may need to forward port
+      them. Also note that we do *not* consider the qtile object to be a
+      stable api, so you will need to continue forward porting these things
+      for future refactorings (for wayland, etc.). A better approach may be
+      to add an upstream API for what you want to do ;)
+    - Maildir's subFolder and maildirPath changed to maildir_path and 
sub_folder.
+    * Features
+        - add custom `change_command` to backlight widget
+        - add CommandSet extension to list available commands
+        - simplify battery monitoring widget interface and add freebsd
+          compatible battery widget implementation
+        - track last known mouse coordinates on the qtile manager
+        - allow configuration of warping behavior in columns layout
+    * Bugfixes
+        - with cursor warp enabled, the cursor is warped on screen change
+        - fix stepping groups to skip the scratch pad group
+        - fix stack layout to properly shuffle
+        - silence errors when unmapping windows
+- Add python3-psutil as recommended dependency
+- Increase python3-xcffib dependency version
+- Remove _service file to stop tracking GitHub branch
+- Change source to files.pythonhosted.org
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  qtile-0.13.0.tar.xz

New:
----
  qtile-0.14.2.tar.gz

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

Other differences:
------------------
++++++ qtile.spec ++++++
--- /var/tmp/diff_new_pack.6ivyME/_old  2019-07-01 10:44:50.089522506 +0200
+++ /var/tmp/diff_new_pack.6ivyME/_new  2019-07-01 10:44:50.093522513 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           qtile
-Version:        0.13.0
+Version:        0.14.2
 Release:        0
 Summary:        A pure-Python tiling window manager
 # All MIT except for: libqtile/widget/pacman.py:GPL (v3 or later)
 License:        MIT AND GPL-3.0-or-later
 Group:          System/X11/Displaymanagers
 URL:            http://qtile.org
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://files.pythonhosted.org/packages/source/q/qtile/qtile-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -33,17 +33,18 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six >= 1.11.0
-BuildRequires:  python3-xcffib >= 0.5.1
+BuildRequires:  python3-xcffib >= 0.8.1
 Requires:       python3-cairocffi >= 0.9.0
 Requires:       python3-cairocffi-pixbuf >= 0.9.0
 Requires:       python3-cffi >= 1.11.5
 Requires:       python3-six >= 1.11.0
-Requires:       python3-xcffib >= 0.5.1
+Requires:       python3-xcffib >= 0.8.1
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     libxcb-cursor0
 Recommends:     python3-iwlib
 Recommends:     python3-keyring
+Recommends:     python3-psutil
 Recommends:     python3-python-dateutil
 Recommends:     python3-python-mpd2
 Recommends:     python3-pyxdg


Reply via email to