14
0

- update to 0.31:

* XInput: add event methods 
  * XResource: first implementation (thanks @alebastr).
  * Randr: add missing parameters to delete_output_mode function
- use multibuild to avoid expensive pytest-xvfb dependency
  (should reduce rebuild_time of 1-MinimalX by ~ 12 minutes)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=19
This commit is contained in:
2022-02-26 12:54:12 +00:00
committed by Git OBS Bridge
parent 1c02ca8316
commit fce8dec468
5 changed files with 41 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 26 12:44:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.31:
* XInput: add event methods
* XResource: first implementation (thanks @alebastr).
* Randr: add missing parameters to delete_output_mode function
- use multibuild to avoid expensive pytest-xvfb dependency
(should reduce rebuild_time of 1-MinimalX by ~ 12 minutes)
-------------------------------------------------------------------
Thu Aug 12 11:29:05 UTC 2021 - Yifan Jiang <yfjiang@suse.com>