Created attachment 186702 [details] x11-toolkits/py-xlib update to 0.20 Update to version 0.20 Changes between 0.18 and 0.20: * Version 0.20 ** Bug Fixes - fix unclosed file in Xauth implementation - fix support for `Window.set_wm_transient_for` - fix support for `Drawable.put_image` / `Drawable.get_image` - use ASCII for decoding strings in Python 3 (same as Python 2) - fix Python 3 warnings about `array.tostring()` (deprecated) ** Misc Improve response processing performance: reduce the number of `socket.recv` calls needed to receive a full response. * Version 0.19 ** Bug Fixes - don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing - fix authentication work-around for SSH forwarding under Python 3 - improve $DISPLAY handling: support optional protocol prefix, and correctly handle `unix:0.0` as `:0.0`
A commit references this bug: Author: wen Date: Sat Sep 30 01:53:02 UTC 2017 New revision: 450942 URL: https://svnweb.freebsd.org/changeset/ports/450942 Log: - Update to 0.20 PR: 222595 Submitted by: fax@nohik.ee(maintainer) Changes: head/x11-toolkits/py-xlib/Makefile head/x11-toolkits/py-xlib/distinfo head/x11-toolkits/py-xlib/files/