2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-04-30 15:59:02 by Thomas Klausner | Files touched by this commit (3) | |
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).
---
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-12-19 17:56:34 by Patrick Welche | Files touched by this commit (2) |
Log message:
Update py-Xlib to 0.29
Extensions
--------------------
- Drawable & XInput: Avoid using array.array.tostring() which wiil
be removed in Python 3.9 (thanks @t-wissmann).
|
2020-10-01 14:01:50 by Patrick Welche | Files touched by this commit (3) |
Log message:
Update py-Xlib to 0.28
Version 0.28
============
Extensions
----------
- DPMS: Display Power Management Signaling (by @thiagokokada)
---
Version 0.27
============
Bug Fixes
---------
- fix TypeError in socket.error exception handling for Python 3.x (by @t-wissmann)
Extensions
----------
- NV-CONTROL: set offset for all perf levels (by @Sporif)
---
Version 0.26
============
Bug Fixes
---------
- support legacy X servers like RealVNC's one (by @Gerardwx)
Extensions
----------
- enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
- add example xfixes-selection-notify.py (by @acrisci)
- fix two issues in NV-CONTROL extension (by @leinardi)
- add method get_clock_info into NV-CONTROL extension (by @leinardi)
- add default client version into Composite extension (by @jakogut)
- add Damage extension with the example (by @mgarg1 and @jakogut)
|
2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-02 18:13:48 by Patrick Welche | Files touched by this commit (2) |
Log message:
Fix build
|