From 5c88faa46457d3a5616b9634e410fbf4f326b4e903eac9596a7060778efeb9cf Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 25 Aug 2016 12:27:53 +0000 Subject: [PATCH] Disable _services for Factory submission OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=2 --- _service | 6 +++--- python-openqa_review.changes | 15 +++++++++++++++ python-openqa_review.spec | 14 ++++++++++---- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/_service b/_service index 8302b51..3d0e42f 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + python-openqa_review @PARENT_TAG@+@TAG_OFFSET@.%h git://github.com/okurz/openqa_review.git @@ -7,9 +7,9 @@ master enable - + xz *.tar - + diff --git a/python-openqa_review.changes b/python-openqa_review.changes index 1eb4348..7dc95c7 100644 --- a/python-openqa_review.changes +++ b/python-openqa_review.changes @@ -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 diff --git a/python-openqa_review.spec b/python-openqa_review.spec index d6e9327..083cc89 100644 --- a/python-openqa_review.spec +++ b/python-openqa_review.spec @@ -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