15
0
2017-07-16 07:04:04 +00:00
committed by Git OBS Bridge
parent 674b7244e5
commit f181cf93f2
5 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jul 16 07:02:54 UTC 2017 - okurz@suse.com
- Update to version 1.6.8:
* .gitignore: Also exclude pycharm
* Extract reading reference report in test for simpler ref report updating
* Fix 'interesting_states' not really filtering out STABLE results
* Use lowercase 'todo' dict key for easier distinction from TODO in source code comments
* Tiny duplication removal in tox.ini
* Fix potential wrong import of not-backported configparser within py27 tests
* Delete again configparser2 reference which is another module
* Simplify handling of results/results_by_bugref dicts
* Delete obsolete test data entry for soft-failed with failed modules
* Use newer python3.6 as in openSUSE Tumbleweed for testing
* Also include 'IMPROVED' in soft fail states
* Simplify 'soft-fail' calculation within IssueEntry
* Delete some redundant soft-fails for easier testing
-------------------------------------------------------------------
Wed Jun 14 14:20:39 UTC 2017 - okurz@suse.com
- Update to version 1.6.6:
* Add CLOSED to issue states for non-open tickets (#61)
* Fix broken HTML
* Fix doc-strings issue D401, not imperative mood
* Retry download in case of 502
-------------------------------------------------------------------
Wed Mar 15 16:21:22 UTC 2017 - okurz@suse.com