Bug 222595

Summary: [PATCH] x11-toolkits/py-xlib update to 0.20
Product: Ports & Packages Reporter: Eero Hänninen <fax>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me CC: wen
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
x11-toolkits/py-xlib update to 0.20 fax: maintainer-approval+

Description Eero Hänninen 2017-09-25 13:08:21 UTC
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`
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-30 01:53:15 UTC
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/