Hello community,

here is the log from the commit of package python-xpybutil for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-xpybutil (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-xpybutil.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xpybutil"

Mon Mar  2 13:25:07 2020 rev:3 rq:777298 version:0.0.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-xpybutil/python-xpybutil.changes        
2020-01-15 15:54:32.839635870 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-xpybutil.new.26092/python-xpybutil.changes 
    2020-03-02 13:25:08.214610656 +0100
@@ -1,0 +2,7 @@
+Mon Jul 22 07:07:43 UTC 2019 - [email protected]
+
+- Update to 0.0.6:
+  * Fixed bug affecting windows with opacity==0
+- Refresh python-xpybutil-0.0.5-remove-selftest.patch
+
+-------------------------------------------------------------------

Old:
----
  0.0.5.tar.gz

New:
----
  0.0.6.tar.gz

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

Other differences:
------------------
++++++ python-xpybutil.spec ++++++
--- /var/tmp/diff_new_pack.jsenkN/_old  2020-03-02 13:25:08.678611579 +0100
+++ /var/tmp/diff_new_pack.jsenkN/_new  2020-03-02 13:25:08.682611587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xpybutil
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xpybutil
-Version:        0.0.5
+Version:        0.0.6
 Release:        0
 Summary:        Abstraction over xpyb
 License:        WTFPL

++++++ 0.0.5.tar.gz -> 0.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xpybutil-0.0.5/README.md new/xpybutil-0.0.6/README.md
--- old/xpybutil-0.0.5/README.md        2018-05-09 05:42:29.000000000 +0200
+++ new/xpybutil-0.0.6/README.md        2019-07-22 03:04:18.000000000 +0200
@@ -11,11 +11,16 @@
 other utilities (i.e., xcompmgr and transset-df) while the latter is used by my
 fork of Openbox called Openbox Multihead.
 
+Installation
+============
+xpybutil is compatible with xpyb and its various drop-in replacements (xcffib, 
xpyb-ng). Since
+there are several choices, it is up to you to choose and install one.
+[xcffib](https://github.com/tych0/xcffib) is the most actively maintained 
option.
 
-Documentation
-=============
-The API docs can be found here: http://pdoc.burntsushi.net/xpybutil
-
+To install xpybutil from pip with xcffib:
+```bash
+pip install xcffib xpybutil
+```
 
 Examples
 ========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xpybutil-0.0.5/setup.py new/xpybutil-0.0.6/setup.py
--- old/xpybutil-0.0.5/setup.py 2018-05-09 05:42:29.000000000 +0200
+++ new/xpybutil-0.0.6/setup.py 2019-07-22 03:04:18.000000000 +0200
@@ -17,11 +17,11 @@
     name="xpybutil",
     maintainer="Fenner Macrae",
     author_email="[email protected]",
-    version="0.0.5",
+    version="0.0.6",
     license="WTFPL",
     description="An incomplete xcb-util port plus some extras",
     long_description="See README",
-    url="http://pytyle.com";,
+    url="http://github.com/BurntSushi/xpybutil";,
     platforms='POSIX',
     packages=['xpybutil'],
     data_files=[('share/doc/xpybutil', ['README.md', 'COPYING'])]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xpybutil-0.0.5/xpybutil/ewmh.py 
new/xpybutil-0.0.6/xpybutil/ewmh.py
--- old/xpybutil-0.0.5/xpybutil/ewmh.py 2018-05-09 05:42:29.000000000 +0200
+++ new/xpybutil-0.0.6/xpybutil/ewmh.py 2019-07-22 03:04:18.000000000 +0200
@@ -1238,7 +1238,7 @@
     def reply(self):
         v = util.PropertyCookieSingle.reply(self)
 
-        if not v:
+        if not v and v != 0:
             return None
 
         return float(v) / float(0xffffffff)

++++++ python-xpybutil-0.0.5-remove-selftest.patch ++++++
--- /var/tmp/diff_new_pack.jsenkN/_old  2020-03-02 13:25:08.730611683 +0100
+++ /var/tmp/diff_new_pack.jsenkN/_new  2020-03-02 13:25:08.730611683 +0100
@@ -1,6 +1,6 @@
-diff -urEbwB xpybutil-0.0.5/setup.py xpybutil-0.0.5.new/setup.py
---- xpybutil-0.0.5/setup.py    2018-05-09 05:42:29.000000000 +0200
-+++ xpybutil-0.0.5.new/setup.py        2018-06-06 10:50:36.838622926 +0200
+diff -urEbw xpybutil-0.0.6/setup.py xpybutil-0.0.6.new/setup.py
+--- xpybutil-0.0.6/setup.py    2019-07-22 03:04:18.000000000 +0200
++++ xpybutil-0.0.6.new/setup.py        2019-07-22 09:09:41.692554432 +0200
 @@ -11,7 +11,6 @@
      print('See: http://cgit.freedesktop.org/xcb/xpyb/')
      print('More options: xpyb-ng:', 'https://github.com/dequis/xpyb-ng',
@@ -10,7 +10,7 @@
  setup(
      name="xpybutil",
 @@ -24,5 +23,4 @@
-     url="http://pytyle.com";,
+     url="http://github.com/BurntSushi/xpybutil";,
      platforms='POSIX',
      packages=['xpybutil'],
 -    data_files=[('share/doc/xpybutil', ['README.md', 'COPYING'])]


Reply via email to