Date: Fri, 3 Jan 2014 13:36:46 GMT From: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/185443: [Maintainer Update] devel/py-robotframework-selenium2library 1.4.0 -> 1.5.0 Message-ID: <201401031336.s03Daksv038314@oldred.freebsd.org> Resent-Message-ID: <201401031340.s03De1Kp016882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185443 >Category: ports >Synopsis: [Maintainer Update] devel/py-robotframework-selenium2library 1.4.0 -> 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 13:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: 9.2-STABLE >Organization: >Environment: FreeBSD vovaasus 9.2-STABLE FreeBSD 9.2-STABLE #7 r259028: Sun Dec 8 14:46:24 EET 2013 root@vovaasus:/usr/obj/usr/src/sys/VOVA amd64 >Description: Update devel/py-robotframework-selenium2library version 1.4.0 to version 1.5.0. Changes made within the 1.5 release include ... - Added new 'Create Webdriver' keyword to allow greater control of local WebDrivers, such as setting a proxy or using Chrome options. - Added support for Safari Browser. - Copy Desired Capabilities before modifying to prevent affecting future sesions. - Fixed Mouse Up keyword attempting to click and hold one more time before release. - Refixed issue with parsing desired capabilities. - Fixed compatibility with RobotFramework v2.8.1 - Modified how internal tests are run and ignore known browser issues. Known Issues: - There is currently an issue with Firefox and 'Click Element At Coordinates' (added in Selenium2Library 1.3.0) does not currently work at Firefox. If this keyword is used in Firefox it will behave in same manner as the Click Element keyword (which always click in the center of an element). >How-To-Repeat: >Fix: Delete file pkp-plist ('svn diff' does not show this on a read-only work copy) and apply the attached patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 338534) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (revision 338534) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (robotframework-selenium2library-1.4.0.tar.gz) = 028729f29a3f3c7ae2fd71020a584da6a83a7b8c1db75dd3a5e4f8c87297ffe5 -SIZE (robotframework-selenium2library-1.4.0.tar.gz) = 215011 +SHA256 (robotframework-selenium2library-1.5.0.tar.gz) = e173cb9a6cc8b831ec9a96a702ea36a450e599fd88a9c9d675581a7352565542 +SIZE (robotframework-selenium2library-1.5.0.tar.gz) = 216937 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401031336.s03Daksv038314>