15
0

Accepting request 424247 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/424247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=20
This commit is contained in:
2016-09-28 09:29:58 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 7 deletions

View File

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

3
WebTest-2.0.23.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 1 10:15:53 UTC 2016 - tbechtold@suse.com
- 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
-------------------------------------------------------------------
Sun Mar 13 21:01:30 UTC 2016 - dmueller@suse.com

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