Bug 204590 - [maintainer update] www/py-selenium: Update to 2.48.0
Summary: [maintainer update] www/py-selenium: Update to 2.48.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-16 04:57 UTC by Douglas Thrift
Modified: 2015-11-16 16:48 UTC (History)
1 user (show)

See Also:


Attachments
py27-selenium-2.48.0.diff (941 bytes, patch)
2015-11-16 04:57 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2015-11-16 04:57:04 UTC
Created attachment 163178 [details]
py27-selenium-2.48.0.diff

Update www/py-selenium to 2.48.0. Also remove the dependency on textproc/py-rdflib which should have been removed long ago (https://github.com/SeleniumHQ/selenium/commit/a30844e2d30041483d5a95ca257be1c2ef425bc1#diff-2eeaed663bd0d25b7e608891384b7298L109).

From CHANGES:

Selenium 2.48.0
* Update error pulling to match spec when we encounter a spec compliant browser.
* Disable tests that are not working with Marionette when running Marionette tests
* Add the ability to run python marionette tests
* Python 3 compatibility for remote Authorization
* changing casing of children finding tests

Selenium 2.47.3
* Bring back py 3 support

Selenium 2.47.2
* Fix running Edge driver locally on win10
* adding repr to WebDriver and WebElement

Selenium 2.47.1
* Fix the issue of deleting the profile when shutting down Firefox
* WebElement __eq__ compares against more types
* Issues fixed: 850

Selenium 2.47.0
* Add in support for when communicating with a Spec compliant browsers
* Initial support for Edge using EdgeDriver
* Issues fixed: 818

Selenium 2.46.1
* Adding ability to make remote call for webelement screenshots in accordance to the W3C spec
* Adding api to authenticate HTTP Auth modal dialogs via driver.switch_to.alert (beta)
* Add rebeccapurple to Color Object
* Add element screenshot
* Add service handler and minimal update to driver to use service for Marionette
* Add the ability to start FirefoxDriver backed with Marionette via a capability
* support socket timeout for connections
* free_port checks if port is available on all interfaces
* Allow error handling to handle both current errors and w3c errors
* Update find_elements to match spec
* phantomjs: service: remove unused import of signal
* phantomjs: add port information to WebDriverException
* Issues fixed (Github): 478, 612, 734, 780
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-16 12:12:44 UTC
A commit references this bug:

Author: vanilla
Date: Mon Nov 16 12:12:34 UTC 2015
New revision: 401759
URL: https://svnweb.freebsd.org/changeset/ports/401759

Log:
  Upgrade to 2.48.0

  PR:		204590
  Submitted by:	maintainer

Changes:
  head/www/py-selenium/Makefile
  head/www/py-selenium/distinfo
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-16 16:48:48 UTC
Assign to committer that resolved