Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-parallel_tests for
openSUSE:Factory checked in at 2021-01-25 18:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-parallel_tests (Old)
and /work/SRC/openSUSE:Factory/.rubygem-parallel_tests.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-parallel_tests"
Mon Jan 25 18:22:27 2021 rev:10 rq:865236 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-parallel_tests/rubygem-parallel_tests.changes
2020-10-03 18:51:37.513223420 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-parallel_tests.new.28504/rubygem-parallel_tests.changes
2021-01-25 18:22:27.756329659 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:05:18 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 3.4.0
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
parallel_tests-3.3.0.gem
New:
----
parallel_tests-3.4.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-parallel_tests.spec ++++++
--- /var/tmp/diff_new_pack.joys2X/_old 2021-01-25 18:22:28.516330744 +0100
+++ /var/tmp/diff_new_pack.joys2X/_new 2021-01-25 18:22:28.520330749 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-parallel_tests
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-parallel_tests
-Version: 3.3.0
+Version: 3.4.0
Release: 0
%define mod_name parallel_tests
%define mod_full_name %{mod_name}-%{version}
++++++ parallel_tests-3.3.0.gem -> parallel_tests-3.4.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md 2020-09-16 21:22:44.000000000 +0200
+++ new/Readme.md 2020-11-23 04:15:59.000000000 +0100
@@ -205,9 +205,9 @@
default - runtime when runtime log is filled otherwise filesize
-m, --multiply-processes [FLOAT] use given number as a multiplier of
processes to run
-s, --single [PATTERN] Run all matching files in the same process
- -i, --isolate Do not run any other tests in the group
used by --single(-s).
+ -i, --isolate Do not run any other tests in the group
used by --single(-s).
Automatically turned on if --isolate-n is
set above 0.
- --isolate-n Number of processes for isolated groups.
Default to 1 when --isolate is on.
+ --isolate-n Number of processes for isolated groups.
Default to 1 when --isolate is on.
--only-group INT[, INT]
-e, --exec [COMMAND] execute this code parallel and with
ENV['TEST_ENV_NUMBER']
-o, --test-options '[OPTIONS]' execute test commands with those options
@@ -378,6 +378,7 @@
- [Calaway](https://github.com/calaway)
- [alboyadjian](https://github.com/alboyadjian)
- [Nathan Broadbent](https://github.com/ndbroadbent)
+ - [Vikram B Kumar](https://github.com/v-kumar)
[Michael Grosser](http://grosser.it)<br/>
[email protected]<br/>
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/parallel_tests/rspec/runner.rb
new/lib/parallel_tests/rspec/runner.rb
--- old/lib/parallel_tests/rspec/runner.rb 2020-09-16 21:22:44.000000000
+0200
+++ new/lib/parallel_tests/rspec/runner.rb 2020-11-23 04:15:59.000000000
+0100
@@ -48,6 +48,22 @@
"#{clean} --seed #{seed}"
end
+ # Summarize results from threads and colorize results based on failure
and pending counts.
+ #
+ def summarize_results(results)
+ text = super
+ return text unless $stdout.tty?
+ sums = sum_up_results(results)
+ color =
+ if sums['failure'].positive?
+ 31 # red
+ elsif sums['pending'].positive?
+ 33 # yellow
+ else
+ 32 # green
+ end
+ "\e[#{color}m#{text}\e[0m"
+ end
private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/parallel_tests/version.rb
new/lib/parallel_tests/version.rb
--- old/lib/parallel_tests/version.rb 2020-09-16 21:22:44.000000000 +0200
+++ new/lib/parallel_tests/version.rb 2020-11-23 04:15:59.000000000 +0100
@@ -1,3 +1,3 @@
module ParallelTests
- VERSION = Version = '3.3.0'
+ VERSION = Version = '3.4.0'
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-09-16 21:22:44.000000000 +0200
+++ new/metadata 2020-11-23 04:15:59.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: parallel_tests
version: !ruby/object:Gem::Version
- version: 3.3.0
+ version: 3.4.0
platform: ruby
authors:
- Michael Grosser
autorequire:
bindir: bin
cert_chain: []
-date: 2020-09-16 00:00:00.000000000 Z
+date: 2020-11-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: parallel
@@ -68,8 +68,8 @@
- MIT
metadata:
bug_tracker_uri: https://github.com/grosser/parallel_tests/issues
- documentation_uri:
https://github.com/grosser/parallel_tests/blob/v3.3.0/Readme.md
- source_code_uri: https://github.com/grosser/parallel_tests/tree/v3.3.0
+ documentation_uri:
https://github.com/grosser/parallel_tests/blob/v3.4.0/Readme.md
+ source_code_uri: https://github.com/grosser/parallel_tests/tree/v3.4.0
wiki_uri: https://github.com/grosser/parallel_tests/wiki
post_install_message:
rdoc_options: []