diff --git a/WebTest-2.0.11.zip b/WebTest-2.0.11.zip new file mode 100644 index 0000000..4756640 --- /dev/null +++ b/WebTest-2.0.11.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f196d3621746562f89c36c7167bf7c28428d362d2b597779922aa09d34339527 +size 83073 diff --git a/WebTest-2.0.9.zip b/WebTest-2.0.9.zip deleted file mode 100644 index decfcc2..0000000 --- a/WebTest-2.0.9.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749f527b39893b1757abd0e6814bde811eb25a6cf42538585c971afdb9030dad -size 82628 diff --git a/python-WebTest.changes b/python-WebTest.changes index 83312a3..6fe0036 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -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 diff --git a/python-WebTest.spec b/python-WebTest.spec index 45c4308..70f176c 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -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