From 6b0baa03c6245fae231504bfe89b4320dd37be93aec4449f4aeb64ce83f8e6e4 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 28 Jun 2021 13:11:07 +0000 Subject: [PATCH 1/4] Rebased OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=132 --- python-openqa_review-1.25.0.obscpio | 3 +++ python-openqa_review.changes | 6 ++++++ python-openqa_review.obsinfo | 6 +++--- python-openqa_review.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 python-openqa_review-1.25.0.obscpio diff --git a/python-openqa_review-1.25.0.obscpio b/python-openqa_review-1.25.0.obscpio new file mode 100644 index 0000000..577ba48 --- /dev/null +++ b/python-openqa_review-1.25.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8c6cd1c02872835de4e01c47306421747ae5f50aea70046b0c5187d2c1e151 +size 5817869 diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 4b52731..5bb1429 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 28 12:57:48 UTC 2021 - okurz@suse.com + +- Update to version 1.25.0: + * Make link to HTML report variable + ------------------------------------------------------------------- Fri Jun 25 18:51:37 UTC 2021 - okurz@suse.com diff --git a/python-openqa_review.obsinfo b/python-openqa_review.obsinfo index 34f72f6..f00ec8d 100644 --- a/python-openqa_review.obsinfo +++ b/python-openqa_review.obsinfo @@ -1,5 +1,5 @@ name: python-openqa_review -version: 1.24.0 -mtime: 1624640498 -commit: a9f2c8ab55c6a42338acbbef284cab30f01e1814 +version: 1.25.0 +mtime: 1624884968 +commit: 6b5eaa5b7a637599eb8628341ae1a33507f60454 diff --git a/python-openqa_review.spec b/python-openqa_review.spec index 1201aa8..6db0a3e 100644 --- a/python-openqa_review.spec +++ b/python-openqa_review.spec @@ -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} From 4344c88a3b6ae166ff2798937daffd20904f0bda24ea004ab93796ce69ab1626 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 28 Jun 2021 13:11:21 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=133 --- python-openqa_review-1.24.0.obscpio | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 python-openqa_review-1.24.0.obscpio diff --git a/python-openqa_review-1.24.0.obscpio b/python-openqa_review-1.24.0.obscpio deleted file mode 100644 index e9baf0d..0000000 --- a/python-openqa_review-1.24.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38f5c3bb4b10695330603217eecb351f3d156572c92f524128958a2bc1c929a9 -size 5817869 From ce3c3bd16821681ca9cf70a1fc0813884d24fdaadd3050a0b758a1162068bfe1 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 28 Jun 2021 13:11:55 +0000 Subject: [PATCH 3/4] Update to 1.25.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=134 --- python-openqa_review-1.25.0.obscpio | 2 +- python-openqa_review.changes | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/python-openqa_review-1.25.0.obscpio b/python-openqa_review-1.25.0.obscpio index 577ba48..fb6c108 100644 --- a/python-openqa_review-1.25.0.obscpio +++ b/python-openqa_review-1.25.0.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c8c6cd1c02872835de4e01c47306421747ae5f50aea70046b0c5187d2c1e151 +oid sha256:30c182985bc8208f46c71888188c7288297dcece7ef855d92d6c7358154081d7 size 5817869 diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 5bb1429..9049bf4 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 28 13:11:42 UTC 2021 - okurz@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 + ------------------------------------------------------------------- Mon Jun 28 12:57:48 UTC 2021 - okurz@suse.com From 2671a9af843e7eb298b24ecbbafe7d200b4617d741a625bb5b2ff58cccfe2c60 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 28 Jun 2021 13:13:09 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=135 --- python-openqa_review.changes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 9049bf4..ea2ce14 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -12,12 +12,6 @@ Mon Jun 28 13:11:42 UTC 2021 - okurz@suse.com * Fix handling of softfail bugrefs * Issue: Consistently Use self.bugref instead of bugref from arg -------------------------------------------------------------------- -Mon Jun 28 12:57:48 UTC 2021 - okurz@suse.com - -- Update to version 1.25.0: - * Make link to HTML report variable - ------------------------------------------------------------------- Fri Jun 25 18:51:37 UTC 2021 - okurz@suse.com