mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/ruby-nokogiri: upgrade to 1.16.0
This commit is contained in:
parent
ff03e9c7b9
commit
054e91d227
@ -4,8 +4,8 @@
|
||||
# TODO: Unbundle gombo-parser.
|
||||
pkgname=ruby-nokogiri
|
||||
_gemname=${pkgname#ruby-}
|
||||
pkgver=1.15.5
|
||||
pkgrel=1
|
||||
pkgver=1.16.0
|
||||
pkgrel=0
|
||||
pkgdesc="An HTML, XML, SAX, and Reader parser"
|
||||
url="https://nokogiri.org/"
|
||||
arch="all"
|
||||
@ -94,9 +94,9 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
1df3f6bf4508a7c84fa22ce774cb878ca47154e69730f1cedb403fad270df42c580526ac03b47e73bf2267ad50d2999ed1341079b10043b450f51ea6b0565da7 nokogiri-1.15.5.tar.gz
|
||||
0f6740ce69159f878844f2afdddafcc8c8f3bdabee68e5fcedb1526ae9cc48648c6ebda2a272ab1b8776fbde766bae97046802573908bd908cfb908288607e51 nokogiri-1.16.0.tar.gz
|
||||
b4d2457a6065d6c0878841acd259d6e231bb08b3aa0868943d0f90733f211cfbca28fac3c9678d1874b8e6f91c746c0c4381211efaf9781267c9183197fc1912 gemspec-fix-deps.patch
|
||||
1297bed591d6bd93ec8a2d54e2c24f0fd53a31944138b0837429eb2ca875c4c605ffb9bd26cc0d154b25c302f604f05353555846df8a90c1224aa67fefa3379b test-helper-remove-unnecessary-deps.patch
|
||||
4e637fccb39e4f5e7c4b2b902fc7ad60287a571fa37ab3b7afafbd3fdb7445a81518f654bf83e0c43b3e5ff06b37518f433fa22dc9f78e1cd840055603c55319 test-helper-remove-unnecessary-deps.patch
|
||||
63519d5b314c6fee49c219c8ab6999b340e1e6b1acecfaf3aee3dcc37302be8ff82dbd00484b3570f457d5de3c54529b843e1d382f5b65b9e128548b37c97198 shutdown-libxml2-warning.patch
|
||||
ab9681d88bfa0939134e333db751c2564629667ff7d49a5db93c3f49b88bc08349eae32d3a35c9235bb76b27b259033f949ad1ad5d9cf047b2eb8d2546632b7b test-skip-zip.patch
|
||||
"
|
||||
|
||||
@ -1,33 +1,11 @@
|
||||
--- a/test/helper.rb
|
||||
+++ b/test/helper.rb
|
||||
@@ -13,22 +13,22 @@
|
||||
# - NOKOGIRI_GC: read more in test/test_memory_leak.rb
|
||||
@@ -12,7 +12,7 @@
|
||||
# - NOKOGIRI_MEMORY_SUITE: read more in test/test_memory_usage.rb
|
||||
#
|
||||
|
||||
-require "simplecov"
|
||||
-SimpleCov.start do
|
||||
- add_filter "/test/"
|
||||
- enable_coverage :branch
|
||||
-end
|
||||
+#require "simplecov"
|
||||
+#SimpleCov.start do
|
||||
+# add_filter "/test/"
|
||||
+# enable_coverage :branch
|
||||
+#end
|
||||
|
||||
$VERBOSE = true
|
||||
|
||||
require "minitest/autorun"
|
||||
require "minitest/benchmark"
|
||||
-require "minitest/reporters"
|
||||
+#require "minitest/reporters"
|
||||
|
||||
nokogiri_minitest_reporters_options = { color: true, slow_count: 10, detailed_skip: false }
|
||||
nokogiri_minitest_reporters_options[:fast_fail] = true if ENV["NOKOGIRI_TEST_FAIL_FAST"]
|
||||
-puts "Minitest::Reporters options: #{nokogiri_minitest_reporters_options}"
|
||||
-Minitest::Reporters.use!(Minitest::Reporters::DefaultReporter.new(nokogiri_minitest_reporters_options))
|
||||
+#puts "Minitest::Reporters options: #{nokogiri_minitest_reporters_options}"
|
||||
+#Minitest::Reporters.use!(Minitest::Reporters::DefaultReporter.new(nokogiri_minitest_reporters_options))
|
||||
|
||||
require "fileutils"
|
||||
require "tempfile"
|
||||
-unless ENV["RUBY_MEMCHECK_RUNNING"]
|
||||
+unless true # ENV["RUBY_MEMCHECK_RUNNING"] XXX-Patched
|
||||
require "simplecov"
|
||||
SimpleCov.start do
|
||||
add_filter "/test/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user