14
0

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
This commit is contained in:
Tomáš Chvátal
2019-05-09 10:08:38 +00:00
committed by Git OBS Bridge
parent 96f1ccb47f
commit dcfd86405e
4 changed files with 17 additions and 5 deletions

View File

@@ -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 <tchvatal@suse.com> Tue Nov 27 11:21:53 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-xlib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
Name: python-python-xlib Name: python-python-xlib
Version: 0.23 Version: 0.25
Release: 0 Release: 0
Summary: Python X11 interface Summary: Python X11 interface
License: LGPL-2.1-or-later License: LGPL-2.1-or-later

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3deb8329038620d07b21be05673fa5a495dd8b04a2d9f4dca37a3811d192ae4
size 172744

3
python-xlib-0.25.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:204f280b549352af6cbdaff43405186822ae05749518dd9be209bd88a0088f99
size 204578