Hello community,

here is the log from the commit of package python-openqa_review for 
openSUSE:Factory checked in at 2020-08-04 20:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openqa_review (Old)
 and      /work/SRC/openSUSE:Factory/.python-openqa_review.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openqa_review"

Tue Aug  4 20:19:28 2020 rev:34 rq:824124 version:1.20.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openqa_review/python-openqa_review.changes    
    2020-07-24 13:35:50.270708050 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openqa_review.new.3592/python-openqa_review.changes
      2020-08-04 20:20:04.424970083 +0200
@@ -1,0 +2,7 @@
+Mon Aug 03 12:26:03 UTC 2020 - [email protected]
+
+- Update to version 1.20.2:
+  * Delete unused import json
+  * Fix "ValueError: Expecting ',' delimiter: line 1..." when trying to parse 
soft-fail details
+
+-------------------------------------------------------------------

Old:
----
  python-openqa_review-1.20.1.obscpio

New:
----
  python-openqa_review-1.20.2.obscpio

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

Other differences:
------------------
++++++ python-openqa_review.spec ++++++
--- /var/tmp/diff_new_pack.Vt7Mc6/_old  2020-08-04 20:20:10.432971638 +0200
+++ /var/tmp/diff_new_pack.Vt7Mc6/_new  2020-08-04 20:20:10.432971638 +0200
@@ -31,7 +31,7 @@
 %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.20.1
+Version:        1.20.2
 Release:        0
 Summary:        A review helper script for openQA
 License:        MIT

++++++ python-openqa_review-1.20.1.obscpio -> 
python-openqa_review-1.20.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-openqa_review-1.20.1/openqa_review/openqa_review.py 
new/python-openqa_review-1.20.2/openqa_review/openqa_review.py
--- old/python-openqa_review-1.20.1/openqa_review/openqa_review.py      
2020-07-24 12:49:26.000000000 +0200
+++ new/python-openqa_review-1.20.2/openqa_review/openqa_review.py      
2020-08-03 14:22:00.000000000 +0200
@@ -102,7 +102,6 @@
 import os.path
 import re
 import sys
-import json
 from builtins import str
 from collections import defaultdict, OrderedDict
 from configparser import ConfigParser, NoSectionError, NoOptionError  # 
isort:skip can not make isort happy here
@@ -909,7 +908,7 @@
     def _get_bugref_for_softfailed_module(self, result_item, module_name):
         details_url = '%s/file/details-%s.json' % (result_item['href'], 
module_name)
         log.debug("Retrieving '%s'" % details_url)
-        details_json = 
json.loads(self.test_browser.get_soup(details_url).getText())
+        details_json = self.test_browser.get_json(details_url)
         details = details_json['details'] if 'details' in details_json else 
details_json
         for field in details:
             if 'title' in field and 'Soft Fail' in field['title']:

++++++ python-openqa_review.obsinfo ++++++
--- /var/tmp/diff_new_pack.Vt7Mc6/_old  2020-08-04 20:20:11.084971806 +0200
+++ /var/tmp/diff_new_pack.Vt7Mc6/_new  2020-08-04 20:20:11.084971806 +0200
@@ -1,5 +1,5 @@
 name: python-openqa_review
-version: 1.20.1
-mtime: 1595587766
-commit: 935b63b9a536b3aa6eb76cc184fd22b3a720df86
+version: 1.20.2
+mtime: 1596457320
+commit: d02138fd922c1b799a4e3f9a5b5bf9ab9f78a228
 


Reply via email to