14
0

Accepting request 652144 from home:XRevan86

- Update to version 0.23.

OBS-URL: https://build.opensuse.org/request/show/652144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-11-27 11:15:13 +00:00
committed by Git OBS Bridge
parent 5df35f000a
commit 8c63a81e0d
5 changed files with 37 additions and 33 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Nov 27 09:04:39 UTC 2018 - sor.alexei@meowr.ru
- 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.
-------------------------------------------------------------------
Thu Aug 31 06:43:36 UTC 2017 - toddrme2178@gmail.com