Bug 222595 - [PATCH] x11-toolkits/py-xlib update to 0.20
Summary: [PATCH] x11-toolkits/py-xlib update to 0.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-09-25 13:08 UTC by Eero Hänninen
Modified: 2017-09-30 01:53 UTC (History)
1 user (show)

See Also:


Attachments
x11-toolkits/py-xlib update to 0.20 (2.24 KB, patch)
2017-09-25 13:08 UTC, Eero Hänninen
fax: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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/