Path to this page:
Subject: CVS commit: pkgsrc/x11/py-Xlib
From: Thomas Klausner
Date: 2024-04-30 15:59:02
Message id: 20240430135902.5756EFA2C@cvs.NetBSD.org
Log Message:
py-Xlib: update to 0.33.
Version 0.33
============
Bug Fixes
---------
- Removed unused imports (thanks @Avasam).
- Avoid to use fcntl module on some environments (thanks @i2y).
- Change a test behavior for `unix_connect.get_socket` (thanks @i2y).
- Fix accidental data change (thanks @Avasam).
- Prefer `bool` over `Literal[0, 1, None]` (thanks @Avasam).
- Change parentheses to brackets in LICENSE (thanks @mtelka).
---
Version 0.32
============
Bug Fixes
---------
- Use archived link for X documentation resource (thanks @yaxollum).
- Fix for auth entry having no display number (thanks @Majiir).
- Fix return type inconsistency with the `pack_value` for class `Object` (thanks \
@allfro).
- Rename `add_extension_error` method to `extension_add_error` (thanks @mattalexx).
Extensions
--------------------
- screensaver: fix screensaver protocol mismatch (thanks @yut23).
- XRandr: add version 1.5 support for RRSetMonitor RRGetMonitors and \
RRDeleteMonitors (thanks @allfro and @jklong).
---
Version 0.31
============
Extensions
--------------------
- XInput: add event methods (thanks @dd4e).
---
Version 0.30
============
Extensions
--------------------
- XResource: first implementation (thanks @alebastr).
- XRandr: add missing parameters to delete_output_mode function (thanks \
@jimmy-loyola).
---
Files: