pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-capybara



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 <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


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.

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@localhost

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



Home | Main Index | Thread Index | Old Index