diff --git a/_update.sh b/_update.sh index 7daf307..7395a50 100644 --- a/_update.sh +++ b/_update.sh @@ -4,6 +4,6 @@ osc rm *.obscpio 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 -sc add *.obscpio +osc add *.obscpio osc ci -m "Update to $version" osc sr -m "Update to $version" diff --git a/python-openqa_review-1.12.1.obscpio b/python-openqa_review-1.12.1.obscpio deleted file mode 100644 index f9c7867..0000000 --- a/python-openqa_review-1.12.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b82686bae3187458550179cf945ddece8940e321d7a2e16a0df91f176dfc2b -size 5106700 diff --git a/python-openqa_review-1.13.0.obscpio b/python-openqa_review-1.13.0.obscpio new file mode 100644 index 0000000..d0ace8f --- /dev/null +++ b/python-openqa_review-1.13.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23e7ce92319cf407e11c75cf605a134e6278cc366fb8de568130c74bca0aec6 +size 5107212 diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 1950b56..f8f1343 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 22 10:15:30 UTC 2018 - okurz@suse.com + +- Update to version 1.13.0: + * Delete obsolete warning about build number format + * Fix non-ascii encoding problems in the whole generated report + * Add request retry on HTTP error 503 + * Add tests for urls formatting using markdown + * Format all urls in softfail message using markdown + ------------------------------------------------------------------- Wed Jul 25 07:03:33 UTC 2018 - okurz@suse.com diff --git a/python-openqa_review.obsinfo b/python-openqa_review.obsinfo index aa90ac4..1bcfd9b 100644 --- a/python-openqa_review.obsinfo +++ b/python-openqa_review.obsinfo @@ -1,5 +1,5 @@ name: python-openqa_review -version: 1.12.1 -mtime: 1532498344 -commit: 42a115d7fb88c0616a3f5940677b9ed361f88e91 +version: 1.13.0 +mtime: 1537611172 +commit: aaab7bd1d23b0e4d65683c03f8c9033eb2fcdb16 diff --git a/python-openqa_review.spec b/python-openqa_review.spec index 3ebcf05..f6675f6 100644 --- a/python-openqa_review.spec +++ b/python-openqa_review.spec @@ -31,7 +31,7 @@ %define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release openqa-review-functional_autoyast_concise %define oldpython python Name: python-%{short_name}%{?name_ext} -Version: 1.12.1 +Version: 1.13.0 Release: 0 Summary: A review helper script for openQA License: MIT