15
0

Accepting request 213722 from Cloud:OpenStack:Master

- update to 2.0.11:
  * Depend on unittest2 only for Python versions lower than 2.7
  * Add an optional parameter to TestApp, allowing the user to 
  specify the parser used by BeautifulSoup

OBS-URL: https://build.opensuse.org/request/show/213722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=26
This commit is contained in:
2014-01-13 14:26:08 +00:00
committed by Git OBS Bridge
parent 2f3ac67612
commit 2030440379
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebTest
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-WebTest
Version: 2.0.9
Version: 2.0.11
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications
@@ -42,7 +42,9 @@ BuildRequires: python-Sphinx
BuildRequires: python-WebOb
BuildRequires: python-coverage
BuildRequires: python-nose
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-unittest2
%endif
Requires: python-WebOb >= 1.2
Requires: python-beautifulsoup4
Requires: python-six