Package Release Info

python-pywlroots-0.17.0-bp160.1.4

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pywlroots

Change Logs

* Sat May 25 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Use autosetup to replace deprecated patch
* Sat May 25 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 0.17.0
  * Support for wlroots 0.17.x * Breaking change Rename all declarations of XdgTopLevel.* to XdgToplevel.*
  * Fixed Seat.touch_point_clear_focus: The method took too many arguments which were not aligned to the wlroots counterpart and lead to a runtime error.
  * Fixed Renderer.autocreate return value check. This also replaces some of the exceptions from render_texture and render_texture_with_matrix with boolean return values.
  * Fixed: XdgTopLevel.parent always returnd a parent even if the parent is NULL.
  * Fixed return type of Seat.touch_notify_down: Returns an integer now (the
  * serial identifier)
  * Added support for wlr_switch
  * Added Seat.touch_send_* methods
  * Added TouchPoint class
  * Real support for wlr_touch. The previous implementations were not usable.
  * Added support for the Single-pixel buffer protocol.
  * Added (experimental) support for the Session lock V1 protocol
  * Added Output.enable_adaptive_sync(bool)
  * Added Cursor.detach_input_device()
  * Added Backend.is_multi property which indicates if the backend represents a multi-backend
  * Added Pointer.data property
  * Added support for wlr_touch
  * Added support for OutputState which simplifies the configuration of Output
  * Removed Seat.has_grab(): Use the explicit methods like Seat.keyboard_has_grab(), Seat.pointer_has_grab() or Seat.touch_has_grab()
  * Renamed the touch events to maintain a consistent naming scheme: TouchEventUp -> TouchUpEvent, TouchEventDown -> TouchDownEvent, TouchEventMotion -> TouchMotionEvent, TouchEventCancel -> TouchCancelEvent
  * The following methods don't throw a RuntimeError anymore, but return a boolean value like the wlroots API: Backend.start(), Output.commit(), and SceneOutput.commit()
  * Deprecated Seat.set_keyboard(): Use the Seat.keyboard property
  * Seat.keyboard (and Seat.set_keyboard()) accepts None as valid value.
* Thu May 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Adjust commented out patch apply command to ensure whoever
  applies it will use the non-deprecated format.
* Sun Dec 17 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Limit wlroots version to 0.16.x and before 0.17.x
* Sat Oct 21 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Use %{?sle15_python_module_pythons}
* Thu Oct 19 2023 Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
- Update to version 0.16.6:
  * add missing include
  * add support for python 3.12
* Tue Oct 03 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 0.16.5:
  * update wlroots url in README
  * expose wlr_keyboard_notify_modifiers function
  * migrated to use PEP517 compatible release process
* Sat Apr 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.16.4:
  * add idle_notify_v1 protocol
  * add helpers for XDG activation v1 protocol
  * add helpers for presentation time protocol
  * add helpers for mapping input devices to outputs
  * enable xwayland feature for wlroots build setup when making a release
  * minor keyboard handling improvements
* Tue Feb 21 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.16.0:
  * Added support for wlroots 0.16.x
* Sun Feb 12 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Remove fix-include-paths.patch