From 5a8539368b4ea79fb4283226b25db90a6499895e67d9490e21ab33a94af5f126 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 26 Aug 2017 08:54:00 +0000 Subject: [PATCH 1/2] Update to 1.7.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=57 --- python-openqa_review-1.7.2.tar.gz | 3 --- python-openqa_review-1.7.4.tar.gz | 3 +++ python-openqa_review.changes | 9 +++++++++ python-openqa_review.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-openqa_review-1.7.2.tar.gz create mode 100644 python-openqa_review-1.7.4.tar.gz diff --git a/python-openqa_review-1.7.2.tar.gz b/python-openqa_review-1.7.2.tar.gz deleted file mode 100644 index 93201ea..0000000 --- a/python-openqa_review-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:894a4bb49ce0ddaf364532b9dfa9b1df5715ec8a54fcff21902923e39c4143e5 -size 395762 diff --git a/python-openqa_review-1.7.4.tar.gz b/python-openqa_review-1.7.4.tar.gz new file mode 100644 index 0000000..18bce62 --- /dev/null +++ b/python-openqa_review-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b566e5a7ffeb06f29cf0c445755024ee0b86f867a4e63129a078b6e314ec4240 +size 396005 diff --git a/python-openqa_review.changes b/python-openqa_review.changes index c1540e5..f412e27 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 26 08:53:36 UTC 2017 - okurz@suse.com + +- Update to version 1.7.4: + * Fix error 401 on redmine after server side ngingx update + * Ignore cscope.out + * Fix whitespace as reported by flake8 + * Fix handling of dotted build numbers parsing from comments + ------------------------------------------------------------------- Mon Jul 24 15:08:40 UTC 2017 - okurz@suse.com diff --git a/python-openqa_review.spec b/python-openqa_review.spec index 82babdb..6f41617 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.7.2 +Version: 1.7.4 Release: 0 Summary: A review helper script for openQA License: MIT From f6e84b68417c9944af765537b6a56bf5cff1be8587c90c9e14c43051eec464b2 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 26 Aug 2017 09:43:52 +0000 Subject: [PATCH 2/2] Also include the submit request to Factory in _update.sh OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=58 --- _update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_update.sh b/_update.sh index 961c628..18c14e8 100644 --- a/_update.sh +++ b/_update.sh @@ -8,3 +8,4 @@ osc rm *.tar.gz osc service localrun download_files osc add *.tar.gz osc ci -m "Update to $version" +osc sr -m "Update to $version"