From owner-svn-ports-head@freebsd.org Tue Feb 9 04:04:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF19EAA26AD; Tue, 9 Feb 2016 04:04:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637471D91; Tue, 9 Feb 2016 04:04:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1944gJo062159; Tue, 9 Feb 2016 04:04:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1944gbl062157; Tue, 9 Feb 2016 04:04:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602090404.u1944gbl062157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 9 Feb 2016 04:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408536 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 04:04:43 -0000 Author: pi Date: Tue Feb 9 04:04:42 2016 New Revision: 408536 URL: https://svnweb.freebsd.org/changeset/ports/408536 Log: 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) Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Tue Feb 9 03:53:52 2016 (r408535) +++ head/www/py-selenium/Makefile Tue Feb 9 04:04:42 2016 (r408536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.48.0 +PORTVERSION= 2.51.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Tue Feb 9 03:53:52 2016 (r408535) +++ head/www/py-selenium/distinfo Tue Feb 9 04:04:42 2016 (r408536) @@ -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