14
0

Accepting request 806986 from home:alarrosa:branches:devel:languages:python

- Add _multibuild to run the test in a flavor and use xvfb-run
  instead of calling the Xvfb server directly and depending on the
  xorg-x11-server-Xvfb package which is not available in SLE/Leap.

- Update to 2.8.1:
  * Fix rst file formats and links #229
  * Add .gitattributes for generated and documentation files
  * Add more complete tox and Travis envs with many checks
  * Fix removing message format argument
  * Fix QGroupBox small indicator size #218
  * Fix QGroupBox incorrect indicator icon when unfocused #219
  * Fix QDateTimeEdit incorrect drop-down arrow icon #220
  * Fix documentation

OBS-URL: https://build.opensuse.org/request/show/806986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QDarkStyle?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-05-18 14:20:12 +00:00
committed by Git OBS Bridge
parent 15b023cb0f
commit 4059635482
5 changed files with 61 additions and 26 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 18 13:43:58 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Add _multibuild to run the test in a flavor and use xvfb-run
instead of calling the Xvfb server directly and depending on the
xorg-x11-server-Xvfb package which is not available in SLE/Leap.
-------------------------------------------------------------------
Mon May 18 11:12:28 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 2.8.1:
* Fix rst file formats and links #229
* Add .gitattributes for generated and documentation files
* Add more complete tox and Travis envs with many checks
* Fix removing message format argument
* Fix QGroupBox small indicator size #218
* Fix QGroupBox incorrect indicator icon when unfocused #219
* Fix QDateTimeEdit incorrect drop-down arrow icon #220
* Fix documentation
-------------------------------------------------------------------
Tue Jan 28 08:31:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>