14
0

Accepting request 511845 from devel:languages:python

Update to 1.7.0

OBS-URL: https://build.opensuse.org/request/show/511845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_review?expand=0&rev=12
This commit is contained in:
2017-07-21 20:50:49 +00:00
committed by Git OBS Bridge
5 changed files with 41 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh -e
osc up
osc service disabledrun
version=$(osc diff | sed -n 's/^.*Update to version \([0-9.]\+\):/\1/p')
sed -i -e "s/^\(Version:\s*\)[0-9.]\+/\1$version/g" python-openqa_review.spec

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:228042182cea4c293f84377cc840d00e5cfa08de212fdaee5baf560b434669c7
size 367347

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62d04ece9e68dae6f142330834dbd68ebe6eb0fb51d7ae244cb3256d683da5b9
size 386159

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jul 21 12:09:25 UTC 2017 - okurz@suse.com
- Update to version 1.7.0:
* Skip error on writing reminder comments gracefully
* Get bugref details for softfails as well
* Split big 'bugrefs' test into more subtests
* Remove not used variables (#70)
-------------------------------------------------------------------
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

View File

@@ -18,7 +18,7 @@
%define short_name openqa_review
Name: python-%{short_name}
Version: 1.6.4
Version: 1.7.0
Release: 0
Summary: A review helper script for openQA
License: MIT