diff --git a/_update.sh b/_update.sh index 5528d23..961c628 100644 --- a/_update.sh +++ b/_update.sh @@ -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 diff --git a/python-openqa_review-1.6.4.tar.gz b/python-openqa_review-1.6.4.tar.gz deleted file mode 100644 index a50ca09..0000000 --- a/python-openqa_review-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:228042182cea4c293f84377cc840d00e5cfa08de212fdaee5baf560b434669c7 -size 367347 diff --git a/python-openqa_review-1.7.0.tar.gz b/python-openqa_review-1.7.0.tar.gz new file mode 100644 index 0000000..978b8cc --- /dev/null +++ b/python-openqa_review-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d04ece9e68dae6f142330834dbd68ebe6eb0fb51d7ae244cb3256d683da5b9 +size 386159 diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 743b4f5..448546f 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -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 diff --git a/python-openqa_review.spec b/python-openqa_review.spec index c3ca38a..f5b84ae 100644 --- a/python-openqa_review.spec +++ b/python-openqa_review.spec @@ -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