svn commit: r411702 - head/www/py-selenium

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 23 12:05:24 UTC 2016


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 at 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


More information about the svn-ports-all mailing list