Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 12:05:23 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411702 - head/www/py-selenium
Message-ID:  <201603231205.u2NC5N4k037726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Mar 23 12:05:23 2016
New Revision: 411702
URL: https://svnweb.freebsd.org/changeset/ports/411702

Log:
  Update to 2.53.1.
  
  From https://raw.githubusercontent.com/SeleniumHQ/selenium/master/py/CHANGES
  (there is no entry for 2.53.1):
  
  Selenium 2.53.0
  * Adding Options object for use with Python FirefoxDriver
  * Fixed improper usage of super in exceptions module
  * create a temp file for cookies in phantomjs if not specified
  * Pass in the executable that FirefoxBinary finds to the service if there isnt
    one passed in as a kwarg or capability
  * Applied some DRY and extracted out the keys_to_typing()
  * Fix deselecting options in <select>
  
  PR:		208150
  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	Wed Mar 23 12:03:08 2016	(r411701)
+++ head/www/py-selenium/Makefile	Wed Mar 23 12:05:23 2016	(r411702)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	2.52.0
+PORTVERSION=	2.53.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-selenium/distinfo
==============================================================================
--- head/www/py-selenium/distinfo	Wed Mar 23 12:03:08 2016	(r411701)
+++ head/www/py-selenium/distinfo	Wed Mar 23 12:05:23 2016	(r411702)
@@ -1,2 +1,2 @@
-SHA256 (selenium-2.52.0.tar.gz) = 820550a740ca1f746c399a0101986c0e6f94fbfe3c6f976e3f694db452cbe124
-SIZE (selenium-2.52.0.tar.gz) = 809661
+SHA256 (selenium-2.53.1.tar.gz) = 53929418a41295b526fbb68e43bc32fe93c3ef99c030b9e705caf1de486440de
+SIZE (selenium-2.53.1.tar.gz) = 815928



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603231205.u2NC5N4k037726>