CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/03/14 15:31:43
Modified files:
www/py-webtest : Makefile distinfo
www/py-webtest/pkg: PLIST
Log message:
Update www/py-webtest to most recent version and drop python 2 flavor.
Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst)
2.0.35 (2020-04-27)
python3.8 compat
Remove use of deprecated splittype and splithost
2.0.34 (2020-01-29)
Fix the test length == 0 in check_content_type.
Treat <input type="search"> like <input type="text">.
Handle query parameters for the head method.
2.0.33 (2019-02-09)
Fixed #210. Allow to reset select multiple with field.value = []
Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
Fixed #196. Fix deprecation warnings for collections to use
collections.abc for Iterable on Python 3.
2.0.32 (2018-10-05)
remove invalid email from setup.py
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
ok sthen@