forked from pool/python-openqa_review
Update to 1.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=74
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">python-openqa_review</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">git://github.com/okurz/openqa_review.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf33dfbb6891f9cdb40675efc64a96c0507c449db9d8d05cc5e0593de325b7cc
|
||||
size 396392
|
3
python-openqa_review-1.9.0.tar.gz
Normal file
3
python-openqa_review-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e709d69cabb95f0cb18a428dcf33c5bc6a3b8fbd8201367f933f01b4b0d67448
|
||||
size 397078
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 07 16:21:34 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 1.9.0:
|
||||
* openqa-review-daily-email: Fix passing of additional options with whitespace
|
||||
* Add two options to further abbreviate condensed reports
|
||||
* Include difference in numbers on verbosity level above 3
|
||||
* Correct optional code for updating reference reports
|
||||
* Encode severity together with priority for ticket references
|
||||
* Mark closed tickets as red
|
||||
* setup.py: Fix flake8 reported style issues with explicit except
|
||||
* setup.py: Catch errors as reported on no version.py from OBS build
|
||||
* setup.py: python2 backward cruft/craft
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 07:37:11 UTC 2018 - okurz@suse.com
|
||||
|
||||
|
@@ -31,7 +31,7 @@
|
||||
%define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release
|
||||
%define oldpython python
|
||||
Name: python-%{short_name}%{?name_ext}
|
||||
Version: 1.8.3
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: A review helper script for openQA
|
||||
License: MIT
|
||||
@@ -94,6 +94,8 @@ tumblesle-release --help
|
||||
%endif
|
||||
|
||||
%if 0%{?_test}
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
%else
|
||||
%install
|
||||
%python_install
|
||||
@@ -119,9 +121,6 @@ done
|
||||
%python_alternative %{_bindir}/openqa-review-daily-email
|
||||
%python_alternative %{_bindir}/tumblesle-release
|
||||
|
||||
%else
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user