Hello community,

here is the log from the commit of package python-python-xlib for 
openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-xlib (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-python-xlib.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-xlib"

Fri Feb 21 23:48:49 2020 rev:11 rq:777056 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-python-xlib/python-python-xlib.changes  
2020-01-15 15:52:27.491564023 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-python-xlib.new.26092/python-python-xlib.changes
       2020-02-21 23:48:51.540507737 +0100
@@ -1,0 +2,57 @@
+Mon Jan 13 04:42:33 UTC 2020 - Dead Mozay <[email protected]>
+
+- version update to 0.26
+  * enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
+  * add example xfixes-selection-notify.py (by @acrisci)
+  * fix two issues in NV-CONTROL extension (by @leinardi)
+  * add method get_clock_info into NV-CONTROL extension (by @leinardi)
+  * add default client version into Composite extension (by @jakogut)
+  * add Damage extension with the example (by @mgarg1 and @jakogut)
+
+-------------------------------------------------------------------
+Sun Oct 20 05:31:28 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add runtime dependency on xorg-x11-server
+- Add examples to the docs
+- dos2unix the docs
+- Remove unused ChangeLog in runtime package source
+
+-------------------------------------------------------------------
+Thu May  9 09:56:46 UTC 2019 - [email protected]
+
+- version update to 0.25
+  * fix increasing memory usage on display instantiation
+  * NV-CONTROL extension
+  * fix protocol handling: correctly support explicit Unix
+    connections and fix support fox macOS
+  * improve Python 3 support: fix events sub-code handling
+    and possible crashes when unpacking text data
+  * add support for error handlers to the Composite extension
+
+-------------------------------------------------------------------
+Tue Nov 27 11:21:53 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Make sure the tests are run
+
+-------------------------------------------------------------------
+Tue Nov 27 09:04:39 UTC 2018 - [email protected]
+
+- Update to version 0.23 (changes since 0.19):
+  * Fix unclosed file in Xauth implementation.
+  * Fix support for Window.set_wm_transient_for.
+  * Fix support for Drawable.put_image / Drawable.get_image.
+  * Use Latin-1 for decoding strings in Python 3 (same as Python 2).
+  * Fix Python 3 warnings about array.tostring() (deprecated).
+  * When DISPLAY does not specify a protocol, and the implicit Unix
+    socket connection fails, fallback to TCP (mimicking XCB's
+    behaviour).
+  * Fix Display.change_pointer_control implementation.
+  * Fix Drawable.put_pil_image implementation.
+  * Don't bundle a copy of texi2html to build the HTML
+    documentation, but use the currently installed version instead.
+  * Improve response processing performance: reduce the number of
+    `socket.recv` calls needed to receive a full response.
+- Remove python-xlib-0.14-increase-receiving-buffer.patch: no
+  longer needed, see commit 1958a82.
+
+-------------------------------------------------------------------

Old:
----
  python-xlib-0.14-increase-receiving-buffer.patch
  python-xlib-0.19.tar.bz2

New:
----
  python-xlib-0.26.tar.bz2

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

Other differences:
------------------
++++++ python-python-xlib.spec ++++++
--- /var/tmp/diff_new_pack.sPZass/_old  2020-02-21 23:48:52.740510122 +0100
+++ /var/tmp/diff_new_pack.sPZass/_new  2020-02-21 23:48:52.772510185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-xlib
 #
-# Copyright (c) 2017 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
@@ -12,34 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with     test
-%define         X_display         ":98"
 %define         oldpython python
 Name:           python-python-xlib
-Version:        0.19
+Version:        0.26
 Release:        0
 Summary:        Python X11 interface
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Python
-Url:            https://github.com/python-xlib/python-xlib
+URL:            https://github.com/python-xlib/python-xlib
 Source:         
https://files.pythonhosted.org/packages/source/p/python-xlib/python-xlib-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM python-xlib-0.14-increase-receiving-buffer.patch 
deb#357507
-Patch0:         python-xlib-0.14-increase-receiving-buffer.patch
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  xorg-x11-server
-%endif
+BuildRequires:  xvfb-run
 Requires:       python-six >= 1.10.0
+BuildArch:      noarch
 %ifpython2
 Provides:       %{oldpython}-xlib = %{version}
 Obsoletes:      %{oldpython}-xlib < %{version}
@@ -48,8 +45,6 @@
 Provides:       python3-xlib = %{version}
 Obsoletes:      python3-xlib < %{version}
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -57,30 +52,22 @@
 library for Python programs.
 
 %prep
-%setup -q -n python-xlib-%{version}
-%patch0 -p1
+%autosetup -n python-xlib-%{version} -p1
 
 %build
-export CFLAGS="%{optflags}"
 %python_build
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-export DISPLAY=%{X_display}
-Xvfb %{X_display} >& Xvfb.log &
-trap "kill $! || true" EXIT
-sleep 10
-%python_exec runtests.py
-%endif
+%python_expand xvfb-run --server-args "-screen 0 1920x1080x24" $python 
runtests.py
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE README.rst NEWS TODO
+%license LICENSE
+%doc CHANGELOG.md README.rst TODO
 %{python_sitelib}/Xlib/
-%{python_sitelib}/python_xlib-*py*.egg-info
+%{python_sitelib}/python_xlib-*
 
 %changelog

++++++ python-xlib-0.19.tar.bz2 -> python-xlib-0.26.tar.bz2 ++++++
++++ 77092 lines of diff (skipped)


Reply via email to