forked from pool/python-WebTest
Accepting request 672729 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672729 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66339d35ba6d2ab5f0fb16b075348643b2717d04a6b1b8db68765011694ad426
|
||||
size 74081
|
||||
3
WebTest-2.0.32.tar.gz
Normal file
3
WebTest-2.0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4221020d502ff414c5fba83c1213985b83219cb1cc611fe58aa4feaf96b5e062
|
||||
size 74236
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 16:14:39 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to 2.0.32 (2018-10-05)
|
||||
+ remove invalid email from setup.py
|
||||
|
||||
- Update to 2.0.31 (2018-10-05)
|
||||
+ py33 is no longer supported. It may works but has been removed
|
||||
from tox config
|
||||
+ Fixed #205: Use empty string as default value for submit and
|
||||
button
|
||||
+ tests use pytest
|
||||
+ docs use the standard Pylons template on RTD
|
||||
|
||||
- Update to 2.0.30 (2018-06-23)
|
||||
+ Add Email class for input fields with type "email".
|
||||
+ Documentation bearer token and JWT authorization
|
||||
|
||||
- Update to 2.0.29 (2017-10-21)
|
||||
+ Bugfix: Preserve submit order for radio inputs.
|
||||
+ Fixed #186: avoid UnicodeDecodeError in linter with py2 when a
|
||||
header contain non ascii chars
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:56:01 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-WebTest
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define oldpython python
|
||||
%bcond_without tests
|
||||
Name: python-WebTest
|
||||
Version: 2.0.28
|
||||
Version: 2.0.32
|
||||
Release: 0
|
||||
Url: http://webtest.pythonpaste.org/
|
||||
Summary: Helper to test WSGI applications
|
||||
@@ -45,6 +45,7 @@ BuildRequires: %{python_module nose}
|
||||
%endif
|
||||
# Documentation build requirements:
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-pylons-sphinx-themes
|
||||
Requires: python-WebOb >= 1.2
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-six
|
||||
|
||||
Reference in New Issue
Block a user