14
0

Accepting request 855004 from home:bnavigator:branches:devel:languages:python

- Update to version 0.29
  * Drawable & XInput: Avoid using array.array.tostring() which 
    will be removed in Python 3.9 (thanks @t-wissmann).
- Changelog for version 0.28
  * DPMS: Display Power Management Signaling (by @thiagokokada)
- 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

OBS-URL: https://build.opensuse.org/request/show/855004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=16
This commit is contained in:
2020-12-12 12:15:29 +00:00
committed by Git OBS Bridge
parent d745e1cf71
commit e86ef1cf22
5 changed files with 75 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 11 23:39:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.29
* Drawable & XInput: Avoid using array.array.tostring() which
will be removed in Python 3.9 (thanks @t-wissmann).
- Changelog for version 0.28
* DPMS: Display Power Management Signaling (by @thiagokokada)
- 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 21:12:28 UTC 2020 - John Vandenberg <jayvdb@gmail.com>