diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-09 04:04:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-09 04:04:42 +0000 |
commit | c12df3561e8dcf6bb9506ad41190d551df233c77 (patch) | |
tree | 0c59a227ac809cc3e4001fe96dd0154a88396f96 | |
parent | New port: games/linux-unigine-heaven (diff) |
www/py-selenium: 2.48.0 -> 2.51.1
Selenium 2.51.1
- correcting bundling issue missing README.rst file
Selenium 2.51.0
- Firefox updates (see java changelog)
Selenium 2.50.1
- Fixing error message handling. Fixes issue #1497
- Fixing error message handling. Fixes issue #1507
- Update webelement to handle W3C commands for size/location and rect
- rewrite click scrolling tests to match the Java ones
Selenium 2.50.0
- handle potential URLError from sending shutdown, set self.process
to None after it's already been quit
- Add support for submit() with W3C compliant endpoint
Selenium 2.49.1
- Ensure you can close stream before attempting to close it.
- message response may cause json loads ValueError when it's not actually json
and just a string (like the message that occurs when firefox driver thinks
another element will receive the click)
- Cleanup some error handling when sniffing what protocol you are speaking
Selenium 2.49.0
- Have Firefox service write to a file instead of PIPE
- Added Firefox path variable for string placeholder
- Update README to show Python 3.2+
- refactoring all the service classes to use a common one.
- Add Firefox specific command to switch context between Browser
content and Browser chrome
- updating files after go copyright:update
- Use specificationLevel to know that we are speaking GeckoDriver
- Bug fixes: #1294, #1186
PR: 206992
Submitted by: douglas@douglasthrift.net (maintainer)
Notes
Notes:
svn path=/head/; revision=408536
-rw-r--r-- | www/py-selenium/Makefile | 2 | ||||
-rw-r--r-- | www/py-selenium/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index 660d8a7e6975..f1fc71b4e616 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.48.0 +PORTVERSION= 2.51.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo index edf229893ca6..1666f7a39ca5 100644 --- a/www/py-selenium/distinfo +++ b/www/py-selenium/distinfo @@ -1,2 +1,2 @@ -SHA256 (selenium-2.48.0.tar.gz) = d5dca746955315dc83ec789acff1f298b8517732cf23a24809e4e5939eb919d8 -SIZE (selenium-2.48.0.tar.gz) = 805110 +SHA256 (selenium-2.51.1.tar.gz) = 05671887f59206abc04d16496c0a3d92ee08497abfc8328a6811eab326fd61a8 +SIZE (selenium-2.51.1.tar.gz) = 809217 |