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

3
WebTest-2.0.11.zip Normal file
View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:749f527b39893b1757abd0e6814bde811eb25a6cf42538585c971afdb9030dad
size 82628

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 13 14:01:30 UTC 2014 - dmueller@suse.com
- 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
-------------------------------------------------------------------
Thu Oct 24 11:17:10 UTC 2013 - speilicke@suse.com

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