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:           Wed Jan 25 14:29:21 UTC 2023

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

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

4.8.0 (2023-01-23)

* Allow updating instance variables on service classes
* Deprecate extract_service_args processing in service classes
* Fix bug preventing sending nil to #send_keys with Remote Driver
* Fix bug with IE specific methods not available to IE Driver
* Created Chromium superclass for Chrome and Edge
* Deprecated platform and version setters/getters in Capabilities class
* Revamped driver constructor logic
* Fix bug preventing using Safari Technology Preview when using
  SafariOptions
* Fix bug preventing more than one driver type to access Selenium Manager
* Defaults to using Options instead of Capabilities
* Make Options classes more strict for allowed arguments and types
* Removed previously deprecated actions class parameters
* Removed Location struct
* Add comment with name of large JS executions (#11038)
* update logger with link on how to use it (#11478)
* Deprecate #add_option for Option classes in favor of constructor and
  attr_accessor
* Deprecate all unrecognized capabilities for Options classes
* Deprecate support for :capabilities for local drivers
* Deprecate browser class methods for Capabilities
* Deprecate #headless! for Chrome and Firefox


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-selenium-webdriver/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-selenium-webdriver/PLIST
cvs rdiff -u -r1.14 -r1.15 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.20 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.21
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.20    Thu Dec  8 13:18:51 2022
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Wed Jan 25 14:29:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/12/08 13:18:51 taca Exp $
+# $NetBSD: Makefile,v 1.21 2023/01/25 14:29:21 taca Exp $
 
-DISTNAME=      selenium-webdriver-4.7.1
+DISTNAME=      selenium-webdriver-4.8.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,6 @@ HOMEPAGE=       https://github.com/seleniumhq/
 COMMENT=       Tool for writing automated tests of websites
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-childprocess>=0.5:../../sysutils/ruby-childprocess
 DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=1.2.2:../../archivers/ruby-zip
 DEPENDS+=      ${RUBY_PKGPREFIX}-websocket>=1.0<2:../../www/ruby-websocket
 

Index: pkgsrc/www/ruby-selenium-webdriver/PLIST
diff -u pkgsrc/www/ruby-selenium-webdriver/PLIST:1.10 pkgsrc/www/ruby-selenium-webdriver/PLIST:1.11
--- pkgsrc/www/ruby-selenium-webdriver/PLIST:1.10       Sun Dec  4 16:29:26 2022
+++ pkgsrc/www/ruby-selenium-webdriver/PLIST    Wed Jan 25 14:29:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/12/04 16:29:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/01/25 14:29:21 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/Gemfile
@@ -17,6 +17,14 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/ato
 ${GEM_LIBDIR}/lib/selenium/webdriver/atoms/isDisplayed.js
 ${GEM_LIBDIR}/lib/selenium/webdriver/atoms/mutationListener.js
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/browsing_context.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/browsing_context_info.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log/base_log_entry.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log/console_log_entry.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log/generic_log_entry.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log/javascript_log_entry.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log_inspector.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/navigate_result.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/session.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/driver.rb
@@ -24,6 +32,12 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/chr
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/options.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/profile.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/service.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium/driver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium/features.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium/options.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium/profile.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chromium/service.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/action_builder.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/alert.rb
@@ -150,14 +164,12 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/saf
 ${GEM_LIBDIR}/lib/selenium/webdriver/support.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/abstract_event_listener.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/block_event_listener.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/support/cdp_client_generator.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/color.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/escaper.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/event_firing_bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/guards.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/guards/guard.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/guards/guard_condition.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/support/nightly_version_generator.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/relative_locator.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/select.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/version.rb

Index: pkgsrc/www/ruby-selenium-webdriver/distinfo
diff -u pkgsrc/www/ruby-selenium-webdriver/distinfo:1.14 pkgsrc/www/ruby-selenium-webdriver/distinfo:1.15
--- pkgsrc/www/ruby-selenium-webdriver/distinfo:1.14    Sun Dec  4 16:29:26 2022
+++ pkgsrc/www/ruby-selenium-webdriver/distinfo Wed Jan 25 14:29:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/12/04 16:29:26 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/01/25 14:29:21 taca Exp $
 
-BLAKE2s (selenium-webdriver-4.7.1.gem) = ed02eb56d7e995472f5e9c56ce8ae805d3eddee12e720d861f4bb4800353773b
-SHA512 (selenium-webdriver-4.7.1.gem) = 3bf65f686f904adb87b4c2f85318c81d408216e9a528fcbf07ef31a9594d0d7ff5f744d96a65806a2bb55d0bf9f315c7af6d5b9c28023c6a1089b7074fc0b919
-Size (selenium-webdriver-4.7.1.gem) = 5450240 bytes
+BLAKE2s (selenium-webdriver-4.8.0.gem) = d49715585505cff41498c9694548669d3d08c223b8e749231ea6fe3c963d0c4a
+SHA512 (selenium-webdriver-4.8.0.gem) = eb45dc6af3ead32e6cb831d816873074c923fc34d06f09837169593027dcba48939cedd3f17fee72203799dcb409905eae91df0ba7f31b1db726d76702f4d032
+Size (selenium-webdriver-4.8.0.gem) = 5452800 bytes



Home | Main Index | Thread Index | Old Index