pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-capybara www/ruby-capybara: update to 3.37.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a421b3f75f2
branches: trunk
changeset: 384346:2a421b3f75f2
user: taca <taca%pkgsrc.org@localhost>
date: Wed Aug 31 14:20:43 2022 +0000
description:
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 <base> 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
diffstat:
www/ruby-capybara/Makefile | 4 ++--
www/ruby-capybara/PLIST | 3 ++-
www/ruby-capybara/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 5fb6a5394bc0 -r 2a421b3f75f2 www/ruby-capybara/Makefile
--- a/www/ruby-capybara/Makefile Wed Aug 31 10:11:45 2022 +0000
+++ b/www/ruby-capybara/Makefile Wed Aug 31 14:20:43 2022 +0000
@@ -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@localhost
diff -r 5fb6a5394bc0 -r 2a421b3f75f2 www/ruby-capybara/PLIST
--- a/www/ruby-capybara/PLIST Wed Aug 31 10:11:45 2022 +0000
+++ b/www/ruby-capybara/PLIST Wed Aug 31 14:20:43 2022 +0000
@@ -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/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
diff -r 5fb6a5394bc0 -r 2a421b3f75f2 www/ruby-capybara/distinfo
--- a/www/ruby-capybara/distinfo Wed Aug 31 10:11:45 2022 +0000
+++ b/www/ruby-capybara/distinfo Wed Aug 31 14:20:43 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index