Received: by mail.netbsd.org (Postfix, from userid 605) id 24E6F84E6E; Sun, 23 Sep 2018 17:00:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2507384E6C for ; Sun, 23 Sep 2018 17:00:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 08zHYnTcsKcI for ; Sun, 23 Sep 2018 17:00:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 13C4984D36 for ; Sun, 23 Sep 2018 17:00:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B6BDFBEE; Sun, 23 Sep 2018 17:00:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153772200730110" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 17:00:07 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-selenium-webdriver To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923170007.0B6BDFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153772200730110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 17:00:06 UTC 2018 Modified Files: pkgsrc/www/ruby-selenium-webdriver: Makefile PLIST distinfo Log Message: www/ruby-selenium-webdriver: update to 3.14.0 3.14.0 (2018-08-03) =================== Ruby: * Allow to customize default duration of movement of pointer actions using Driver#action#default_move_duration= (thanks @prakharrr) * Fixed an accidentally removed Selenium::WebDriver::Error::TimeoutError (thanks @twalpole) Server: * Fixed an issue when Server.latest couldn't parse the version Remote: * Added support for uploading multiple files by passing them as a string separated by \n to Element#send_keys. Please, note that not all the drivers have multiple file upload implemented (tested to work in ChromeDriver). 3.13.1 (2018-07-20) =================== Chrome: * Fixed an issue when empty Chrome options would cause DevToolsActivePort issue (thanks @artplan1) Remote: * Support detecting local files (thanks @mskvn) 3.13.0 (2018-06-25) =================== Ruby: * Address warnings for redefined methods and uninitialized instance variables Chrome: * Chrome options capabilities updated to use goog:chromeOptions. Note that Selenium now requires ChromeDriver v2.31 at minimum. * Added ability to tell headless Chrome to save files using Driver#download_path= (thanks @pelly) 3.12.0 (2018-05-08) =================== Ruby: * Added User-Agent header to requests from Selenium to give remote ends more visibility into distribution of clients (thanks @sah) * Added Selenium::WebDriver::VERSION constant (thanks @sah) * Added changelog link to RubyGems page * Fixed a bug when requests were sent with empty Content-Type, which should instead be application/json (issue #5615 and #5659) * Fixed a bug when failed connection attempt was retried without grace period for remote to resolve its problem (thanks @amckinley42) * Fixed a bug with accidentally removed HasNetworkConnection driver extension Chrome: * Fixed a bug when deprecation message for using Chrome extensions was incorrectly shown (thanks @treby) Safari: * Added support getting permissions via Driver#permissions * Added support setting permissions via Driver#permissions= * Added support enabling web inspector via Driver#attach_debugger To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-selenium-webdriver/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-selenium-webdriver/PLIST cvs rdiff -u -r1.5 -r1.6 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. --_----------=_153772200730110 Content-Disposition: inline Content-Length: 4535 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-selenium-webdriver/Makefile diff -u pkgsrc/www/ruby-selenium-webdriver/Makefile:1.9 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.10 --- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.9 Wed Mar 21 12:23:32 2018 +++ pkgsrc/www/ruby-selenium-webdriver/Makefile Sun Sep 23 17:00:06 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2018/03/21 12:23:32 taca Exp $ +# $NetBSD: Makefile,v 1.10 2018/09/23 17:00:06 taca Exp $ -DISTNAME= selenium-webdriver-3.11.0 +DISTNAME= selenium-webdriver-3.14.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby www @@ -10,7 +10,7 @@ COMMENT= Tool for writing automated test LICENSE= apache-2.0 DEPENDS+= ${RUBY_PKGPREFIX}-childprocess>=0.5.0:../../sysutils/ruby-childprocess -DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.0<2.0:../../archivers/ruby-zip +DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.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.4 pkgsrc/www/ruby-selenium-webdriver/PLIST:1.5 --- pkgsrc/www/ruby-selenium-webdriver/PLIST:1.4 Wed Mar 21 12:23:32 2018 +++ pkgsrc/www/ruby-selenium-webdriver/PLIST Sun Sep 23 17:00:06 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2018/03/21 12:23:32 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/09/23 17:00:06 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/Gemfile @@ -20,10 +20,13 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/com ${GEM_LIBDIR}/lib/selenium/webdriver/common/alert.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/bridge_helper.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver.rb +${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/downloads_files.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_addons.rb +${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_debugger.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_location.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_network_conditions.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_network_connection.rb +${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_permissions.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_session_id.rb ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb @@ -109,6 +112,7 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/rem ${GEM_LIBDIR}/lib/selenium/webdriver/remote/w3c/capabilities.rb ${GEM_LIBDIR}/lib/selenium/webdriver/remote/w3c/commands.rb ${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/service.rb ${GEM_LIBDIR}/lib/selenium/webdriver/support.rb @@ -118,5 +122,6 @@ ${GEM_LIBDIR}/lib/selenium/webdriver/sup ${GEM_LIBDIR}/lib/selenium/webdriver/support/escaper.rb ${GEM_LIBDIR}/lib/selenium/webdriver/support/event_firing_bridge.rb ${GEM_LIBDIR}/lib/selenium/webdriver/support/select.rb +${GEM_LIBDIR}/lib/selenium/webdriver/version.rb ${GEM_LIBDIR}/selenium-webdriver.gemspec ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/www/ruby-selenium-webdriver/distinfo diff -u pkgsrc/www/ruby-selenium-webdriver/distinfo:1.5 pkgsrc/www/ruby-selenium-webdriver/distinfo:1.6 --- pkgsrc/www/ruby-selenium-webdriver/distinfo:1.5 Wed Mar 21 12:23:32 2018 +++ pkgsrc/www/ruby-selenium-webdriver/distinfo Sun Sep 23 17:00:06 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/03/21 12:23:32 taca Exp $ +$NetBSD: distinfo,v 1.6 2018/09/23 17:00:06 taca Exp $ -SHA1 (selenium-webdriver-3.11.0.gem) = 7a8a8771920964cea9ac001e72fb3e02762e224a -RMD160 (selenium-webdriver-3.11.0.gem) = 83c0094c2dfcd932760edb1e6130f07a1b67fd81 -SHA512 (selenium-webdriver-3.11.0.gem) = 85488c257772a4628d19bd71e7993a82c2c5a9f6332d591b19507ca5e2a96c03fa5c351714a492915888510728f2e5eca28862c69e1ced43d8b56db128d7705e -Size (selenium-webdriver-3.11.0.gem) = 841728 bytes +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 --_----------=_153772200730110--