From dcfd86405e7b00483d91c9e8ebf6e50a69f570b12afde93ec85d1382516356b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 May 2019 10:08:38 +0000 Subject: [PATCH] Accepting request 701755 from home:pgajdos - 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 OBS-URL: https://build.opensuse.org/request/show/701755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=6 --- python-python-xlib.changes | 12 ++++++++++++ python-python-xlib.spec | 4 ++-- python-xlib-0.23.tar.bz2 | 3 --- python-xlib-0.25.tar.bz2 | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-xlib-0.23.tar.bz2 create mode 100644 python-xlib-0.25.tar.bz2 diff --git a/python-python-xlib.changes b/python-python-xlib.changes index 37534cc..1c00db2 100644 --- a/python-python-xlib.changes +++ b/python-python-xlib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 9 09:56:46 UTC 2019 - pgajdos@suse.com + +- 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 diff --git a/python-python-xlib.spec b/python-python-xlib.spec index 393f972..c81bb79 100644 --- a/python-python-xlib.spec +++ b/python-python-xlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-xlib # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-python-xlib -Version: 0.23 +Version: 0.25 Release: 0 Summary: Python X11 interface License: LGPL-2.1-or-later diff --git a/python-xlib-0.23.tar.bz2 b/python-xlib-0.23.tar.bz2 deleted file mode 100644 index 9842f26..0000000 --- a/python-xlib-0.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3deb8329038620d07b21be05673fa5a495dd8b04a2d9f4dca37a3811d192ae4 -size 172744 diff --git a/python-xlib-0.25.tar.bz2 b/python-xlib-0.25.tar.bz2 new file mode 100644 index 0000000..451da1c --- /dev/null +++ b/python-xlib-0.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204f280b549352af6cbdaff43405186822ae05749518dd9be209bd88a0088f99 +size 204578