pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-selenium-webdriver



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 20 14:59:33 UTC 2019

Modified Files:
        pkgsrc/www/ruby-selenium-webdriver: Makefile PLIST distinfo

Log Message:
www/ruby-selenium-webdriver: update to 3.141.0

3.141.0 (2018-10-31)
====================

Edge:
  * Added new Edge::Options class that should be used to customize browser
    behavior. The instance of options class can be passed to driver
    initialization using :options key. Please, note that using options require
    insiders builds of Edge.

Chrome:
  * Included HasLocation to Chrome driver (thanks @sidonath).
  * Updated endpoint to send Chrome Debugging Protocol commands. The old one
    has been deprecated in ChromeDriver 40.

Safari:
  * Added new Safari::Options class that should be used to customize browser
    behavior. The instance of options class can be passed to driver
    initialization using :options key. Please, note that using options require
    Safari 12+.

Remote:
  * Allow passing Options instances to remote driver initialization using
    :options key. This feature allows to use browser-specific options classes
    (Chrome::Options, Firefox::Options, etc.) and pass them to Server/Grid
    instead of capabilities.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-selenium-webdriver/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-selenium-webdriver/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-selenium-webdriver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-selenium-webdriver/Makefile
diff -u pkgsrc/www/ruby-selenium-webdriver/Makefile:1.10 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.11
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.10    Sun Sep 23 17:00:06 2018
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Sun Jan 20 14:59:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/23 17:00:06 taca Exp $
+# $NetBSD: Makefile,v 1.11 2019/01/20 14:59:32 taca Exp $
 
-DISTNAME=      selenium-webdriver-3.14.0
+DISTNAME=      selenium-webdriver-3.141.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    ruby www
 
@@ -9,8 +9,8 @@ HOMEPAGE=       https://github.com/seleniumhq/
 COMMENT=       Tool for writing automated tests of websites
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-childprocess>=0.5.0:../../sysutils/ruby-childprocess
-DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=1.2<2.0:../../archivers/ruby-zip
+DEPENDS+=      ${RUBY_PKGPREFIX}-childprocess>=0.5:../../sysutils/ruby-childprocess
+DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=1.2.2<2.0:../../archivers/ruby-zip
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-selenium-webdriver/PLIST
diff -u pkgsrc/www/ruby-selenium-webdriver/PLIST:1.5 pkgsrc/www/ruby-selenium-webdriver/PLIST:1.6
--- pkgsrc/www/ruby-selenium-webdriver/PLIST:1.5        Sun Sep 23 17:00:06 2018
+++ pkgsrc/www/ruby-selenium-webdriver/PLIST    Sun Jan 20 14:59:32 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/09/23 17:00:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/01/20 14:59:32 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/Gemfile
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/lib/selenium/server.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/atoms.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/atoms/getAttribute.js
+${GEM_LIBDIR}/lib/selenium/webdriver/atoms/isDisplayed.js
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/driver.rb
@@ -76,6 +77,7 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/com
 ${GEM_LIBDIR}/lib/selenium/webdriver/edge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/edge/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/edge/driver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/edge/options.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/edge/service.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/binary.rb
@@ -114,6 +116,7 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/rem
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/driver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/safari/options.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/service.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/abstract_event_listener.rb

Index: pkgsrc/www/ruby-selenium-webdriver/distinfo
diff -u pkgsrc/www/ruby-selenium-webdriver/distinfo:1.6 pkgsrc/www/ruby-selenium-webdriver/distinfo:1.7
--- pkgsrc/www/ruby-selenium-webdriver/distinfo:1.6     Sun Sep 23 17:00:06 2018
+++ pkgsrc/www/ruby-selenium-webdriver/distinfo Sun Jan 20 14:59:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/09/23 17:00:06 taca Exp $
+$NetBSD: distinfo,v 1.7 2019/01/20 14:59:32 taca Exp $
 
-SHA1 (selenium-webdriver-3.14.0.gem) = 812d6c8c0c5e943fcbf08cd8c0f9c82e31f11a92
-RMD160 (selenium-webdriver-3.14.0.gem) = 3ab4a347ca7080a934928c1f960e8f8df1060db1
-SHA512 (selenium-webdriver-3.14.0.gem) = 81600fbc8c033e649127c21721431d7c60f17a729f21012355d4e6b866eaa22324514e813b94e9677c49f313f00afaced205fddee14756eb2fa3f1ee68cd992c
-Size (selenium-webdriver-3.14.0.gem) = 844288 bytes
+SHA1 (selenium-webdriver-3.141.0.gem) = 9ab8577079b07d12a1d6a0aa2e316d96e8a70374
+RMD160 (selenium-webdriver-3.141.0.gem) = ae3eac0406a4df813bf2de54e5d4d38f853427ee
+SHA512 (selenium-webdriver-3.141.0.gem) = 08dec20408be5ca7c3807b803ecac505ae7487332b6e1c4d9b8e0f82a99bc502873752c0e10e8bfe3770ad70e7fe30b929b165bd3b0012478e60a7a5a603b32d
+Size (selenium-webdriver-3.141.0.gem) = 862208 bytes



Home | Main Index | Thread Index | Old Index