Bug 183140

Summary: Update port: www/py-selenium Upgrade to 2.37.0
Product: Ports & Packages Reporter: Douglas Thrift <douglas>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me CC: douglas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-selenium.2013-10-21T012414Z.diff none

Description Douglas Thrift 2013-10-21 02:40:00 UTC
Upgrade www/py-selenium to 2.37.0; add PYDISTUTILS_AUTOPLIST.

https://redports.org/buildarchive/20131021011400-632/

From CHANGES:

Selenium 2.37
* repackage with fix for Firefox native events on Linux
* fix issue with unicode By locators w/ python 2.7 #6430

Selenium 2.36
* Added Safari WebDriver. Fixes issue 5352.
* fix platform for safari caps
* Convert all offsets/coordinates/speeds into integers
* Fix drag and drop by offset behaviour
* Fix initialization of Proxy by capabilities when proxyType is set
* Enable SOCKS proxy support
* Validation of passed locator for find_element(s) methods #5690
* Adding support for /status, /sessions commands
* Doc fixes
* ability to set Chrome extensions by using base64 encoded strings #4013
* fix logic regarding Select.select_by_visible_text #3910
* Bugs fixed: #6165, #6231
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 02:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-10-21 11:57:47 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-22 10:04:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-22 10:04:27 UTC
Author: wg
Date: Tue Oct 22 09:04:19 2013
New Revision: 331241
URL: http://svnweb.freebsd.org/changeset/ports/331241

Log:
  www/py-selenium: update to 2.37.0
  
  - Update to 2.37.0
  
  Changes: https://code.google.com/p/selenium/source/browse/py/CHANGES
  
  PR:		ports/183140
  Submitted by:	Douglas William Thrift <douglas douglasthrift.net> (maintainer)

Deleted:
  head/www/py-selenium/pkg-plist
Modified:
  head/www/py-selenium/Makefile
  head/www/py-selenium/distinfo

Modified: head/www/py-selenium/Makefile
==============================================================================
--- head/www/py-selenium/Makefile	Tue Oct 22 08:30:47 2013	(r331240)
+++ head/www/py-selenium/Makefile	Tue Oct 22 09:04:19 2013	(r331241)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	2.35.0
+PORTVERSION=	2.37.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,7 @@ LATEST_LINK=	py-${PORTNAME}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	FIREFOX
 FIREFOX_DESC=	Install Firefox

Modified: head/www/py-selenium/distinfo
==============================================================================
--- head/www/py-selenium/distinfo	Tue Oct 22 08:30:47 2013	(r331240)
+++ head/www/py-selenium/distinfo	Tue Oct 22 09:04:19 2013	(r331241)
@@ -1,2 +1,2 @@
-SHA256 (selenium-2.35.0.tar.gz) = 605ace5c73f5cefad14cf77e8e9cad63b8661bf8b1b1ed739d284a344abb0a31
-SIZE (selenium-2.35.0.tar.gz) = 2579216
+SHA256 (selenium-2.37.0.tar.gz) = 8de586687a1b2132c88e89d011645f0636d3b3a9b97a03066f434c74df9a5093
+SIZE (selenium-2.37.0.tar.gz) = 2647262
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"