Hello community,
here is the log from the commit of package python-openqa_review for
openSUSE:Factory checked in at 2017-02-24 02:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openqa_review (Old)
and /work/SRC/openSUSE:Factory/.python-openqa_review.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openqa_review"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openqa_review/python-openqa_review.changes
2017-02-07 12:08:20.668222109 +0100
+++
/work/SRC/openSUSE:Factory/.python-openqa_review.new/python-openqa_review.changes
2017-02-24 02:54:53.528341688 +0100
@@ -1,0 +2,6 @@
+Tue Feb 14 18:21:20 UTC 2017 - [email protected]
+
+- Update to version 1.5.1:
+ * Fix openqa_review_osd_daily_email running in dry-run by default
+
+-------------------------------------------------------------------
Old:
----
python-openqa_review-1.5.0.tar.gz
New:
----
python-openqa_review-1.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openqa_review.spec ++++++
--- /var/tmp/diff_new_pack.Tgnbjn/_old 2017-02-24 02:54:54.208236494 +0100
+++ /var/tmp/diff_new_pack.Tgnbjn/_new 2017-02-24 02:54:54.212235875 +0100
@@ -18,7 +18,7 @@
%define short_name openqa_review
Name: python-%{short_name}
-Version: 1.5.0
+Version: 1.5.1
Release: 0
Summary: A review helper script for openQA
License: MIT
@@ -29,8 +29,11 @@
BuildRequires: python-setuptools
Requires: python-PyYAML
Requires: python-beautifulsoup4
+Requires: python-certifi
+Requires: python-configparser
Requires: python-future
Requires: python-humanfriendly
+Requires: python-pika
Requires: python-requests
Requires: python-setuptools
Requires: python-sortedcontainers
++++++ python-openqa_review-1.5.0.tar.gz -> python-openqa_review-1.5.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openqa_review-1.5.0/bin/openqa_review_osd_daily_email
new/openqa_review-1.5.1/bin/openqa_review_osd_daily_email
--- old/openqa_review-1.5.0/bin/openqa_review_osd_daily_email 2017-02-06
18:06:38.000000000 +0100
+++ new/openqa_review-1.5.1/bin/openqa_review_osd_daily_email 2017-02-09
14:17:42.000000000 +0100
@@ -9,7 +9,7 @@
load_args="${load_args:-"--load --load-dir=${tmp}"}"
openqa_review_email_args="${openqa_review_email_args:-"${load_args}"}"
openqa_review_html_args="${openqa_review_html_args:-"${load_args}
--report-links"}"
-openqa_review_save_args="${openqa_review_save_args:-"--report-links
--reminder-comment-on-issues --dry-run --save --save-dir ${tmp}"}"
+openqa_review_save_args="${openqa_review_save_args:-"--report-links
--reminder-comment-on-issues --save --save-dir ${tmp}"}"
openqa_review_reminder_args="${openqa_review_reminder_args:-"${load_args}
--reminder-comment-on-issues"}"
openqa_review="${openqa_review:-"$(which openqa-review)"}"
TPL="${TPL:-"dashboard_files/dashboard.html.in"}"