15
0

Accepting request 424244 from home:tbechtold:branches:devel:languages:python

- update 2.0.23:
  - Create universal wheels.
  -  Fix #160: Do not guess encoding if response's charset is set.
  - PR #154 Allow Bearer auth
  - PR #147,#148 Take care of REFERER when using form.submit(), .click() and
  .clickbutton()
  - PR #145 Allow to override content-type when using json methods
  - nothing new release. just try to make wheel available on pypi
  - fixed #131 prevent passing HTML parameters that conflict with Field kwargs
  - fixed #135 Document that WSGIProxy2 is required for "using webtest with a real url"
  - fixed #136 reset values of select multiple
  - drop py32 support (still work but test dependencies fail)
- Use tar.gz instead of zip archive
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/424244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=32
This commit is contained in:
2016-09-01 12:32:17 +00:00
committed by Git OBS Bridge
parent 56f0834550
commit 59d7a240c4
4 changed files with 25 additions and 7 deletions

View File

@@ -17,13 +17,13 @@
Name: python-WebTest
Version: 2.0.18
Version: 2.0.23
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications
License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip
Source: https://pypi.io/packages/source/W/WebTest/WebTest-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-PasteDeploy
BuildRequires: python-WSGIProxy2
@@ -34,8 +34,8 @@ BuildRequires: python-mock
BuildRequires: python-pyquery
BuildRequires: python-setuptools
BuildRequires: python-six
BuildRequires: python-unittest2
BuildRequires: python-waitress
BuildRequires: unzip
# Documentation build requirements:
BuildRequires: python-Sphinx
# Test build requirements:
@@ -48,7 +48,7 @@ BuildRequires: python-unittest2
Requires: python-WebOb >= 1.2
Requires: python-beautifulsoup4
Requires: python-six
Requires: python-waitress
Requires: python-waitress >= 0.8.5
Provides: python-webtest = %{version}
Obsoletes: python-webtest < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110