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:           Sat Jan 16 12:42:09 UTC 2021

Modified Files:
        pkgsrc/www/ruby-capybara: Makefile PLIST distinfo

Log Message:
www/ruby-capybara: update to 3.34.0

Version 3.34.0

Release date: 2020-11-26

Added

* Ability to fill in with emoji when using Chrome with selenium driver
  (Firefox already worked)
* Current path assertions/expectations accept optional filter block
* Animation disabler now specifies scroll-behavior: auto; [Nathan
  Broadbent]
* :button selector can now find elements by label text [Sean Doyle]
* Session#send_keys to send keys to the current element with focus in
  drivers that support the concept of a current element [Sean Doyle]

Changed

* Text query validates the type parameter to prevent undefined behavior

Fixed

* racktest driver better handles fragments and redirection to urls that
  include fragments
* Don't error when attempting to get XPath location of a shadow element
* Missing readonly? added to Node::Simple
* Selenium version detection when loaded via alternate method [Joel
  Hawksley]
* Connection count issue if REQUEST_URI value changed by app [Blake
  Williams]
* Maintain URI fragment when redirecting in rack-test driver
* Text query error message [Wojciech Wnętrzak]
* Checking a checkbox/radio button with allow_label_click now works if
  there are multiple labels (Issue #2421)
* drop with Pathname (Issue #2424)[Máximo Mussini]


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-capybara/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-capybara/PLIST
cvs rdiff -u -r1.18 -r1.19 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.24 pkgsrc/www/ruby-capybara/Makefile:1.25
--- pkgsrc/www/ruby-capybara/Makefile:1.24      Mon Sep 14 15:22:55 2020
+++ pkgsrc/www/ruby-capybara/Makefile   Sat Jan 16 12:42:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/09/14 15:22:55 taca Exp $
+# $NetBSD: Makefile,v 1.25 2021/01/16 12:42:09 taca Exp $
 
-DISTNAME=      capybara-3.33.0
+DISTNAME=      capybara-3.34.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby www
 

Index: pkgsrc/www/ruby-capybara/PLIST
diff -u pkgsrc/www/ruby-capybara/PLIST:1.15 pkgsrc/www/ruby-capybara/PLIST:1.16
--- pkgsrc/www/ruby-capybara/PLIST:1.15 Mon Sep 14 15:22:55 2020
+++ pkgsrc/www/ruby-capybara/PLIST      Sat Jan 16 12:42:09 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/09/14 15:22:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/01/16 12:42:09 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/History.md
@@ -212,7 +212,6 @@ ${GEM_LIBDIR}/lib/capybara/spec/session/
 ${GEM_LIBDIR}/lib/capybara/spec/session/select_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/selectors_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/sibling_spec.rb
-${GEM_LIBDIR}/lib/capybara/spec/session/source_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/text_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/title_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/uncheck_spec.rb

Index: pkgsrc/www/ruby-capybara/distinfo
diff -u pkgsrc/www/ruby-capybara/distinfo:1.18 pkgsrc/www/ruby-capybara/distinfo:1.19
--- pkgsrc/www/ruby-capybara/distinfo:1.18      Mon Sep 14 15:22:55 2020
+++ pkgsrc/www/ruby-capybara/distinfo   Sat Jan 16 12:42:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/09/14 15:22:55 taca Exp $
+$NetBSD: distinfo,v 1.19 2021/01/16 12:42:09 taca Exp $
 
-SHA1 (capybara-3.33.0.gem) = 673ffe13bad78987b86eeb4843712bf633c10f0a
-RMD160 (capybara-3.33.0.gem) = 75f202f31197dc2ea1b1073f1abaa47fe0c68d54
-SHA512 (capybara-3.33.0.gem) = b169a12f330fdc016dbba6c7478cf52a51006499197bba67e6953f36929099212e209d2803511ca623b7e2b1fc0288fad1975fd426047c95680309145abb9977
-Size (capybara-3.33.0.gem) = 366592 bytes
+SHA1 (capybara-3.34.0.gem) = a06c84c4a28b9033ea2509fcd6f1bc58427d081d
+RMD160 (capybara-3.34.0.gem) = 0f3fd653d44fb72afe7987c3dcffa1864c9136af
+SHA512 (capybara-3.34.0.gem) = ee722be02cc0b23b7b7c92b29c7eb702a035a95e21c10c237eb6922fbc285c43431deca8bc8e445948a767265f4e8b6ef451f46168f26f8ad6dc6e1c88966537
+Size (capybara-3.34.0.gem) = 369664 bytes



Home | Main Index | Thread Index | Old Index