14
0

Accepting request 902827 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/902827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openqa_review?expand=0&rev=41
This commit is contained in:
2021-06-29 20:43:01 +00:00
committed by Git OBS Bridge
5 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38f5c3bb4b10695330603217eecb351f3d156572c92f524128958a2bc1c929a9
size 5817869

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30c182985bc8208f46c71888188c7288297dcece7ef855d92d6c7358154081d7
size 5817869

View File

@@ -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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 25 18:51:37 UTC 2021 - okurz@suse.com Fri Jun 25 18:51:37 UTC 2021 - okurz@suse.com

View File

@@ -1,5 +1,5 @@
name: python-openqa_review name: python-openqa_review
version: 1.24.0 version: 1.25.0
mtime: 1624640498 mtime: 1624884968
commit: a9f2c8ab55c6a42338acbbef284cab30f01e1814 commit: 6b5eaa5b7a637599eb8628341ae1a33507f60454

View File

@@ -33,13 +33,13 @@
%define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release openqa-review-functional_yast_concise %define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release openqa-review-functional_yast_concise
%define oldpython python %define oldpython python
Name: python-%{short_name}%{?name_ext} Name: python-%{short_name}%{?name_ext}
Version: 1.24.0 Version: 1.25.0
Release: 0 Release: 0
Summary: A review helper script for openQA Summary: A review helper script for openQA
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Source: python-%{short_name}-%{version}.tar.xz 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 BuildRequires: python-rpm-macros
%if 0%{?_test} %if 0%{?_test}
BuildRequires: python3-%{short_name} == %{version} BuildRequires: python3-%{short_name} == %{version}