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

"Takahiro Kambe" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Aug 12 05:25:13 UTC 2026

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

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

4.47.0 (2026-08-10)

* Support CDP versions: v149, v150, v151
* support WebDriver BiDi on Safari Preview and move #bidi onto Driver
  (#17729)
* link generated BiDi elements to their spec definitions (#17781)
* add objectOnly/preserveExtras/scalar-primitive BiDi schema signals
  (#17784)
* construct the BiDi transport inside the domain from a connection (#17796)
* route BiDiBridge navigation through the generated
  Protocol::BrowsingContext (#17785)
* resolve spec runfiles via Bazel::Runfiles (#17810)
* [build] standardize generated-file license and not to edit markers across
  generators (#17816)
* validate nullable-constant BiDi params outbound (#17818)
* [build] upgrade rules_ruby to 0.28.0 and drop vendored Bazel::Runfiles
  workaround (#17824)
* [build] Merge vendor cddl files into shared BiDi schema and implement
  custom Firefox webExtension options (#17840)
* [grid] honor client-advertised se:remoteUrl for reachable BiDi/CDP/VNC
  URLs (#17790)
* tolerate and warn on missing required inbound BiDi fields, with
  SE_BIDI_STRICT to escalate (#17844)
* remove deprecated FTP proxy support (#17846)
* prevent CDP access with Firefox (#17849)
* test matchers assert log entries by id and optional messages and match
  severity (#17848)
* [bidi] Correct float/enum type fidelity in the shared schema and validate
  primitives outbound in Ruby (#17852)
* [bidi] mark BiDi types extensible per spec and update Ruby handling
  (#17853)
* raise typed WebDriver errors for BiDi from a generated error-code map
  (#17855)
* allow pending test guards to require matching provided exception (#17859)
* pass --enable-chrome-logs unless CHROME_LOG_FILE is set (#17858)
* support custom vendor specific capabilities in options classes (#17862)
* validate BiDi outbound ref fields against their declared type (#17861)
* generate BiDi domain type accessors and union variant factories (#17865)
* deprecate invalid Firefox profile code (#17871)
* [build] Automated Browser Version Update with CDP (#17873)


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/ruby-selenium-webdriver/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-selenium-webdriver/PLIST
cvs rdiff -u -r1.46 -r1.47 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.
(unnamed) (text/x-diff, 4.1 KB)
Modified files:

Index: pkgsrc/www/ruby-selenium-webdriver/Makefile
diff -u pkgsrc/www/ruby-selenium-webdriver/Makefile:1.54 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.55
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.54	Tue Jul 21 14:14:00 2026
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile	Wed Aug 12 05:25:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2026/07/21 14:14:00 taca Exp $
+# $NetBSD: Makefile,v 1.55 2026/08/12 05:25:13 taca Exp $
 
-DISTNAME=	selenium-webdriver-4.46.0
+DISTNAME=	selenium-webdriver-4.47.0
 CATEGORIES=	www
 
 MAINTAINER=	[email protected]

Index: pkgsrc/www/ruby-selenium-webdriver/PLIST
diff -u pkgsrc/www/ruby-selenium-webdriver/PLIST:1.24 pkgsrc/www/ruby-selenium-webdriver/PLIST:1.25
--- pkgsrc/www/ruby-selenium-webdriver/PLIST:1.24	Tue Jul 21 14:14:00 2026
+++ pkgsrc/www/ruby-selenium-webdriver/PLIST	Wed Aug 12 05:25:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2026/07/21 14:14:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/08/12 05:25:13 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/Gemfile
@@ -7,6 +7,8 @@ ${GEM_LIBDIR}/NOTICE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/bin/linux/selenium-manager
 ${GEM_LIBDIR}/bin/macos/selenium-manager
+${GEM_LIBDIR}/bin/selenium-manager-THIRD-PARTY-NOTICES.txt
+${GEM_LIBDIR}/bin/selenium-manager.cdx.json
 ${GEM_LIBDIR}/bin/windows/selenium-manager.exe
 ${GEM_LIBDIR}/lib/selenium-webdriver.rb
 ${GEM_LIBDIR}/lib/selenium/server.rb
@@ -19,6 +21,7 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/ato
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/browser.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/browsing_context.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/error.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/log_handler.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/network.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/network/cookies.rb
@@ -35,6 +38,7 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/bid
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/browsing_context.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/domain.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/emulation.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/error_code.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/input.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/log.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/bidi/protocol/network.rb
@@ -75,7 +79,6 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/com
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_addons.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_apple_permissions.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_authentication.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_bidi.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_casting.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_cdp.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_context.rb

Index: pkgsrc/www/ruby-selenium-webdriver/distinfo
diff -u pkgsrc/www/ruby-selenium-webdriver/distinfo:1.46 pkgsrc/www/ruby-selenium-webdriver/distinfo:1.47
--- pkgsrc/www/ruby-selenium-webdriver/distinfo:1.46	Tue Jul 21 14:14:00 2026
+++ pkgsrc/www/ruby-selenium-webdriver/distinfo	Wed Aug 12 05:25:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/07/21 14:14:00 taca Exp $
+$NetBSD: distinfo,v 1.47 2026/08/12 05:25:13 taca Exp $
 
-BLAKE2s (selenium-webdriver-4.46.0.gem) = 275b909b087596e6ae8822a3f85239cfe101408b9c44a4b3260461e1f41a130b
-SHA512 (selenium-webdriver-4.46.0.gem) = d9b4d6fbbddffe6be796f9a31aa2d61a810a2db994e434fe6ecd8ec22777d745642d8873caa91160bb87a7d24b54b0efd54a7435b9172c733f722367f069e837
-Size (selenium-webdriver-4.46.0.gem) = 8456192 bytes
+BLAKE2s (selenium-webdriver-4.47.0.gem) = fd670d6a74f8d45e14781520359979c18ae6e92aacd734a7b7f4cbbdc2bc0331
+SHA512 (selenium-webdriver-4.47.0.gem) = 921220eb4f138c8ebc0122f6af5d2b6d062eb813bd59a0e683b68271e9dc5c935eae47baa87a2eb01e5d243fc561791477942916856bddc2d22e881cf9ba54c6
+Size (selenium-webdriver-4.47.0.gem) = 8548352 bytes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.