15
0
forked from pool/python-enaml

Accepting request 911483 from devel:languages:python

- Update to version 0.13.0+git.1627388100.6864e8bc (so as to make
  the test suite pass with pytest-qt > 3):
  * Add release notes entry
  * Flow Layout sort fix for stretch or ortho_stretch > 0
  * cis: test on python 3.10.b.4
  * tests: fix missing imports
  * cis: do not run with -W error due to ipykernel and add missed skip for focus
  * cis: skip focus tests on linux (ci) and run extended tests on 3.9 rather than 3.8
  * cis: bump to python 3.10 beta 3 and skip linux for the time being
  * tests: fix warnings and try another window manager

- Switching off temporarily the test suite
  (gh#nucleic/enaml#449).

OBS-URL: https://build.opensuse.org/request/show/911483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=7
This commit is contained in:
Richard Brown
2021-08-12 07:01:36 +00:00
committed by Git OBS Bridge
parent 866d5b65a8
commit 0efda11acf
6 changed files with 48 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 11 12:40:12 UTC 2021 - mcepl@cepl.eu
- Update to version 0.13.0+git.1627388100.6864e8bc (so as to make
the test suite pass with pytest-qt > 3):
* Add release notes entry
* Flow Layout sort fix for stretch or ortho_stretch > 0
* cis: test on python 3.10.b.4
* tests: fix missing imports
* cis: do not run with -W error due to ipykernel and add missed skip for focus
* cis: skip focus tests on linux (ci) and run extended tests on 3.9 rather than 3.8
* cis: bump to python 3.10 beta 3 and skip linux for the time being
* tests: fix warnings and try another window manager
-------------------------------------------------------------------
Wed Aug 11 09:41:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Switching off temporarily the test suite
(gh#nucleic/enaml#449).
-------------------------------------------------------------------
Wed Apr 28 16:10:23 UTC 2021 - Ben Greiner <code@bnavigator.de>