15
0

Accepting request 672512 from home:frispete:python

- 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

OBS-URL: https://build.opensuse.org/request/show/672512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=42
This commit is contained in:
2019-02-08 09:44:27 +00:00
committed by Git OBS Bridge
parent 26d72824df
commit e55f634329
4 changed files with 29 additions and 5 deletions

View File

@@ -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>