Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openqa_review for 
openSUSE:Factory checked in at 2021-06-29 22:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openqa_review (Old)
 and      /work/SRC/openSUSE:Factory/.python-openqa_review.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openqa_review"

Tue Jun 29 22:43:01 2021 rev:41 rq:902827 version:1.25.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openqa_review/python-openqa_review.changes    
    2021-06-26 21:25:57.435382458 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openqa_review.new.2625/python-openqa_review.changes
      2021-06-29 22:43:39.902905736 +0200
@@ -1,0 +2,14 @@
+Mon Jun 28 13:11:42 UTC 2021 - ok...@suse.com
+
+- Update to version 1.25.0:
+  * Make link to HTML report variable
+  * doc: Add CURL_CA_BUNDLE
+  * Improve handling of --filter
+  * Add User-Agent header to HTTP requests
+  * Fix relative import path for directly called testsuite
+  * Remove futurize from tests
+  * Update setup.py - remove python2 compactibility stuff
+  * Fix handling of softfail bugrefs
+  * Issue: Consistently Use self.bugref instead of bugref from arg
+
+-------------------------------------------------------------------

Old:
----
  python-openqa_review-1.24.0.obscpio

New:
----
  python-openqa_review-1.25.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openqa_review.spec ++++++
--- /var/tmp/diff_new_pack.Ah5pcn/_old  2021-06-29 22:43:41.462907795 +0200
+++ /var/tmp/diff_new_pack.Ah5pcn/_new  2021-06-29 22:43:41.466907800 +0200
@@ -33,13 +33,13 @@
 %define         binaries openqa-review openqa-review-daily-email 
openqa-review-sles-ha tumblesle-release openqa-review-functional_yast_concise
 %define         oldpython python
 Name:           python-%{short_name}%{?name_ext}
-Version:        1.24.0
+Version:        1.25.0
 Release:        0
 Summary:        A review helper script for openQA
 License:        MIT
 Group:          Development/Languages/Python
 Source:         python-%{short_name}-%{version}.tar.xz
-URL:            https://github.com/okurz/%{short_name}
+URL:            https://github.com/os-autoinst/%{short_name}
 BuildRequires:  python-rpm-macros
 %if 0%{?_test}
 BuildRequires:  python3-%{short_name} == %{version}

++++++ python-openqa_review-1.24.0.obscpio -> 
python-openqa_review-1.25.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-openqa_review-1.24.0/bin/openqa-review-daily-email 
new/python-openqa_review-1.25.0/bin/openqa-review-daily-email
--- old/python-openqa_review-1.24.0/bin/openqa-review-daily-email       
2021-06-25 19:01:38.000000000 +0200
+++ new/python-openqa_review-1.25.0/bin/openqa-review-daily-email       
2021-06-28 14:56:08.000000000 +0200
@@ -6,6 +6,7 @@
 fi
 
 openqa_host="${openqa_host:-"https://openqa.suse.de"}";
+html_report_host="${html_report_host:-"https://w3.nue.suse.com/~okurz"}";
 recv="${recv:-"openqa-suse-sta...@suse.de"}"
 html_target_file="${html_target_file:-"openqa_suse_de_status.html"}"
 html_target="${html_target:-"/suse/okurz/Export/${html_target_file}"}"
@@ -23,7 +24,7 @@
 # We have to preserve the '$@' until here to prevent too early evaluation of 
parameters with spaces
 save_report="$(${openqa_review} ${openqa_review_args} 
${openqa_review_save_args} "$@")"
 email_report="$(${openqa_review} $openqa_review_args $openqa_review_email_args 
"$@")"
-(echo -e "This is an automated message generated by 'openqa-review', see 
https://github.com/os-autoinst/openqa_review for details. An HTML version of 
this report is available on https://w3.nue.suse.com/~okurz/${html_target_file}. 
Status of tests and builds on ${openqa_host} as of $(date 
--iso-8601='seconds'):\n" && \
+(echo -e "This is an automated message generated by 'openqa-review', see 
https://github.com/os-autoinst/openqa_review for details. An HTML version of 
this report is available on ${html_report_host}/${html_target_file}. Status of 
tests and builds on ${openqa_host} as of $(date --iso-8601='seconds'):\n" && \
  echo "$email_report" && \
  echo -e "\nAny feedback regarding the script processing or contact can be 
communicated using issues on the github repo or directly to 
ok...@suse.de\n\nRegards,\nYour openqa_review") | mutt -s "Daily status from 
${openqa_host}" -e 'my_hdr From: openqa-review <ok...@suse.de>' $recv
 

++++++ python-openqa_review.obsinfo ++++++
--- /var/tmp/diff_new_pack.Ah5pcn/_old  2021-06-29 22:43:41.862908323 +0200
+++ /var/tmp/diff_new_pack.Ah5pcn/_new  2021-06-29 22:43:41.862908323 +0200
@@ -1,5 +1,5 @@
 name: python-openqa_review
-version: 1.24.0
-mtime: 1624640498
-commit: a9f2c8ab55c6a42338acbbef284cab30f01e1814
+version: 1.25.0
+mtime: 1624884968
+commit: 6b5eaa5b7a637599eb8628341ae1a33507f60454
 

Reply via email to