15
0

Disable _services for Factory submission

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=2
This commit is contained in:
2016-08-25 12:27:53 +00:00
committed by Git OBS Bridge
parent f18b831a21
commit 5c88faa464
3 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<services>
<service name="tar_scm">
<service name="tar_scm" mode="disabled">
<param name="filename">python-openqa_review</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
<param name="url">git://github.com/okurz/openqa_review.git</param>
@@ -7,9 +7,9 @@
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress">
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version"/>
<service name="set_version" mode="disabled"/>
</services>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 22 19:19:12 UTC 2016 - opensuse-packaging@opensuse.org
- Update to version 0.7.1+0.f738872:
* .travis.yml: Add pypi deploy commands
* Correct name in setup.py to 'openqa_review'
* Add reference for pypi deploy to .travis.yml
* Accept 'not enough finished builds' as expected behaviour
* Prevent inactive job groups showing up in openQA >= 4.4
* Add wrapper script for SLES/HA review
* Correct markdown syntax of code segments
* Handle download errors graciously
* Correct log message for saving files in Browser
* Fix 'KeyError TODO' with builds having only bugref'd jobs
-------------------------------------------------------------------
Sun Jan 24 12:16:00 UTC 2016 - okurz@suse.de

View File

@@ -1,3 +1,6 @@
#
# spec file for package python-openqa_review
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -9,9 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-openqa_review
Version: 0.6
Version: 0.7.1+0.f738872
Release: 0
Summary: A review helper script for openQA
License: MIT
@@ -20,13 +26,13 @@ Source: https://github.com/okurz/openqa_review/%{name}-%{version}.tar.xz
Url: https://github.com/okurz/openqa_review
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-setuptools
Requires: python-setuptools
Requires: python-PyYAML
Requires: python-beautifulsoup4
Requires: python-future
Requires: python-sortedcontainers
Requires: python-humanfriendly
Requires: python-requests
Requires: python-PyYAML
Requires: python-setuptools
Requires: python-sortedcontainers
BuildArch: noarch
%description