Received: by mail.netbsd.org (Postfix, from userid 605) id 4C4C384E60; Wed, 31 Aug 2022 14:24:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1ADA084F23 for ; Wed, 31 Aug 2022 14:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eCVvKz_l80TT for ; Wed, 31 Aug 2022 14:20:43 +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 6EB4A84E5E for ; Wed, 31 Aug 2022 14:20:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68556FA8A; Wed, 31 Aug 2022 14:20:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166195564353200" MIME-Version: 1.0 Date: Wed, 31 Aug 2022 14:20:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-capybara To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220831142043.68556FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166195564353200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Aug 31 14:20:43 UTC 2022 Modified Files: pkgsrc/www/ruby-capybara: Makefile PLIST distinfo Log Message: www/ruby-capybara: update to 3.37.1 3.37.0 (2022-05-07) Changed * Ruby 2.7.0+ is now required Added * [Beta] CSP nonces inserted into animation disabler additions - Issue #2542 * Support element in rack-test driver - ISsue #2544 * [Beta] Element#shadow_root support. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in, click_link, find_field, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there. * Regexp now supported for exact_text finder option Fixed * Fragments in referer headers in rack-test driver - Issue #2525 * Selenium v4.1 deprecation notice 3.37.1 (2022-05-09) Fixed * Regression in rack-test visit - Issue #2548 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/ruby-capybara/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-capybara/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-capybara/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166195564353200 Content-Disposition: inline Content-Length: 2463 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-capybara/Makefile diff -u pkgsrc/www/ruby-capybara/Makefile:1.28 pkgsrc/www/ruby-capybara/Makefile:1.29 --- pkgsrc/www/ruby-capybara/Makefile:1.28 Sat Dec 11 14:44:13 2021 +++ pkgsrc/www/ruby-capybara/Makefile Wed Aug 31 14:20:43 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/12/11 14:44:13 taca Exp $ +# $NetBSD: Makefile,v 1.29 2022/08/31 14:20:43 taca Exp $ -DISTNAME= capybara-3.36.0 +DISTNAME= capybara-3.37.1 CATEGORIES= www devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-capybara/PLIST diff -u pkgsrc/www/ruby-capybara/PLIST:1.18 pkgsrc/www/ruby-capybara/PLIST:1.19 --- pkgsrc/www/ruby-capybara/PLIST:1.18 Sat Dec 11 14:44:13 2021 +++ pkgsrc/www/ruby-capybara/PLIST Wed Aug 31 14:20:43 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/12/11 14:44:13 taca Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/08/31 14:20:43 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/History.md @@ -268,6 +268,7 @@ ${GEM_LIBDIR}/lib/capybara/spec/views/wi ${GEM_LIBDIR}/lib/capybara/spec/views/with_namespace.erb ${GEM_LIBDIR}/lib/capybara/spec/views/with_scope.erb ${GEM_LIBDIR}/lib/capybara/spec/views/with_scope_other.erb +${GEM_LIBDIR}/lib/capybara/spec/views/with_shadow.erb ${GEM_LIBDIR}/lib/capybara/spec/views/with_simple_html.erb ${GEM_LIBDIR}/lib/capybara/spec/views/with_slow_unload.erb ${GEM_LIBDIR}/lib/capybara/spec/views/with_sortable_js.erb Index: pkgsrc/www/ruby-capybara/distinfo diff -u pkgsrc/www/ruby-capybara/distinfo:1.24 pkgsrc/www/ruby-capybara/distinfo:1.25 --- pkgsrc/www/ruby-capybara/distinfo:1.24 Sat Dec 11 14:44:13 2021 +++ pkgsrc/www/ruby-capybara/distinfo Wed Aug 31 14:20:43 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/12/11 14:44:13 taca Exp $ +$NetBSD: distinfo,v 1.25 2022/08/31 14:20:43 taca Exp $ -BLAKE2s (capybara-3.36.0.gem) = 56361112d8c354d9f9c6e75a3bbf5e41cd2e7fee77b27121a596a14541f1ec7f -SHA512 (capybara-3.36.0.gem) = 7ffc9d3e4058b08acd1cb223eb0313112354783cc4464f8f0747561caa45425f8623be7052f331677a66a7b9f5e645e48ae0118fe78c2d185408e5279e66f169 -Size (capybara-3.36.0.gem) = 374272 bytes +BLAKE2s (capybara-3.37.1.gem) = 00f7257c816e33bcd9e72108c2fcaa69179118670bc20e556a959835e1378d95 +SHA512 (capybara-3.37.1.gem) = 6a602dfcd61529f6b89a0ad85cf567fcb952d0c8033bde605121ad867308b1a16c6b3d5bfd7f4c33c47c5616c365c6b034bdf8dca096a14b3447be6adc885111 +Size (capybara-3.37.1.gem) = 376320 bytes --_----------=_166195564353200--