15
0

Accepting request 517300 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/517300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=22
This commit is contained in:
2017-08-18 13:05:00 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 15 16:23:29 UTC 2017 - toddrme2178@gmail.com
- Update to 2.0.28
* Fixed #185: Fix strict cookie policy
* Fixed #146: Improve fields value checking when enctype is
multipart
* Fixed #119: Assertion error should be raised when you have
non-string response header
* Bugfix: Allow to set an int value to form fields when enctype
is multipart
* Added py36 to tox.ini / .travis.yaml
-------------------------------------------------------------------
Wed May 3 16:31:46 UTC 2017 - toddrme2178@gmail.com

View File

@@ -16,12 +16,11 @@
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without tests
Name: python-WebTest
Version: 2.0.27
Version: 2.0.28
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications
@@ -94,8 +93,9 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst docs/license.rst
%{python_sitelib}/*
%doc CHANGELOG.rst README.rst docs/license.rst
%{python_sitelib}/webtest/
%{python_sitelib}/WebTest-%{version}-py*.egg-info
%files -n %{name}-doc
%defattr(-,root,root,-)