Changelog for
python310-python-xlib-0.33-3.2.noarch.rpm :
* Mon Mar 04 2024 Steve Kowalik
- Switch to pyproject and patch macros.- Less globs in %files.
* Thu Aug 03 2023 ecsos - Add %{?sle15_python_module_pythons}
* Sun Apr 23 2023 Frederic Crozat - update to 0.33:
* Removed unused imports.
* Avoid to use fcntl module on some environments.
* Change a test behavior for unix_connect.get_socket.
* Fix accidental data change.
* Prefer bool over Literal[0, 1, None].
* Change parentheses to brackets in LICENSE.- Changes from version 0.32:
* Use archived link for X documentation resource.
* Fix for auth entry having no display number.
* Fix return type inconsistency with the pack_value for class Object.
* Rename add_extension_error method to extension_add_error.
* Extension screensaver: fix screensaver protocol mismatch.
* Extension XRandr: add version 1.5 support for RRSetMonitor RRGetMonitors and RRDeleteMonitors.
* Tue Apr 12 2022 Markéta Machová - do not use mock
* Sat Feb 26 2022 Dirk Müller - update to 0.31:
* XInput: add event methods
* XResource: first implementation (thanks AATTalebastr).
* 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 2021 Yifan Jiang - Completely remove python2 build for TW, Leap 15.4 and SLE 15 SP4.
* Thu Aug 12 2021 Yifan Jiang - Add buildrequires xauth to successfully build on SLE.
* Fri Dec 11 2020 Benjamin Greiner - Update to version 0.29
* Drawable & XInput: Avoid using array.array.tostring() which will be removed in Python 3.9 (thanks AATTt-wissmann).- Changelog for version 0.28
* DPMS: Display Power Management Signaling (by AATTthiagokokada)- Add remove-mock.patch gh#python-xlib/python-xlib#186- Let the python-rpm-macros do their job for correct provides and obsoletes tag for all python3 flavors gh#openSUSE/python-rpm-macros#66
* Sun Aug 16 2020 John Vandenberg - Replace nose with pytest- dos2unix %doc files
* Wed Aug 05 2020 Marketa Calabkova - update to 0.27
* fix TypeError in socket.error exception handling for Python 3.x (by AATTt-wissmann)
* NV-CONTROL: set offset for all perf levels (by AATTSporif)