commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-10-28 09:56:44
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3463 (New)
Package is "perl-Test-Simple"
Wed Oct 28 09:56:44 2020 rev:35 rq:843668 version:1.302183
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-10-10 19:00:53.444380041 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3463/perl-Test-Simple.changes
2020-10-28 09:56:48.931070436 +0100
@@ -1,0 +2,10 @@
+Fri Oct 23 03:11:04 UTC 2020 - Tina Müller
+
+- updated to 1.302183
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles
+
+ - avoid closing over scalar in BEGIN block in cmp_ok eval
+
+---
Old:
Test-Simple-1.302182.tar.gz
New:
Test-Simple-1.302183.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.2SLi6R/_old 2020-10-28 09:56:49.539071006 +0100
+++ /var/tmp/diff_new_pack.2SLi6R/_new 2020-10-28 09:56:49.539071006 +0100
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302182
+Version:1.302183
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302182.tar.gz -> Test-Simple-1.302183.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302182/Changes
new/Test-Simple-1.302183/Changes
--- old/Test-Simple-1.302182/Changes2020-10-06 07:02:29.0 +0200
+++ new/Test-Simple-1.302183/Changes2020-10-22 05:10:37.0 +0200
@@ -1,3 +1,7 @@
+1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles
+
+- avoid closing over scalar in BEGIN block in cmp_ok eval
+
1.302182 2020-10-05 22:02:28-07:00 America/Los_Angeles
- Fix 5.6 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302182/MANIFEST
new/Test-Simple-1.302183/MANIFEST
--- old/Test-Simple-1.302182/MANIFEST 2020-10-06 07:02:29.0 +0200
+++ new/Test-Simple-1.302183/MANIFEST 2020-10-22 05:10:37.0 +0200
@@ -131,6 +131,7 @@
t/Legacy/Regression/736_use_ok.t
t/Legacy/Regression/789-read-only.t
t/Legacy/Regression/870-experimental-warnings.t
+t/Legacy/Regression/is_capture.t
t/Legacy/Simple/load.t
t/Legacy/Test2/Subtest.t
t/Legacy/Tester/tbt_01basic.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302182/META.json
new/Test-Simple-1.302183/META.json
--- old/Test-Simple-1.302182/META.json 2020-10-06 07:02:29.0 +0200
+++ new/Test-Simple-1.302183/META.json 2020-10-22 05:10:37.0 +0200
@@ -51,7 +51,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302182",
+ "version" : "1.302183",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
@@ -75,8 +75,8 @@
"Test::UseAllModules" : ">= 0.12, <= 0.14",
"Test::Wrapper" : "<= v0.3.0"
},
- "x_generated_by_perl" : "v5.30.2",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "x_generated_by_perl" : "v5.32.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302182/META.yml
new/Test-Simple-1.302183/META.yml
--- old/Test-Simple-1.302182/META.yml 2020-10-06 07:02:29.0 +0200
+++ new/Test-Simple-1.302183/META.yml 2020-10-22 05:10:37.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302182'
+version: '1.302183'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
@@ -45,6 +45,6 @@
Test::SharedFork: '<= 0.34'
Test::UseAllModules: '>= 0.12, <= 0.14'
Test::Wrapper: '<= v0.3.0'
-x_generated_by_perl: v5.30.2
+x_generated_by_perl: v5.32.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302182/Makefile.PL
new/Test-Simple-1.302183/Makefile.PL
--- old/Test-Simple-1.302182/Makefile.PL2020-10-06 07:02:29.0
+0200
+++ new/Test-Simple-1.302183/Makefil
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-10-10 19:00:45
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4249 (New)
Package is "perl-Test-Simple"
Sat Oct 10 19:00:45 2020 rev:34 rq:840038 version:1.302182
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-09-18 15:21:26.993971958 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4249/perl-Test-Simple.changes
2020-10-10 19:00:53.444380041 +0200
@@ -1,0 +2,11 @@
+Wed Oct 7 03:12:16 UTC 2020 - Tina Müller
+
+- updated to 1.302182
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302182 2020-10-05 22:02:28-07:00 America/Los_Angeles
+
+ - Fix 5.6 support
+ - Fix fragile %INC handling in a test
+
+---
Old:
Test-Simple-1.302181.tar.gz
New:
Test-Simple-1.302182.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.vw3qeZ/_old 2020-10-10 19:00:54.024380329 +0200
+++ /var/tmp/diff_new_pack.vw3qeZ/_new 2020-10-10 19:00:54.028380330 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302181
+Version:1.302182
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302181.tar.gz -> Test-Simple-1.302182.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302181/Changes
new/Test-Simple-1.302182/Changes
--- old/Test-Simple-1.302181/Changes2020-09-14 18:46:05.0 +0200
+++ new/Test-Simple-1.302182/Changes2020-10-06 07:02:29.0 +0200
@@ -1,3 +1,8 @@
+1.302182 2020-10-05 22:02:28-07:00 America/Los_Angeles
+
+- Fix 5.6 support
+- Fix fragile %INC handling in a test
+
1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles
- put try_sig_mask back where it goes (And add test to prevent this in the
future)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302181/META.json
new/Test-Simple-1.302182/META.json
--- old/Test-Simple-1.302181/META.json 2020-09-14 18:46:05.0 +0200
+++ new/Test-Simple-1.302182/META.json 2020-10-06 07:02:29.0 +0200
@@ -51,7 +51,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302181",
+ "version" : "1.302182",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302181/META.yml
new/Test-Simple-1.302182/META.yml
--- old/Test-Simple-1.302181/META.yml 2020-09-14 18:46:05.0 +0200
+++ new/Test-Simple-1.302182/META.yml 2020-10-06 07:02:29.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302181'
+version: '1.302182'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302181/Makefile.PL
new/Test-Simple-1.302182/Makefile.PL
--- old/Test-Simple-1.302181/Makefile.PL2020-09-14 18:46:05.0
+0200
+++ new/Test-Simple-1.302182/Makefile.PL2020-10-06 07:02:29.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302181",
+ "VERSION" => "1.302182",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t
t/Test2/modules/API/InterceptResult/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302181/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302182/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302181/lib/Test/Builder/Formatter.pm 2020-09-14
18:46:05.0 +0200
+++ n
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-09-18 15:21:24
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4249 (New)
Package is "perl-Test-Simple"
Fri Sep 18 15:21:24 2020 rev:33 rq:834629 version:1.302181
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-08-15 21:18:00.115541887 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4249/perl-Test-Simple.changes
2020-09-18 15:21:26.993971958 +0200
@@ -1,0 +2,19 @@
+Tue Sep 15 03:17:53 UTC 2020 - Tina Müller
+
+- updated to 1.302181
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles
+ - put try_sig_mask back where it goes (And add test to prevent this in
the future)
+ - Drop new List::Util requirement back down
+ 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles
+ - No changes since last trial
+ 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE)
+ - Bump minimum List::Util version (for uniq)
+ 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE)
+ - Move try_sig_mask to the only module that uses it.
+ - Inherit warnings bitmask in cmp_ok string eval
+ - Update copyright date
+ - Improved API for interept {} and what it returns
+
+---
Old:
Test-Simple-1.302177.tar.gz
New:
Test-Simple-1.302181.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.PnkSrO/_old 2020-09-18 15:21:27.721972663 +0200
+++ /var/tmp/diff_new_pack.PnkSrO/_new 2020-09-18 15:21:27.725972666 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302177
+Version:1.302181
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302177.tar.gz -> Test-Simple-1.302181.tar.gz ++
5121 lines of diff (skipped)
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-08-15 21:17:36
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3399 (New)
Package is "perl-Test-Simple"
Sat Aug 15 21:17:36 2020 rev:32 rq:826130 version:1.302177
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-04-18 00:26:44.797594630 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3399/perl-Test-Simple.changes
2020-08-15 21:18:00.115541887 +0200
@@ -1,0 +2,12 @@
+Sat Aug 8 03:11:19 UTC 2020 - Tina Müller
+
+- updated to 1.302177
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles
+ - Minor fix to author downstream test
+ - No significant changes since the last trial
+ 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE)
+ - Fix Test::More's $TODO inside intercept (#862)
+
+---
Old:
Test-Simple-1.302175.tar.gz
New:
Test-Simple-1.302177.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.QfkR4I/_old 2020-08-15 21:18:00.42138 +0200
+++ /var/tmp/diff_new_pack.QfkR4I/_new 2020-08-15 21:18:00.559542140 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Simple
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-Test-Simple
-Version:1.302175
+Version:1.302177
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
License:Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
Source1:cpanspec.yml
BuildArch: noarch
++ Test-Simple-1.302175.tar.gz -> Test-Simple-1.302177.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302175/Changes
new/Test-Simple-1.302177/Changes
--- old/Test-Simple-1.302175/Changes2020-04-13 20:37:37.0 +0200
+++ new/Test-Simple-1.302177/Changes2020-08-07 06:46:07.0 +0200
@@ -1,3 +1,12 @@
+1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles
+
+- Minor fix to author downstream test
+- No significant changes since the last trial
+
+1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE)
+
+- Fix Test::More's $TODO inside intercept (#862)
+
1.302175 2020-04-13 11:37:36-07:00 America/Los_Angeles
- Fix typos in POD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302175/MANIFEST
new/Test-Simple-1.302177/MANIFEST
--- old/Test-Simple-1.302175/MANIFEST 2020-04-13 20:37:37.0 +0200
+++ new/Test-Simple-1.302177/MANIFEST 2020-08-07 06:46:07.0 +0200
@@ -333,6 +333,7 @@
t/regression/757-reset_in_subtest.t
t/regression/812-todo.t
t/regression/817-subtest-todo.t
+t/regression/862-intercept_tb_todo.t
t/regression/buffered_subtest_plan_buffered.t
t/regression/builder_does_not_init.t
t/regression/errors_facet.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302175/META.json
new/Test-Simple-1.302177/META.json
--- old/Test-Simple-1.302175/META.json 2020-04-13 20:37:37.0 +0200
+++ new/Test-Simple-1.302177/META.json 2020-08-07 06:46:07.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302175",
+ "version" : "1.302177",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302175/META.yml
new/Test-Simple-1.302177/META.yml
--- old/Test-Simple-1.302175/META.yml 2020-04-13 20:37:37.0 +0200
+++ new/Test-Simple-1.302177/META.yml 2020-08-07 06:46:07.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302175'
+version: '1.302177'
x_breaks:
Log::Dispatch::Config::TestLog: '
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-04-18 00:26:39
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.2738 (New)
Package is "perl-Test-Simple"
Sat Apr 18 00:26:39 2020 rev:31 rq:794246 version:1.302175
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-04-04 12:20:44.163691760 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.2738/perl-Test-Simple.changes
2020-04-18 00:26:44.797594630 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 03:13:25 UTC 2020 -
+
+- updated to 1.302175
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302175 2020-04-13 11:37:36-07:00 America/Los_Angeles
+
+ - Fix typos in POD
+ - Fix incorrect Test2::Hub documentation
+ - Fix test that needed . in @INC on windows
+ - Fix Breakage test to show more info
+
+---
Old:
Test-Simple-1.302174.tar.gz
New:
Test-Simple-1.302175.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.gukONC/_old 2020-04-18 00:26:45.457595996 +0200
+++ /var/tmp/diff_new_pack.gukONC/_new 2020-04-18 00:26:45.461596004 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302174
+Version:1.302175
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302174.tar.gz -> Test-Simple-1.302175.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302174/Changes
new/Test-Simple-1.302175/Changes
--- old/Test-Simple-1.302174/Changes2020-03-30 22:55:55.0 +0200
+++ new/Test-Simple-1.302175/Changes2020-04-13 20:37:37.0 +0200
@@ -1,3 +1,10 @@
+1.302175 2020-04-13 11:37:36-07:00 America/Los_Angeles
+
+- Fix typos in POD
+- Fix incorrect Test2::Hub documentation
+- Fix test that needed . in @INC on windows
+- Fix Breakage test to show more info
+
1.302174 2020-03-30 13:55:54-07:00 America/Los_Angeles
- Fallback if JSON::PP is not available during IPC errors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302174/META.json
new/Test-Simple-1.302175/META.json
--- old/Test-Simple-1.302174/META.json 2020-03-30 22:55:55.0 +0200
+++ new/Test-Simple-1.302175/META.json 2020-04-13 20:37:37.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302174",
+ "version" : "1.302175",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302174/META.yml
new/Test-Simple-1.302175/META.yml
--- old/Test-Simple-1.302174/META.yml 2020-03-30 22:55:55.0 +0200
+++ new/Test-Simple-1.302175/META.yml 2020-04-13 20:37:37.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302174'
+version: '1.302175'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302174/Makefile.PL
new/Test-Simple-1.302175/Makefile.PL
--- old/Test-Simple-1.302174/Makefile.PL2020-03-30 22:55:55.0
+0200
+++ new/Test-Simple-1.302175/Makefile.PL2020-04-13 20:37:37.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302174",
+ "VERSION" => "1.302175",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302174/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302175/lib/Test/Builde
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-04-04 12:20:39
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3248 (New)
Package is "perl-Test-Simple"
Sat Apr 4 12:20:39 2020 rev:30 rq:790551 version:1.302174
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-03-14 09:53:51.343044747 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3248/perl-Test-Simple.changes
2020-04-04 12:20:44.163691760 +0200
@@ -1,0 +2,20 @@
+Tue Mar 31 03:11:38 UTC 2020 -
+
+- updated to 1.302174
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302174 2020-03-30 13:55:54-07:00 America/Los_Angeles
+
+ - Fallback if JSON::PP is not available during IPC errors
+
+---
+Sat Mar 28 03:09:38 UTC 2020 -
+
+- updated to 1.302173
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302173 2020-03-27 09:00:16-07:00 America/Los_Angeles
+
+ - Add extra debugging for "Not all files from hub '...' have been
collected!"
+
+---
Old:
Test-Simple-1.302172.tar.gz
New:
Test-Simple-1.302174.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.1hxFsC/_old 2020-04-04 12:20:44.987692468 +0200
+++ /var/tmp/diff_new_pack.1hxFsC/_new 2020-04-04 12:20:44.991692472 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302172
+Version:1.302174
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302172.tar.gz -> Test-Simple-1.302174.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302172/Changes
new/Test-Simple-1.302174/Changes
--- old/Test-Simple-1.302172/Changes2020-03-08 23:21:26.0 +0100
+++ new/Test-Simple-1.302174/Changes2020-03-30 22:55:55.0 +0200
@@ -1,3 +1,11 @@
+1.302174 2020-03-30 13:55:54-07:00 America/Los_Angeles
+
+- Fallback if JSON::PP is not available during IPC errors
+
+1.302173 2020-03-27 09:00:16-07:00 America/Los_Angeles
+
+- Add extra debugging for "Not all files from hub '...' have been
collected!"
+
1.302172 2020-03-08 15:21:25-07:00 America/Los_Angeles
- Fix transition doc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302172/MANIFEST
new/Test-Simple-1.302174/MANIFEST
--- old/Test-Simple-1.302172/MANIFEST 2020-03-08 23:21:26.0 +0100
+++ new/Test-Simple-1.302174/MANIFEST 2020-03-30 22:55:55.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.014.
Changes
LICENSE
MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302172/META.json
new/Test-Simple-1.302174/META.json
--- old/Test-Simple-1.302172/META.json 2020-03-08 23:21:26.0 +0100
+++ new/Test-Simple-1.302174/META.json 2020-03-30 22:55:55.0 +0200
@@ -4,7 +4,7 @@
"Chad Granum "
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302172",
+ "version" : "1.302174",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
@@ -72,7 +72,8 @@
"Test::UseAllModules" : ">= 0.12, <= 0.14",
"Test::Wrapper" : "<= v0.3.0"
},
- "x_generated_by_perl" : "v5.30.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
+ "x_generated_by_perl" : "v5.30.2",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302172/META.yml
new/Test-Simple-1.302174/META.yml
--- old/Test-Simple-1.302172/META.yml 2020-03-08 23:21:26.0 +0100
+++ new/Test-Simple-1.302174/META.yml 2020-03-30 22:55:55.0 +0200
@@ -6,7 +6,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012,
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-03-14 09:53:50
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3160 (New)
Package is "perl-Test-Simple"
Sat Mar 14 09:53:50 2020 rev:29 rq:783463 version:1.302172
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2020-01-21 20:58:48.860805576 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3160/perl-Test-Simple.changes
2020-03-14 09:53:51.343044747 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 03:28:19 UTC 2020 -
+
+- updated to 1.302172
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302172 2020-03-08 15:21:25-07:00 America/Los_Angeles
+
+ - Fix transition doc
+ - Fix warnings from info / debug tap
+
+---
Old:
Test-Simple-1.302171.tar.gz
New:
Test-Simple-1.302172.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.xIgMdt/_old 2020-03-14 09:53:51.775045064 +0100
+++ /var/tmp/diff_new_pack.xIgMdt/_new 2020-03-14 09:53:51.775045064 +0100
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302171
+Version:1.302172
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302171.tar.gz -> Test-Simple-1.302172.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302171/Changes
new/Test-Simple-1.302172/Changes
--- old/Test-Simple-1.302171/Changes2020-01-17 18:48:00.0 +0100
+++ new/Test-Simple-1.302172/Changes2020-03-08 23:21:26.0 +0100
@@ -1,3 +1,8 @@
+1.302172 2020-03-08 15:21:25-07:00 America/Los_Angeles
+
+- Fix transition doc
+- Fix warnings from info / debug tap
+
1.302171 2020-01-17 09:47:59-08:00 America/Los_Angeles
- Fix 5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302171/META.json
new/Test-Simple-1.302172/META.json
--- old/Test-Simple-1.302171/META.json 2020-01-17 18:48:00.0 +0100
+++ new/Test-Simple-1.302172/META.json 2020-03-08 23:21:26.0 +0100
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302171",
+ "version" : "1.302172",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302171/META.yml
new/Test-Simple-1.302172/META.yml
--- old/Test-Simple-1.302171/META.yml 2020-01-17 18:48:00.0 +0100
+++ new/Test-Simple-1.302172/META.yml 2020-03-08 23:21:26.0 +0100
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302171'
+version: '1.302172'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302171/Makefile.PL
new/Test-Simple-1.302172/Makefile.PL
--- old/Test-Simple-1.302171/Makefile.PL2020-01-17 18:48:00.0
+0100
+++ new/Test-Simple-1.302172/Makefile.PL2020-03-08 23:21:26.0
+0100
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302171",
+ "VERSION" => "1.302172",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302171/README.md
new/Test-Simple-1.302172/README.md
--- old/Test-Simple-1.302171/README.md 2020-01-17 18:48:00.0 +0100
+++ new/Test-Simple-1.302172/README.md 2020-03-08 23:21:26.0 +0100
@@ -4,7 +4,7 @@
# DESCRIPTION
-Test2 is a new testing framework produced by forking
[Test::Builder](https://
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2020-01-21 20:58:41
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.26092 (New)
Package is "perl-Test-Simple"
Tue Jan 21 20:58:41 2020 rev:28 rq:765676 version:1.302171
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-12-07 15:14:55.543799772 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.26092/perl-Test-Simple.changes
2020-01-21 20:58:48.860805576 +0100
@@ -1,0 +2,14 @@
+Sat Jan 18 03:11:43 UTC 2020 -
+
+- updated to 1.302171
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302171 2020-01-17 09:47:59-08:00 America/Los_Angeles
+
+ - Fix 5.6
+ - Fix EBDIC
+ - Upgrade Object::HashBase
+ - Clarify error message in test (#841)
+ - Spelling/Grammer fixes
+
+---
Old:
Test-Simple-1.302170.tar.gz
New:
Test-Simple-1.302171.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.FlTGws/_old 2020-01-21 20:58:51.140806637 +0100
+++ /var/tmp/diff_new_pack.FlTGws/_new 2020-01-21 20:58:51.144806639 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Simple
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302170
+Version:1.302171
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302170.tar.gz -> Test-Simple-1.302171.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302170/Changes
new/Test-Simple-1.302171/Changes
--- old/Test-Simple-1.302170/Changes2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/Changes2020-01-17 18:48:00.0 +0100
@@ -1,3 +1,11 @@
+1.302171 2020-01-17 09:47:59-08:00 America/Los_Angeles
+
+- Fix 5.6
+- Fix EBDIC
+- Upgrade Object::HashBase
+- Clarify error message in test (#841)
+- Spelling/Grammer fixes
+
1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles
- Fix unwanted END phase event (#840)
@@ -1356,7 +1364,7 @@
Doc improvements
- Improve the Test::Builder SYNOPSIS to use Test::Builder::Module
- rather than write it's own import().
+ rather than write its own import().
Test-Simple 0.76_02 2008-Feb-24 13:12-08:00 PST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302170/LICENSE
new/Test-Simple-1.302171/LICENSE
--- old/Test-Simple-1.302170/LICENSE2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/LICENSE2020-01-17 18:48:00.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Chad Granum.
+This software is copyright (c) 2020 by Chad Granum.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2019 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
This is free software, licensed under:
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2019 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302170/META.json
new/Test-Simple-1.302171/META.json
--- old/Test-Simple-1.302170/META.json 2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/META.json 2020-01-17 18:48:00.0 +0100
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302170",
+ "version" : "1.302171",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302170/META.yml
new/Test-Simple-1.302171/META.yml
--- old/Test-Simple-1.302170/META.yml 2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/META.yml 2020-01-17 18:48:00.0 +0100
@@ -22,7 +22,7 @@
resources:
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-12-07 15:12:36
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4691 (New)
Package is "perl-Test-Simple"
Sat Dec 7 15:12:36 2019 rev:27 rq:753152 version:1.302170
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-11-21 12:57:26.958550395 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.4691/perl-Test-Simple.changes
2019-12-07 15:14:55.543799772 +0100
@@ -1,0 +2,10 @@
+Tue Dec 3 03:20:09 UTC 2019 -
+
+- updated to 1.302170
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles
+
+ - Fix unwanted END phase event (#840)
+
+---
Old:
Test-Simple-1.302169.tar.gz
New:
Test-Simple-1.302170.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.Xr7MNi/_old 2019-12-07 15:14:56.331799660 +0100
+++ /var/tmp/diff_new_pack.Xr7MNi/_new 2019-12-07 15:14:56.335799660 +0100
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302169
+Version:1.302170
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302169.tar.gz -> Test-Simple-1.302170.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302169/Changes
new/Test-Simple-1.302170/Changes
--- old/Test-Simple-1.302169/Changes2019-11-19 00:49:39.0 +0100
+++ new/Test-Simple-1.302170/Changes2019-12-02 22:25:49.0 +0100
@@ -1,3 +1,7 @@
+1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles
+
+- Fix unwanted END phase event (#840)
+
1.302169 2019-11-18 15:49:38-08:00 America/Los_Angeles
- Update inline Object::HashBase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302169/META.json
new/Test-Simple-1.302170/META.json
--- old/Test-Simple-1.302169/META.json 2019-11-19 00:49:39.0 +0100
+++ new/Test-Simple-1.302170/META.json 2019-12-02 22:25:49.0 +0100
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302169",
+ "version" : "1.302170",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302169/META.yml
new/Test-Simple-1.302170/META.yml
--- old/Test-Simple-1.302169/META.yml 2019-11-19 00:49:39.0 +0100
+++ new/Test-Simple-1.302170/META.yml 2019-12-02 22:25:49.0 +0100
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302169'
+version: '1.302170'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302169/Makefile.PL
new/Test-Simple-1.302170/Makefile.PL
--- old/Test-Simple-1.302169/Makefile.PL2019-11-19 00:49:39.0
+0100
+++ new/Test-Simple-1.302170/Makefile.PL2019-12-02 22:25:49.0
+0100
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302169",
+ "VERSION" => "1.302170",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302169/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302170/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302169/lib/Test/Builder/Formatter.pm 2019-11-19
00:49:39.0 +0100
+++ new/Test-Simple-1.302170/lib/Test/Builder/Formatter.pm 2019-12-02
22:25:49.0 +0100
@@ -2,7 +2,7 @@
use strict;
use warnings;
-our $V
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-11-21 12:57:24
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.26869 (New)
Package is "perl-Test-Simple"
Thu Nov 21 12:57:24 2019 rev:26 rq:749526 version:1.302169
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-09-20 14:38:12.747059457 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.26869/perl-Test-Simple.changes
2019-11-21 12:57:26.958550395 +0100
@@ -1,0 +2,11 @@
+Tue Nov 19 08:44:25 UTC 2019 -
+
+- updated to 1.302169
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302169 2019-11-18 15:49:38-08:00 America/Los_Angeles
+
+ - Update inline Object::HashBase
+ - Avoid 'used only once' warnings in BEGIN and END blocks (James E
Keenan )
+
+---
Old:
Test-Simple-1.302168.tar.gz
New:
Test-Simple-1.302169.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.S83dmd/_old 2019-11-21 12:57:27.382550265 +0100
+++ /var/tmp/diff_new_pack.S83dmd/_new 2019-11-21 12:57:27.382550265 +0100
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302168
+Version:1.302169
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302168.tar.gz -> Test-Simple-1.302169.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302168/Changes
new/Test-Simple-1.302169/Changes
--- old/Test-Simple-1.302168/Changes2019-09-06 16:40:19.0 +0200
+++ new/Test-Simple-1.302169/Changes2019-11-19 00:49:39.0 +0100
@@ -1,3 +1,8 @@
+1.302169 2019-11-18 15:49:38-08:00 America/Los_Angeles
+
+- Update inline Object::HashBase
+- Avoid 'used only once' warnings in BEGIN and END blocks (James E Keenan
)
+
1.302168 2019-09-06 07:40:18-07:00 America/Los_Angeles
- Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302168/META.json
new/Test-Simple-1.302169/META.json
--- old/Test-Simple-1.302168/META.json 2019-09-06 16:40:19.0 +0200
+++ new/Test-Simple-1.302169/META.json 2019-11-19 00:49:39.0 +0100
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302168",
+ "version" : "1.302169",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302168/META.yml
new/Test-Simple-1.302169/META.yml
--- old/Test-Simple-1.302168/META.yml 2019-09-06 16:40:19.0 +0200
+++ new/Test-Simple-1.302169/META.yml 2019-11-19 00:49:39.0 +0100
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302168'
+version: '1.302169'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302168/Makefile.PL
new/Test-Simple-1.302169/Makefile.PL
--- old/Test-Simple-1.302168/Makefile.PL2019-09-06 16:40:19.0
+0200
+++ new/Test-Simple-1.302169/Makefile.PL2019-11-19 00:49:39.0
+0100
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302168",
+ "VERSION" => "1.302169",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302168/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302169/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302168/lib/Test/Builder/Formatter.pm 20
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-09-20 14:38:11
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.7948 (New)
Package is "perl-Test-Simple"
Fri Sep 20 14:38:11 2019 rev:25 rq:729393 version:1.302168
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-09-02 12:42:06.129782385 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.7948/perl-Test-Simple.changes
2019-09-20 14:38:12.747059457 +0200
@@ -1,0 +2,11 @@
+Sun Sep 8 19:57:20 UTC 2019 -
+
+- updated to 1.302168
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302168 2019-09-06 07:40:18-07:00 America/Los_Angeles
+
+ - Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba)
+ - Delay loading of Term::Table until needed (Thanks Graham Knop)
+
+---
Old:
Test-Simple-1.302167.tar.gz
New:
Test-Simple-1.302168.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.6XYBkF/_old 2019-09-20 14:38:13.171059379 +0200
+++ /var/tmp/diff_new_pack.6XYBkF/_new 2019-09-20 14:38:13.175059377 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302167
+Version:1.302168
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302167.tar.gz -> Test-Simple-1.302168.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302167/Changes
new/Test-Simple-1.302168/Changes
--- old/Test-Simple-1.302167/Changes2019-08-23 23:07:59.0 +0200
+++ new/Test-Simple-1.302168/Changes2019-09-06 16:40:19.0 +0200
@@ -1,3 +1,8 @@
+1.302168 2019-09-06 07:40:18-07:00 America/Los_Angeles
+
+- Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba)
+- Delay loading of Term::Table until needed (Thanks Graham Knop)
+
1.302167 2019-08-23 14:07:58-07:00 America/Los_Angeles
- add test2_is_testing_done api method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302167/META.json
new/Test-Simple-1.302168/META.json
--- old/Test-Simple-1.302167/META.json 2019-08-23 23:07:59.0 +0200
+++ new/Test-Simple-1.302168/META.json 2019-09-06 16:40:19.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302167",
+ "version" : "1.302168",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302167/META.yml
new/Test-Simple-1.302168/META.yml
--- old/Test-Simple-1.302167/META.yml 2019-08-23 23:07:59.0 +0200
+++ new/Test-Simple-1.302168/META.yml 2019-09-06 16:40:19.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302167'
+version: '1.302168'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302167/Makefile.PL
new/Test-Simple-1.302168/Makefile.PL
--- old/Test-Simple-1.302167/Makefile.PL2019-08-23 23:07:59.0
+0200
+++ new/Test-Simple-1.302168/Makefile.PL2019-09-06 16:40:19.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302167",
+ "VERSION" => "1.302168",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302167/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302168/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302167/lib/Test/Builder/Formatt
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-09-02 12:42:01
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.7948 (New)
Package is "perl-Test-Simple"
Mon Sep 2 12:42:01 2019 rev:24 rq:726159 version:1.302167
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-08-19 20:47:19.749099235 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.7948/perl-Test-Simple.changes
2019-09-02 12:42:06.129782385 +0200
@@ -1,0 +2,11 @@
+Sat Aug 24 05:33:46 UTC 2019 - Stephan Kulow
+
+- updated to 1.302167
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302167 2019-08-23 14:07:58-07:00 America/Los_Angeles
+
+ - add test2_is_testing_done api method
+ - Fix string compare warning
+
+---
Old:
Test-Simple-1.302166.tar.gz
New:
Test-Simple-1.302167.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.UdMuGT/_old 2019-09-02 12:42:06.729782277 +0200
+++ /var/tmp/diff_new_pack.UdMuGT/_new 2019-09-02 12:42:06.729782277 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302166
+Version:1.302167
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302166.tar.gz -> Test-Simple-1.302167.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302166/Changes
new/Test-Simple-1.302167/Changes
--- old/Test-Simple-1.302166/Changes2019-08-15 19:37:02.0 +0200
+++ new/Test-Simple-1.302167/Changes2019-08-23 23:07:59.0 +0200
@@ -1,3 +1,8 @@
+1.302167 2019-08-23 14:07:58-07:00 America/Los_Angeles
+
+- add test2_is_testing_done api method
+- Fix string compare warning
+
1.302166 2019-08-15 10:37:01-07:00 America/Los_Angeles
- Fix context test on older perls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302166/META.json
new/Test-Simple-1.302167/META.json
--- old/Test-Simple-1.302166/META.json 2019-08-15 19:37:02.0 +0200
+++ new/Test-Simple-1.302167/META.json 2019-08-23 23:07:59.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302166",
+ "version" : "1.302167",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302166/META.yml
new/Test-Simple-1.302167/META.yml
--- old/Test-Simple-1.302166/META.yml 2019-08-15 19:37:02.0 +0200
+++ new/Test-Simple-1.302167/META.yml 2019-08-23 23:07:59.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302166'
+version: '1.302167'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302166/Makefile.PL
new/Test-Simple-1.302167/Makefile.PL
--- old/Test-Simple-1.302166/Makefile.PL2019-08-15 19:37:02.0
+0200
+++ new/Test-Simple-1.302167/Makefile.PL2019-08-23 23:07:59.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302166",
+ "VERSION" => "1.302167",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302166/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302167/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302166/lib/Test/Builder/Formatter.pm 2019-08-15
19:37:02.0 +0200
+++ new/Test-Simple-1.302167/lib/Test/Builder/Formatter.pm 2019
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-08-19 20:47:18
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.22127 (New)
Package is "perl-Test-Simple"
Mon Aug 19 20:47:18 2019 rev:23 rq:724047 version:1.302166
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-05-06 21:13:33.588475425 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.22127/perl-Test-Simple.changes
2019-08-19 20:47:19.749099235 +0200
@@ -1,0 +2,15 @@
+Fri Aug 16 05:29:49 UTC 2019 - Stephan Kulow
+
+- updated to 1.302166
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302166 2019-08-15 10:37:01-07:00 America/Los_Angeles
+
+ - Fix context test on older perls
+
+ 1.302165 2019-08-15 10:21:09-07:00 America/Los_Angeles
+
+ - Better diagnostics when a context is destroyed unexpectedly
+ - Add an event to notify when END phase starts
+
+---
Old:
Test-Simple-1.302164.tar.gz
New:
Test-Simple-1.302166.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.WRQ2vJ/_old 2019-08-19 20:47:20.921098984 +0200
+++ /var/tmp/diff_new_pack.WRQ2vJ/_new 2019-08-19 20:47:20.921098984 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302164
+Version:1.302166
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302164.tar.gz -> Test-Simple-1.302166.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302164/Changes
new/Test-Simple-1.302166/Changes
--- old/Test-Simple-1.302164/Changes2019-04-27 10:43:45.0 +0200
+++ new/Test-Simple-1.302166/Changes2019-08-15 19:37:02.0 +0200
@@ -1,5 +1,16 @@
+1.302166 2019-08-15 10:37:01-07:00 America/Los_Angeles
+
+- Fix context test on older perls
+
+1.302165 2019-08-15 10:21:09-07:00 America/Los_Angeles
+
+- Better diagnostics when a context is destroyed unexpectedly
+- Add an event to notify when END phase starts
+
1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles
+- No changes since trial
+
1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE)
- Do not use threads::Shared in Test::Tester::Capture (#826)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302164/META.json
new/Test-Simple-1.302166/META.json
--- old/Test-Simple-1.302164/META.json 2019-04-27 10:43:45.0 +0200
+++ new/Test-Simple-1.302166/META.json 2019-08-15 19:37:02.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302164",
+ "version" : "1.302166",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
@@ -72,7 +72,7 @@
"Test::UseAllModules" : ">= 0.12, <= 0.14",
"Test::Wrapper" : "<= v0.3.0"
},
- "x_generated_by_perl" : "v5.28.1",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.08"
+ "x_generated_by_perl" : "v5.30.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302164/META.yml
new/Test-Simple-1.302166/META.yml
--- old/Test-Simple-1.302164/META.yml 2019-04-27 10:43:45.0 +0200
+++ new/Test-Simple-1.302166/META.yml 2019-08-15 19:37:02.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302164'
+version: '1.302166'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
@@ -45,5 +45,5 @@
Test::SharedFork: '<= 0.34'
Test::UseAllModules: '>= 0.12, <= 0.14'
Test::Wrapper: '<= v0.3.0'
-x_generated_by_perl: v5.28.1
+x_generated_by_perl: v5.30.0
x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302164/Makefile.PL
new/Test-Simple-1.302166/Makefile.PL
--- old/Test-Simple-1.302164/Makefile.PL2019-04-27 10:43:45.0
+0200
+++ new/Test-Simple-1.302166/Makefile.PL2019-08-15 19:37:02.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302164",
+ "VERSION" => "1.302166",
"test" => {
"TESTS" => "t/*.t t/Legacy/*
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-05-06 21:13:32
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.5148 (New)
Package is "perl-Test-Simple"
Mon May 6 21:13:32 2019 rev:22 rq:700731 version:1.302164
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-02-14 14:11:33.432275177 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.5148/perl-Test-Simple.changes
2019-05-06 21:13:33.588475425 +0200
@@ -1,0 +2,15 @@
+Sun Apr 28 05:38:58 UTC 2019 - Stephan Kulow
+
+- updated to 1.302164
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles
+
+ 1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE)
+
+ - Do not use threads::Shared in Test::Tester::Capture (#826)
+ - Add missing version info to Info/Table
+ - Fix event in global destruction bug (#827)
+ - Proper fix for todo = '' (#812, #829)
+
+---
Old:
Test-Simple-1.302162.tar.gz
New:
Test-Simple-1.302164.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.UQMPw0/_old 2019-05-06 21:13:34.004476574 +0200
+++ /var/tmp/diff_new_pack.UQMPw0/_new 2019-05-06 21:13:34.004476574 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302162
+Version:1.302164
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302162.tar.gz -> Test-Simple-1.302164.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302162/Changes
new/Test-Simple-1.302164/Changes
--- old/Test-Simple-1.302162/Changes2019-02-06 04:55:15.0 +0100
+++ new/Test-Simple-1.302164/Changes2019-04-27 10:43:45.0 +0200
@@ -1,3 +1,12 @@
+1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles
+
+1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE)
+
+- Do not use threads::Shared in Test::Tester::Capture (#826)
+- Add missing version info to Info/Table
+- Fix event in global destruction bug (#827)
+- Proper fix for todo = '' (#812, #829)
+
1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles
- Typo fixes in documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302162/META.json
new/Test-Simple-1.302164/META.json
--- old/Test-Simple-1.302162/META.json 2019-02-06 04:55:15.0 +0100
+++ new/Test-Simple-1.302164/META.json 2019-04-27 10:43:45.0 +0200
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302162",
+ "version" : "1.302164",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302162/META.yml
new/Test-Simple-1.302164/META.yml
--- old/Test-Simple-1.302162/META.yml 2019-02-06 04:55:15.0 +0100
+++ new/Test-Simple-1.302164/META.yml 2019-04-27 10:43:45.0 +0200
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302162'
+version: '1.302164'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302162/Makefile.PL
new/Test-Simple-1.302164/Makefile.PL
--- old/Test-Simple-1.302162/Makefile.PL2019-02-06 04:55:15.0
+0100
+++ new/Test-Simple-1.302164/Makefile.PL2019-04-27 10:43:45.0
+0200
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302162",
+ "VERSION" => "1.302164",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/T
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2019-02-14 14:11:30
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.28833 (New)
Package is "perl-Test-Simple"
Thu Feb 14 14:11:30 2019 rev:21 rq:672859 version:1.302162
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-02-01 11:43:29.588672803 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.28833/perl-Test-Simple.changes
2019-02-14 14:11:33.432275177 +0100
@@ -1,0 +2,14 @@
+Wed Feb 6 06:30:18 UTC 2019 - Stephan Kulow
+
+- updated to 1.302162
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles
+
+ - Typo fixes in documentation
+
+ 1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE)
+
+ - Remove SHM Optimization
+
+---
Old:
Test-Simple-1.302160.tar.gz
New:
Test-Simple-1.302162.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.JE2uME/_old 2019-02-14 14:11:34.680274555 +0100
+++ /var/tmp/diff_new_pack.JE2uME/_new 2019-02-14 14:11:34.684274552 +0100
@@ -17,7 +17,7 @@
Name: perl-Test-Simple
-Version:1.302160
+Version:1.302162
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
++ Test-Simple-1.302160.tar.gz -> Test-Simple-1.302162.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302160/Changes
new/Test-Simple-1.302162/Changes
--- old/Test-Simple-1.302160/Changes2019-01-18 20:44:34.0 +0100
+++ new/Test-Simple-1.302162/Changes2019-02-06 04:55:15.0 +0100
@@ -1,3 +1,11 @@
+1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles
+
+- Typo fixes in documentation
+
+1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE)
+
+- Remove SHM Optimization
+
1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles
- No Changes since last trial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302160/META.json
new/Test-Simple-1.302162/META.json
--- old/Test-Simple-1.302160/META.json 2019-01-18 20:44:34.0 +0100
+++ new/Test-Simple-1.302162/META.json 2019-02-06 04:55:15.0 +0100
@@ -48,7 +48,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302160",
+ "version" : "1.302162",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302160/META.yml
new/Test-Simple-1.302162/META.yml
--- old/Test-Simple-1.302160/META.yml 2019-01-18 20:44:34.0 +0100
+++ new/Test-Simple-1.302162/META.yml 2019-02-06 04:55:15.0 +0100
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302160'
+version: '1.302162'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302160/Makefile.PL
new/Test-Simple-1.302162/Makefile.PL
--- old/Test-Simple-1.302160/Makefile.PL2019-01-18 20:44:34.0
+0100
+++ new/Test-Simple-1.302162/Makefile.PL2019-02-06 04:55:15.0
+0100
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302160",
+ "VERSION" => "1.302162",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t
t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t
t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t
t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t
t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t
t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t
t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t
t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302160/lib/Test/Builder/Formatter.pm
new/Test-Simple-1.302162/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.30216
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2019-02-01 11:43:27 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.28833 (New) Package is "perl-Test-Simple" Fri Feb 1 11:43:27 2019 rev:20 rq:667181 version:1.302160 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-12-08 11:20:23.266838369 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.28833/perl-Test-Simple.changes 2019-02-01 11:43:29.588672803 +0100 @@ -1,0 +2,102 @@ +Sat Jan 19 06:30:25 UTC 2019 - Stephan Kulow + +- updated to 1.302160 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles + + - No Changes since last trial release + + 1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add table support to ctx->fail and ctx->fail_and_return + - Fix Instance.t on haiku-os + + 1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix TAP test on windows + - Fix math errors in table indentation + - Devel requires Term::Table + + 1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix minor typos and missing doc sections + - Add table support in info facet and TAP formatter + +--- +Tue Jan 8 06:53:31 UTC 2019 - Stephan Kulow + +- updated to 1.302156 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles + + - No changes from last trial + + 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix test not to fail in non-english locales + + 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix SHM pid checking for some platforms in Instance.t + - Add SHM errno/msg to warning about SHM going away + + 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Improve SHM verification and state awareness + + 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) + + - More Instance.t improvements + - Add trace to SHM error when possible + + 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix another locale error in Instance.t + + 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix locale error in Instance.t + - Windows test fixes + - perl 5.6 test fixes + + 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Even more SHM error improvements + + 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Further Improve SHM error message + + 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Improve SHM error message + + 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix SHM test to work on machines without SHM + + 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix localization error in new test (#820) + + 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add tests for shmwrite fix (#815) + + 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix failure to check error code on shmwrite (#815) + + 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix #814 Windows fork+test failure + - Fix #819 Documentation updates + - Fix #810 Verbose TAP newline regression + - Fix #817 local $TODO bug + - Fix #812 Another local $TODO bug + - Fix #815 shm read warning + - Merge doc fix PR's from magnolia-k (thanks!) + +--- Old: Test-Simple-1.302141.tar.gz New: Test-Simple-1.302160.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.49VK0L/_old 2019-02-01 11:43:30.084672294 +0100 +++ /var/tmp/diff_new_pack.49VK0L/_new 2019-02-01 11:43:30.084672294 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:
commit perl-Test-Simple for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Test-Simple for
openSUSE:Factory checked in at 2018-12-08 11:20:16
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.19453 (New)
Package is "perl-Test-Simple"
Sat Dec 8 11:20:16 2018 rev:19 rq:655835 version:1.302141
Changes:
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2018-08-27 12:56:41.000641344 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.19453/perl-Test-Simple.changes
2018-12-08 11:20:23.266838369 +0100
@@ -1,0 +2,10 @@
+Thu Dec 6 16:26:03 UTC 2018 - Stephan Kulow
+
+- updated to 1.302141
+ see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+ 1.302141 2018-11-30 14:27:19-08:00 America/Los_Angeles
+
+ - Fix bug where IPC init failed in preload+fork environments
+
+---
Old:
Test-Simple-1.302140.tar.gz
New:
Test-Simple-1.302141.tar.gz
Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.r2fDmI/_old 2018-12-08 11:20:24.074837596 +0100
+++ /var/tmp/diff_new_pack.r2fDmI/_new 2018-12-08 11:20:24.078837592 +0100
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Test-Simple
-Version:1.302140
+Version:1.302141
Release:0
%define cpan_name Test-Simple
Summary:Basic utilities for writing tests
License:Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-Simple/
+Url:https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
Source1:cpanspec.yml
BuildArch: noarch
@@ -48,11 +48,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++ Test-Simple-1.302140.tar.gz -> Test-Simple-1.302141.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302140/Changes
new/Test-Simple-1.302141/Changes
--- old/Test-Simple-1.302140/Changes2018-08-13 17:00:27.0 +0200
+++ new/Test-Simple-1.302141/Changes2018-11-30 23:27:20.0 +0100
@@ -1,3 +1,7 @@
+1.302141 2018-11-30 14:27:19-08:00 America/Los_Angeles
+
+- Fix bug where IPC init failed in preload+fork environments
+
1.302140 2018-08-13 08:00:25-07:00 America/Los_Angeles
- No Changes since last release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302140/META.json
new/Test-Simple-1.302141/META.json
--- old/Test-Simple-1.302140/META.json 2018-08-13 17:00:27.0 +0200
+++ new/Test-Simple-1.302141/META.json 2018-11-30 23:27:20.0 +0100
@@ -47,7 +47,7 @@
"url" : "http://github.com/Test-More/test-more/";
}
},
- "version" : "1.302140",
+ "version" : "1.302141",
"x_breaks" : {
"Log::Dispatch::Config::TestLog" : "<= 0.02",
"Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302140/META.yml
new/Test-Simple-1.302141/META.yml
--- old/Test-Simple-1.302140/META.yml 2018-08-13 17:00:27.0 +0200
+++ new/Test-Simple-1.302141/META.yml 2018-11-30 23:27:20.0 +0100
@@ -22,7 +22,7 @@
resources:
bugtracker: http://github.com/Test-More/test-more/issues
repository: http://github.com/Test-More/test-more/
-version: '1.302140'
+version: '1.302141'
x_breaks:
Log::Dispatch::Config::TestLog: '<= 0.02'
Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Simple-1.302140/Makefile.PL
new/Test-Simple-1.302141/Makefile.PL
--- old/Test-Simple-1.302140/Makefile.PL2018-08-13 17:00:27.0
+0200
+++ new/Test-Simple-1.302141/Makefile.PL2018-11-30 23:27:20.0
+0100
@@ -23,7 +23,7 @@
"Storable" => 0,
"utf8" => 0
},
- "VERSION" => "1.302140",
+ "VERSION" => "1.302141",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t
t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t
t/Legacy/Tester/*.
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-08-27 12:56:35 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Mon Aug 27 12:56:35 2018 rev:18 rq:631328 version:1.302140 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-07-18 22:37:44.102183828 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-08-27 12:56:41.000641344 +0200 @@ -1,0 +2,14 @@ +Tue Aug 14 06:13:42 UTC 2018 - [email protected] + +- updated to 1.302140 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302140 2018-08-13 08:00:25-07:00 America/Los_Angeles + + - No Changes since last release + + 1.302139 2018-07-17 12:38:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Mask warning from the recent IPC fix generated when threaded Test tools are loaded at run-time + +--- Old: Test-Simple-1.302138.tar.gz New: Test-Simple-1.302140.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.CuS0K9/_old 2018-08-27 12:56:41.680642088 +0200 +++ /var/tmp/diff_new_pack.CuS0K9/_new 2018-08-27 12:56:41.688642097 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302138 +Version:1.302140 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302138.tar.gz -> Test-Simple-1.302140.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302138/Changes new/Test-Simple-1.302140/Changes --- old/Test-Simple-1.302138/Changes2018-07-11 18:29:53.0 +0200 +++ new/Test-Simple-1.302140/Changes2018-08-13 17:00:27.0 +0200 @@ -1,3 +1,11 @@ +1.302140 2018-08-13 08:00:25-07:00 America/Los_Angeles + +- No Changes since last release + +1.302139 2018-07-17 12:38:37-07:00 America/Los_Angeles (TRIAL RELEASE) + +- Mask warning from the recent IPC fix generated when threaded Test tools are loaded at run-time + 1.302138 2018-07-11 09:29:51-07:00 America/Los_Angeles - No changes since trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302138/MANIFEST new/Test-Simple-1.302140/MANIFEST --- old/Test-Simple-1.302138/MANIFEST 2018-07-11 18:29:53.0 +0200 +++ new/Test-Simple-1.302140/MANIFEST 2018-08-13 17:00:27.0 +0200 @@ -216,6 +216,7 @@ t/Legacy_And_Test2/diag_event_on_ok.t t/Legacy_And_Test2/hidden_warnings.t t/Legacy_And_Test2/preload_diag_note.t +t/Legacy_And_Test2/thread_init_warning.t t/Test2/acceptance/try_it_done_testing.t t/Test2/acceptance/try_it_fork.t t/Test2/acceptance/try_it_no_plan.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302138/META.json new/Test-Simple-1.302140/META.json --- old/Test-Simple-1.302138/META.json 2018-07-11 18:29:53.0 +0200 +++ new/Test-Simple-1.302140/META.json 2018-08-13 17:00:27.0 +0200 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302138", + "version" : "1.302140", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", @@ -71,6 +71,6 @@ "Test::UseAllModules" : ">= 0.12, <= 0.14", "Test::Wrapper" : "<= v0.3.0" }, - "x_serialization_backend" : "Cpanel::JSON::XS version 4.02" + "x_serialization_backend" : "Cpanel::JSON::XS version 4.00" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302138/META.yml new/Test-Simple-1.302140/META.yml --- old/Test-Simple-1.302138/META.yml 2018-07-11 18:29:53.0 +0200 +++ new/Test-Simple-1.302140/META.yml 2018-08-13 17:00:27.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302138' +version: '1.302140' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302138/Makefile.PL new/Test-Simple-1.302140/Makefile.PL --- old/Test-Simple-1.302138/Makefile.PL2018-07-11 18:29:53.0 +0200 +++ new/Test-Simple-1.302140/Makefile.PL2018-08-13 17:00:27.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0,
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-07-18 22:37:39 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Wed Jul 18 22:37:39 2018 rev:17 rq:623036 version:1.302138 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-04-26 13:33:56.901057769 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-07-18 22:37:44.102183828 +0200 @@ -1,0 +2,14 @@ +Thu Jul 12 06:08:39 UTC 2018 - [email protected] + +- updated to 1.302138 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302138 2018-07-11 09:29:51-07:00 America/Los_Angeles + + - No changes since trial + + 1.302137 2018-05-25 08:45:13-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make it safe to fork before events in IPC + +--- Old: Test-Simple-1.302136.tar.gz New: Test-Simple-1.302138.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.BoYJJW/_old 2018-07-18 22:37:45.738178407 +0200 +++ /var/tmp/diff_new_pack.BoYJJW/_new 2018-07-18 22:37:45.738178407 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302136 +Version:1.302138 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302136.tar.gz -> Test-Simple-1.302138.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302136/Changes new/Test-Simple-1.302138/Changes --- old/Test-Simple-1.302136/Changes2018-04-19 14:40:13.0 +0200 +++ new/Test-Simple-1.302138/Changes2018-07-11 18:29:53.0 +0200 @@ -1,3 +1,11 @@ +1.302138 2018-07-11 09:29:51-07:00 America/Los_Angeles + +- No changes since trial + +1.302137 2018-05-25 08:45:13-07:00 America/Los_Angeles (TRIAL RELEASE) + +- Make it safe to fork before events in IPC + 1.302136 2018-04-19 05:40:11-07:00 America/Los_Angeles - Add test2_add_callback_testing_done to Test2::API diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302136/MANIFEST new/Test-Simple-1.302138/MANIFEST --- old/Test-Simple-1.302136/MANIFEST 2018-04-19 14:40:13.0 +0200 +++ new/Test-Simple-1.302138/MANIFEST 2018-07-11 18:29:53.0 +0200 @@ -332,6 +332,7 @@ t/regression/buffered_subtest_plan_buffered.t t/regression/builder_does_not_init.t t/regression/errors_facet.t +t/regression/fork_first.t t/regression/inherit_trace.t t/regression/no_name_in_subtest.t t/regression/todo_and_facets.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302136/META.json new/Test-Simple-1.302138/META.json --- old/Test-Simple-1.302136/META.json 2018-04-19 14:40:13.0 +0200 +++ new/Test-Simple-1.302138/META.json 2018-07-11 18:29:53.0 +0200 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302136", + "version" : "1.302138", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", @@ -71,6 +71,6 @@ "Test::UseAllModules" : ">= 0.12, <= 0.14", "Test::Wrapper" : "<= v0.3.0" }, - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239" + "x_serialization_backend" : "Cpanel::JSON::XS version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302136/META.yml new/Test-Simple-1.302138/META.yml --- old/Test-Simple-1.302136/META.yml 2018-04-19 14:40:13.0 +0200 +++ new/Test-Simple-1.302138/META.yml 2018-07-11 18:29:53.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302136' +version: '1.302138' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302136/Makefile.PL new/Test-Simple-1.302138/Makefile.PL --- old/Test-Simple-1.302136/Makefile.PL2018-04-19 14:40:13.0 +0200 +++ new/Test-Simple-1.302138/Makefile.PL2018-07-11 18:29:53.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302136", + "VERSION" => "1.302138", "test" => { "TESTS" => "t/*.t t/Legacy/*
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-04-26 13:33:54 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Thu Apr 26 13:33:54 2018 rev:16 rq:599316 version:1.302136 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-04-17 11:10:43.229536969 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-04-26 13:33:56.901057769 +0200 @@ -1,0 +2,10 @@ +Fri Apr 20 06:04:39 UTC 2018 - [email protected] + +- updated to 1.302136 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302136 2018-04-19 05:40:11-07:00 America/Los_Angeles + + - Add test2_add_callback_testing_done to Test2::API + +--- Old: Test-Simple-1.302135.tar.gz New: Test-Simple-1.302136.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.HIoac0/_old 2018-04-26 13:33:57.417038864 +0200 +++ /var/tmp/diff_new_pack.HIoac0/_new 2018-04-26 13:33:57.417038864 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302135 +Version:1.302136 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302135.tar.gz -> Test-Simple-1.302136.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302135/Changes new/Test-Simple-1.302136/Changes --- old/Test-Simple-1.302135/Changes2018-03-30 07:53:02.0 +0200 +++ new/Test-Simple-1.302136/Changes2018-04-19 14:40:13.0 +0200 @@ -1,3 +1,7 @@ +1.302136 2018-04-19 05:40:11-07:00 America/Los_Angeles + +- Add test2_add_callback_testing_done to Test2::API + 1.302135 2018-03-29 22:53:00-07:00 America/Los_Angeles - No changes since last trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302135/META.json new/Test-Simple-1.302136/META.json --- old/Test-Simple-1.302135/META.json 2018-03-30 07:53:02.0 +0200 +++ new/Test-Simple-1.302136/META.json 2018-04-19 14:40:13.0 +0200 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302135", + "version" : "1.302136", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302135/META.yml new/Test-Simple-1.302136/META.yml --- old/Test-Simple-1.302135/META.yml 2018-03-30 07:53:02.0 +0200 +++ new/Test-Simple-1.302136/META.yml 2018-04-19 14:40:13.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302135' +version: '1.302136' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302135/Makefile.PL new/Test-Simple-1.302136/Makefile.PL --- old/Test-Simple-1.302135/Makefile.PL2018-03-30 07:53:02.0 +0200 +++ new/Test-Simple-1.302136/Makefile.PL2018-04-19 14:40:13.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302135", + "VERSION" => "1.302136", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302135/lib/Test/Builder/Formatter.pm new/Test-Simple-1.302136/lib/Test/Builder/Formatter.pm --- old/Test-Simple-1.302135/lib/Test/Builder/Formatter.pm 2018-03-30 07:53:02.0 +0200 +++ new/Test-Simple-1.302136/lib/Test/Builder/Formatter.pm 2018-04-19 14:40:13.0 +0200 @@ -2,7 +2,7 @@ use strict;
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-04-17 11:10:40 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Tue Apr 17 11:10:40 2018 rev:15 rq:595027 version:1.302135 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-03-20 21:51:17.289281135 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-04-17 11:10:43.229536969 +0200 @@ -1,0 +2,15 @@ +Sat Mar 31 06:03:12 UTC 2018 - [email protected] + +- updated to 1.302135 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302135 2018-03-29 22:53:00-07:00 America/Los_Angeles + + - No changes since last trial + + 1.302134 2018-03-19 21:20:08-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make sure all hubs, events, and contexts get a unique (per run) id. + - Use a common generator for unique(enough) id's (not UUIDs) + +--- Old: Test-Simple-1.302133.tar.gz New: Test-Simple-1.302135.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.P5ncq2/_old 2018-04-17 11:10:43.793510510 +0200 +++ /var/tmp/diff_new_pack.P5ncq2/_new 2018-04-17 11:10:43.793510510 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302133 +Version:1.302135 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302133.tar.gz -> Test-Simple-1.302135.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302133/Changes new/Test-Simple-1.302135/Changes --- old/Test-Simple-1.302133/Changes2018-03-11 20:48:38.0 +0100 +++ new/Test-Simple-1.302135/Changes2018-03-30 07:53:02.0 +0200 @@ -1,3 +1,12 @@ +1.302135 2018-03-29 22:53:00-07:00 America/Los_Angeles + +- No changes since last trial + +1.302134 2018-03-19 21:20:08-07:00 America/Los_Angeles (TRIAL RELEASE) + +- Make sure all hubs, events, and contexts get a unique (per run) id. +- Use a common generator for unique(enough) id's (not UUIDs) + 1.302133 2018-03-11 12:48:37-07:00 America/Los_Angeles - No changes since last trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302133/META.json new/Test-Simple-1.302135/META.json --- old/Test-Simple-1.302133/META.json 2018-03-11 20:48:38.0 +0100 +++ new/Test-Simple-1.302135/META.json 2018-03-30 07:53:02.0 +0200 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302133", + "version" : "1.302135", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", @@ -71,6 +71,6 @@ "Test::UseAllModules" : ">= 0.12, <= 0.14", "Test::Wrapper" : "<= v0.3.0" }, - "x_serialization_backend" : "Cpanel::JSON::XS version 4.00" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302133/META.yml new/Test-Simple-1.302135/META.yml --- old/Test-Simple-1.302133/META.yml 2018-03-11 20:48:38.0 +0100 +++ new/Test-Simple-1.302135/META.yml 2018-03-30 07:53:02.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302133' +version: '1.302135' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302133/Makefile.PL new/Test-Simple-1.302135/Makefile.PL --- old/Test-Simple-1.302133/Makefile.PL2018-03-11 20:48:38.0 +0100 +++ new/Test-Simple-1.302135/Makefile.PL2018-03-30 07:53:02.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302133", + "VERSION" => "1.302135", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t t/Test2/modules/Formatter/
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-03-20 21:51:15 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Tue Mar 20 21:51:15 2018 rev:14 rq:586330 version:1.302133 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-03-08 10:55:18.674063577 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-03-20 21:51:17.289281135 +0100 @@ -1,0 +2,38 @@ +Mon Mar 12 06:53:16 UTC 2018 - [email protected] + +- updated to 1.302133 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302133 2018-03-11 12:48:37-07:00 America/Los_Angeles + + - No changes since last trial + + 1.302132 2018-03-09 15:43:51-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add method to validate facet data + - Add Test2::Event::V2 event class, and context helpers + - Improve how events handle facets + - Break out meta_facet_data + - Document and fix Facets2Legacy + - Fix nested and in_subtest to look at hub facets + - Fix event->related and trace with uuid + + 1.302131 2018-03-07 09:36:16-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Make sure event puts the uuid into the about facet + +--- +Thu Mar 8 06:57:58 UTC 2018 - [email protected] + +- updated to 1.302130 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302130 2018-03-07 08:07:54-08:00 America/Los_Angeles + + - No changes since last trial + + 1.302129 2018-03-06 13:43:22-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Make hubs tag events with a new facet + +--- Old: Test-Simple-1.302128.tar.gz New: Test-Simple-1.302133.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.fOoQjA/_old 2018-03-20 21:51:18.353242822 +0100 +++ /var/tmp/diff_new_pack.fOoQjA/_new 2018-03-20 21:51:18.361242534 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302128 +Version:1.302133 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302128.tar.gz -> Test-Simple-1.302133.tar.gz ++ 2186 lines of diff (skipped)
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-03-08 10:55:16 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Thu Mar 8 10:55:16 2018 rev:13 rq:583225 version:1.302128 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-02-26 23:22:48.991373499 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-03-08 10:55:18.674063577 +0100 @@ -1,0 +2,18 @@ +Tue Mar 6 07:04:37 UTC 2018 - [email protected] + +- updated to 1.302128 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302128 2018-03-05 09:26:53-08:00 America/Los_Angeles + + - No changes since the trial + + 1.302127 2018-03-02 12:43:56-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix missing UUID in Test::Builder subtests + + 1.302126 2018-03-01 23:15:52-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add optional UUID tagging + +--- Old: Test-Simple-1.302125.tar.gz New: Test-Simple-1.302128.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.5mq4qx/_old 2018-03-08 10:55:20.098012317 +0100 +++ /var/tmp/diff_new_pack.5mq4qx/_new 2018-03-08 10:55:20.098012317 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302125 +Version:1.302128 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302125.tar.gz -> Test-Simple-1.302128.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302125/Changes new/Test-Simple-1.302128/Changes --- old/Test-Simple-1.302125/Changes2018-02-22 08:10:41.0 +0100 +++ new/Test-Simple-1.302128/Changes2018-03-05 18:26:54.0 +0100 @@ -1,3 +1,15 @@ +1.302128 2018-03-05 09:26:53-08:00 America/Los_Angeles + +- No changes since the trial + +1.302127 2018-03-02 12:43:56-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix missing UUID in Test::Builder subtests + +1.302126 2018-03-01 23:15:52-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Add optional UUID tagging + 1.302125 2018-02-21 23:10:39-08:00 America/Los_Angeles - No changes since trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302125/MANIFEST new/Test-Simple-1.302128/MANIFEST --- old/Test-Simple-1.302125/MANIFEST 2018-02-22 08:10:41.0 +0100 +++ new/Test-Simple-1.302128/MANIFEST 2018-03-05 18:26:54.0 +0100 @@ -242,6 +242,7 @@ t/Test2/behavior/special_names.t t/Test2/behavior/subtest_bailout.t t/Test2/behavior/trace_signature.t +t/Test2/behavior/uuid.t t/Test2/legacy/TAP.t t/Test2/modules/API.t t/Test2/modules/API/Breakage.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302125/META.json new/Test-Simple-1.302128/META.json --- old/Test-Simple-1.302125/META.json 2018-02-22 08:10:41.0 +0100 +++ new/Test-Simple-1.302128/META.json 2018-03-05 18:26:54.0 +0100 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302125", + "version" : "1.302128", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302125/META.yml new/Test-Simple-1.302128/META.yml --- old/Test-Simple-1.302125/META.yml 2018-02-22 08:10:41.0 +0100 +++ new/Test-Simple-1.302128/META.yml 2018-03-05 18:26:54.0 +0100 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302125' +version: '1.302128' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302125/Makefile.PL new/Test-Simple-1.302128/Makefile.PL --- old/Test-Simple-1.302125/Makefile.PL2018-02-22 08:10:41.0 +0100 +++ new/Test-Simple-1.302128/Makefile.PL2018-03-05 18:26:54.0 +0100 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302125", + "VERSION" => "1.302128", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-02-26 23:22:45 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Mon Feb 26 23:22:45 2018 rev:12 rq:579745 version:1.302125 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2018-02-12 10:07:59.361129074 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-02-26 23:22:48.991373499 +0100 @@ -1,0 +2,18 @@ +Fri Feb 23 07:08:35 UTC 2018 - [email protected] + +- updated to 1.302125 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302125 2018-02-21 23:10:39-08:00 America/Los_Angeles + + - No changes since trial + + 1.302124 2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix a test to skip without threads + + 1.302123 2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Make it possible to disable IPC + +--- Old: Test-Simple-1.302122.tar.gz New: Test-Simple-1.302125.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.AELAjd/_old 2018-02-26 23:22:49.911340415 +0100 +++ /var/tmp/diff_new_pack.AELAjd/_new 2018-02-26 23:22:49.911340415 +0100 @@ -17,11 +17,11 @@ Name: perl-Test-Simple -Version:1.302122 +Version:1.302125 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests -License:Artistic-1.0 or GPL-1.0+ +License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz ++ Test-Simple-1.302122.tar.gz -> Test-Simple-1.302125.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302122/Changes new/Test-Simple-1.302125/Changes --- old/Test-Simple-1.302122/Changes2018-02-05 17:13:58.0 +0100 +++ new/Test-Simple-1.302125/Changes2018-02-22 08:10:41.0 +0100 @@ -1,3 +1,15 @@ +1.302125 2018-02-21 23:10:39-08:00 America/Los_Angeles + +- No changes since trial + +1.302124 2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix a test to skip without threads + +1.302123 2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Make it possible to disable IPC + 1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles - Add 'mode' ro render facet diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302122/MANIFEST new/Test-Simple-1.302125/MANIFEST --- old/Test-Simple-1.302122/MANIFEST 2018-02-05 17:13:58.0 +0100 +++ new/Test-Simple-1.302125/MANIFEST 2018-02-22 08:10:41.0 +0100 @@ -228,6 +228,10 @@ t/Test2/behavior/Subtest_plan.t t/Test2/behavior/Subtest_todo.t t/Test2/behavior/Taint.t +t/Test2/behavior/disable_ipc_a.t +t/Test2/behavior/disable_ipc_b.t +t/Test2/behavior/disable_ipc_c.t +t/Test2/behavior/disable_ipc_d.t t/Test2/behavior/err_var.t t/Test2/behavior/init_croak.t t/Test2/behavior/intercept.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302122/META.json new/Test-Simple-1.302125/META.json --- old/Test-Simple-1.302122/META.json 2018-02-05 17:13:58.0 +0100 +++ new/Test-Simple-1.302125/META.json 2018-02-22 08:10:41.0 +0100 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302122", + "version" : "1.302125", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302122/META.yml new/Test-Simple-1.302125/META.yml --- old/Test-Simple-1.302122/META.yml 2018-02-05 17:13:58.0 +0100 +++ new/Test-Simple-1.302125/META.yml 2018-02-22 08:10:41.0 +0100 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302122' +version: '1.302125' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302122/Makefile.PL new/Test-Simple-1.302125/Makefile.PL --- old
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-02-12 10:07:57 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Mon Feb 12 10:07:57 2018 rev:11 rq:573948 version:1.302122 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-12-12 21:19:32.432359618 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-02-12 10:07:59.361129074 +0100 @@ -1,0 +2,15 @@ +Wed Feb 7 17:24:45 UTC 2018 - [email protected] + +- updated to 1.302122 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles + + - Add 'mode' ro render facet + + 1.302121 2018-02-04 13:27:41-08:00 America/Los_Angeles + + - Update Copyright + - Add 'render' facet + +--- Old: Test-Simple-1.302120.tar.gz New: Test-Simple-1.302122.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.qRLPfh/_old 2018-02-12 10:08:01.081067087 +0100 +++ /var/tmp/diff_new_pack.qRLPfh/_new 2018-02-12 10:08:01.085066944 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302120 +Version:1.302122 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302120.tar.gz -> Test-Simple-1.302122.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/Changes new/Test-Simple-1.302122/Changes --- old/Test-Simple-1.302120/Changes2017-11-30 03:49:16.0 +0100 +++ new/Test-Simple-1.302122/Changes2018-02-05 17:13:58.0 +0100 @@ -1,3 +1,12 @@ +1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles + +- Add 'mode' ro render facet + +1.302121 2018-02-04 13:27:41-08:00 America/Los_Angeles + +- Update Copyright +- Add 'render' facet + 1.302120 2017-11-29 18:49:15-08:00 America/Los_Angeles - No Changes since last trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/LICENSE new/Test-Simple-1.302122/LICENSE --- old/Test-Simple-1.302120/LICENSE2017-11-30 03:49:16.0 +0100 +++ new/Test-Simple-1.302122/LICENSE2018-02-05 17:13:58.0 +0100 @@ -1,4 +1,4 @@ -This software is copyright (c) 2017 by Chad Granum. +This software is copyright (c) 2018 by Chad Granum. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2017 by Chad Granum. +This software is Copyright (c) 2018 by Chad Granum. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2017 by Chad Granum. +This software is Copyright (c) 2018 by Chad Granum. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/MANIFEST new/Test-Simple-1.302122/MANIFEST --- old/Test-Simple-1.302120/MANIFEST 2017-11-30 03:49:16.0 +0100 +++ new/Test-Simple-1.302122/MANIFEST 2018-02-05 17:13:58.0 +0100 @@ -60,6 +60,7 @@ lib/Test2/EventFacet/Meta.pm lib/Test2/EventFacet/Parent.pm lib/Test2/EventFacet/Plan.pm +lib/Test2/EventFacet/Render.pm lib/Test2/EventFacet/Trace.pm lib/Test2/Formatter.pm lib/Test2/Formatter/TAP.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/META.json new/Test-Simple-1.302122/META.json --- old/Test-Simple-1.302120/META.json 2017-11-30 03:49:16.0 +0100 +++ new/Test-Simple-1.302122/META.json 2018-02-05 17:13:58.0 +0100 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302120", + "version" : "1.302122", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", @@ -71,6 +71,6 @@ "Test::UseAllModules" : ">= 0.12,
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-12-12 21:19:30 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Tue Dec 12 21:19:30 2017 rev:10 rq:555675 version:1.302120 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-11-12 17:56:50.096863849 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-12-12 21:19:32.432359618 +0100 @@ -1,0 +2,83 @@ +Fri Dec 8 06:59:16 UTC 2017 - [email protected] + +- updated to 1.302120 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302120 2017-11-29 18:49:15-08:00 America/Los_Angeles + + - No Changes since last trial + + 1.302119 2017-11-28 15:35:42-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix IPC reload bug + + 1.302118 2017-11-28 10:14:12-08:00 America/Los_Angeles + + - No Changes since last trial + + 1.302117 2017-11-27 14:10:53-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix event Out of Order bug + - Add driver_abort() hook for IPC Drivers + + 1.302116 2017-11-23 15:14:26-08:00 America/Los_Angeles (TRIAL RELEASE) + + - add better interface for ipc_wait + + 1.302115 2017-11-22 21:14:55-08:00 America/Los_Angeles (TRIAL RELEASE) + + - ipc_wait now reports exit and signal values + + 1.302114 2017-11-21 15:28:39-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Added pre-subtest hook to Test2::API (#801 from dakkar) + + 1.302113 2017-11-20 14:04:16-08:00 America/Los_Angeles + + - Fix SIGPIPE in IPC test + - Mark a test as usually AUTHOR_TESTING only + + 1.302112 2017-11-20 06:43:16-08:00 America/Los_Angeles + + - Fix test on threaded 5.8 + + 1.302111 2017-11-18 09:54:33-08:00 America/Los_Angeles + + - Remove debugging from previous trial + + 1.302110 2017-11-17 09:47:23-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix test breakage (from previous trial) on older perls + + 1.302109 2017-11-17 09:35:48-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix some fragile tests + - Add debugging to API/Instance.t for a cpan-testers failure + + 1.302108 2017-11-16 14:19:24-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Apply p5p test patch from Craig A. Berry + + 1.302107 2017-11-16 07:44:59-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Allow regexp in Test::Tester + +--- +Thu Nov 9 06:55:54 UTC 2017 - [email protected] + +- updated to 1.302106 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302106 2017-10-20 20:42:43-07:00 America/Los_Angeles + + - Make version number in HashBase sane. + + 1.302105 2017-10-20 07:09:45-07:00 America/Los_Angeles + + - No changes since last trial + + 1.302104 2017-10-19 11:39:01-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Combine multiple diags into one event + +--- Old: Test-Simple-1.302103.tar.gz New: Test-Simple-1.302120.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.9TKUzb/_old 2017-12-12 21:19:33.108326986 +0100 +++ /var/tmp/diff_new_pack.9TKUzb/_new 2017-12-12 21:19:33.112326793 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302103 +Version:1.302120 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302103.tar.gz -> Test-Simple-1.302120.tar.gz ++ 2244 lines of diff (skipped)
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-11-12 17:56:48 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Sun Nov 12 17:56:48 2017 rev:9 rq:539965 version:1.302103 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-10-23 16:41:11.710652081 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-11-12 17:56:50.096863849 +0100 @@ -1,0 +2,18 @@ +Thu Oct 19 05:58:42 UTC 2017 - [email protected] + +- updated to 1.302103 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302103 2017-10-15 10:11:29-07:00 America/Los_Angeles + + - No changes since last TRIAL + + 1.302102 2017-10-14 20:05:45-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix some TODO edge cases that were not previously accounted for + + 1.302101 2017-10-12 07:43:16-07:00 America/Los_Angeles + + - Bump Test::Builder::IO::Scalar version for core + +--- Old: Test-Simple-1.302100.tar.gz New: Test-Simple-1.302103.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.6qv0VW/_old 2017-11-12 17:56:52.492776581 +0100 +++ /var/tmp/diff_new_pack.6qv0VW/_new 2017-11-12 17:56:52.492776581 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302100 +Version:1.302103 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302100.tar.gz -> Test-Simple-1.302103.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302100/Changes new/Test-Simple-1.302103/Changes --- old/Test-Simple-1.302100/Changes2017-10-10 23:30:19.0 +0200 +++ new/Test-Simple-1.302103/Changes2017-10-15 19:11:31.0 +0200 @@ -1,3 +1,15 @@ +1.302103 2017-10-15 10:11:29-07:00 America/Los_Angeles + +- No changes since last TRIAL + +1.302102 2017-10-14 20:05:45-07:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix some TODO edge cases that were not previously accounted for + +1.302101 2017-10-12 07:43:16-07:00 America/Los_Angeles + +- Bump Test::Builder::IO::Scalar version for core + 1.302100 2017-10-10 14:30:18-07:00 America/Los_Angeles - No changes since last TRIAL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302100/MANIFEST new/Test-Simple-1.302103/MANIFEST --- old/Test-Simple-1.302100/MANIFEST 2017-10-10 23:30:19.0 +0200 +++ new/Test-Simple-1.302103/MANIFEST 2017-10-15 19:11:31.0 +0200 @@ -322,6 +322,7 @@ t/regression/errors_facet.t t/regression/inherit_trace.t t/regression/no_name_in_subtest.t +t/regression/todo_and_facets.t t/zzz-check-breaks.t xt/author/pod-spell.t xt/author/pod-syntax.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302100/META.json new/Test-Simple-1.302103/META.json --- old/Test-Simple-1.302100/META.json 2017-10-10 23:30:19.0 +0200 +++ new/Test-Simple-1.302103/META.json 2017-10-15 19:11:31.0 +0200 @@ -46,7 +46,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302100", + "version" : "1.302103", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302100/META.yml new/Test-Simple-1.302103/META.yml --- old/Test-Simple-1.302100/META.yml 2017-10-10 23:30:19.0 +0200 +++ new/Test-Simple-1.302103/META.yml 2017-10-15 19:11:31.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302100' +version: '1.302103' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302100/Makefile.PL new/Test-Simple-1.302103/Makefile.PL --- old/Test-Simple-1.302100/Makefile.PL2017-10-10 23:30:19.0 +0200 +++ new/Test-Simple-1.302103/Makefile.PL2017-10-15 19:11:31.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302100", + "VERSION" => "1.302103", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-10-23 16:41:09 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Mon Oct 23 16:41:09 2017 rev:8 rq:534766 version:1.302100 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-10-11 22:55:43.419711184 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-10-23 16:41:11.710652081 +0200 @@ -1,0 +2,14 @@ +Wed Oct 11 05:54:45 UTC 2017 - [email protected] + +- updated to 1.302100 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302100 2017-10-10 14:30:18-07:00 America/Los_Angeles + + - No changes since last TRIAL + + 1.302099 2017-10-10 09:29:40-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix run_subtest inherit_trace option + +--- Old: Test-Simple-1.302098.tar.gz New: Test-Simple-1.302100.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.upfPXQ/_old 2017-10-23 16:41:13.658560920 +0200 +++ /var/tmp/diff_new_pack.upfPXQ/_new 2017-10-23 16:41:13.662560733 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302098 +Version:1.302100 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302098.tar.gz -> Test-Simple-1.302100.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302098/Changes new/Test-Simple-1.302100/Changes --- old/Test-Simple-1.302098/Changes2017-10-03 15:13:51.0 +0200 +++ new/Test-Simple-1.302100/Changes2017-10-10 23:30:19.0 +0200 @@ -1,3 +1,11 @@ +1.302100 2017-10-10 14:30:18-07:00 America/Los_Angeles + +- No changes since last TRIAL + +1.302099 2017-10-10 09:29:40-07:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix run_subtest inherit_trace option + 1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles - Add docs for test2_stdout and test2_stderr diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302098/MANIFEST new/Test-Simple-1.302100/MANIFEST --- old/Test-Simple-1.302098/MANIFEST 2017-10-03 15:13:51.0 +0200 +++ new/Test-Simple-1.302100/MANIFEST 2017-10-10 23:30:19.0 +0200 @@ -320,6 +320,7 @@ t/regression/buffered_subtest_plan_buffered.t t/regression/builder_does_not_init.t t/regression/errors_facet.t +t/regression/inherit_trace.t t/regression/no_name_in_subtest.t t/zzz-check-breaks.t xt/author/pod-spell.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302098/META.json new/Test-Simple-1.302100/META.json --- old/Test-Simple-1.302098/META.json 2017-10-03 15:13:51.0 +0200 +++ new/Test-Simple-1.302100/META.json 2017-10-10 23:30:19.0 +0200 @@ -46,7 +46,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302098", + "version" : "1.302100", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302098/META.yml new/Test-Simple-1.302100/META.yml --- old/Test-Simple-1.302098/META.yml 2017-10-03 15:13:51.0 +0200 +++ new/Test-Simple-1.302100/META.yml 2017-10-10 23:30:19.0 +0200 @@ -22,7 +22,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302098' +version: '1.302100' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302098/Makefile.PL new/Test-Simple-1.302100/Makefile.PL --- old/Test-Simple-1.302098/Makefile.PL2017-10-03 15:13:51.0 +0200 +++ new/Test-Simple-1.302100/Makefile.PL2017-10-10 23:30:19.0 +0200 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302098", + "VERSION" => "1.302100", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/module
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-10-11 22:55:42 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Wed Oct 11 22:55:42 2017 rev:7 rq:532925 version:1.302098 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-09-13 21:34:59.490885003 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-10-11 22:55:43.419711184 +0200 @@ -1,0 +2,27 @@ +Mon Oct 9 05:57:21 UTC 2017 - [email protected] + +- updated to 1.302098 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles + + - Add docs for test2_stdout and test2_stderr + - Fix 5.6 support + +--- +Tue Oct 3 06:14:54 UTC 2017 - [email protected] + +- updated to 1.302097 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302097 2017-10-02 19:35:08-07:00 America/Los_Angeles + + - Fix hub->process bug that could let an error pass + - Fix #789 (Modification of read only value) + - Fix typo in Test::Builder when looking for IPC (#777) + - Fix #791, clone_io broke on scalar io layer + - Fix #790 and #756, Exception event stingify exception + - Localize $^E in context (#780) + - Fix test that failed in verbose mode (#770) + +--- Old: Test-Simple-1.302096.tar.gz New: Test-Simple-1.302098.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.91SnGp/_old 2017-10-11 22:55:43.951687855 +0200 +++ /var/tmp/diff_new_pack.91SnGp/_new 2017-10-11 22:55:43.967687153 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302096 +Version:1.302098 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302096.tar.gz -> Test-Simple-1.302098.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302096/Changes new/Test-Simple-1.302098/Changes --- old/Test-Simple-1.302096/Changes2017-09-11 06:16:19.0 +0200 +++ new/Test-Simple-1.302098/Changes2017-10-03 15:13:51.0 +0200 @@ -1,6 +1,21 @@ +1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles + +- Add docs for test2_stdout and test2_stderr +- Fix 5.6 support + +1.302097 2017-10-02 19:35:08-07:00 America/Los_Angeles + +- Fix hub->process bug that could let an error pass +- Fix #789 (Modification of read only value) +- Fix typo in Test::Builder when looking for IPC (#777) +- Fix #791, clone_io broke on scalar io layer +- Fix #790 and #756, Exception event stingify exception +- Localize $^E in context (#780) +- Fix test that failed in verbose mode (#770) + 1.302096 2017-09-10 21:16:18-07:00 America/Los_Angeles --Fix to work with subref-in-stash optimisation (Father C.) +- Fix to work with subref-in-stash optimisation (Father C.) 1.302095 2017-08-31 20:35:22-07:00 America/Los_Angeles (TRIAL RELEASE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302096/MANIFEST new/Test-Simple-1.302098/MANIFEST --- old/Test-Simple-1.302096/MANIFEST 2017-09-11 06:16:19.0 +0200 +++ new/Test-Simple-1.302098/MANIFEST 2017-10-03 15:13:51.0 +0200 @@ -120,6 +120,7 @@ t/Legacy/Regression/683_thread_todo.t t/Legacy/Regression/6_cmp_ok.t t/Legacy/Regression/736_use_ok.t +t/Legacy/Regression/789-read-only.t t/Legacy/Simple/load.t t/Legacy/Test2/Subtest.t t/Legacy/Tester/tbt_01basic.t @@ -318,6 +319,7 @@ t/regression/757-reset_in_subtest.t t/regression/buffered_subtest_plan_buffered.t t/regression/builder_does_not_init.t +t/regression/errors_facet.t t/regression/no_name_in_subtest.t t/zzz-check-breaks.t xt/author/pod-spell.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302096/META.json new/Test-Simple-1.302098/META.json --- old/Test-Simple-1.302096/META.json 2017-09-11 06:16:19.0 +0200 +++ new/Test-Simple-1.302098/META.json 2017-10-03 15:13:51.0 +0200 @@ -29,10 +29,9 @@ "requires" : { "File::Spec" : "0", "File::Temp" : "0", -"PerlIO" : "0", "Scalar::Util" : "1.13", "Storable" : "0", -"perl" : "5.008001", +"perl" : "5.006002", "utf8" : "0"
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-09-13 21:34:58 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Wed Sep 13 21:34:58 2017 rev:6 rq:523579 version:1.302096 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-06-26 15:56:20.845106324 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-09-13 21:34:59.490885003 +0200 @@ -1,0 +2,58 @@ +Tue Sep 12 06:16:18 UTC 2017 - [email protected] + +- updated to 1.302096 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302096 2017-09-10 21:16:18-07:00 America/Los_Angeles + + -Fix to work with subref-in-stash optimisation (Father C.) + + 1.302095 2017-08-31 20:35:22-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make several tests work with preload + + 1.302094 2017-08-30 21:27:23-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix Test::Builder in a preload scenario + + 1.302093 2017-08-29 21:05:20-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make sure Test::Builder does not initialize Test2 too soon. + + 1.302092 2017-08-28 21:30:06-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix bug in Facets for TodoDiag + - Add API command to reset after a fork + - Add 'important' flag to info event facet + + 1.302091 2017-08-08 19:50:55-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add 'new_root' constructor for formatters + - Add intercept_deep() to the API + - Fix bug in Version event + - Add 'number' attribute to assertion facet + + 1.302090 2017-07-09 21:10:08-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix test that unintentionally required Test2::Suite + + 1.302089 2017-07-09 20:51:19-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix plan in buffered subtest so that the facts say it is buffered + + 1.302088 2017-06-28 21:55:21-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix tests on perl 5.25+ with newer Data::Dumper + + 1.302087 2017-06-26 20:32:21-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Introduce 'Facets' for events + - Performance enhancements + - Upgrade inline HashBase + - Move Test2::Util::Trace to Test2::EventFacet::Trace + - Track hub id in Trace + - Remove Info event + - Add Pass and Fail events + - Remove Event JSON interface + +--- Old: Test-Simple-1.302086.tar.gz New: Test-Simple-1.302096.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.LhTHFA/_old 2017-09-13 21:35:00.110797783 +0200 +++ /var/tmp/diff_new_pack.LhTHFA/_new 2017-09-13 21:35:00.114797220 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302086 +Version:1.302096 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302086.tar.gz -> Test-Simple-1.302096.tar.gz ++ 11649 lines of diff (skipped)
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-06-26 15:56:18 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Mon Jun 26 15:56:18 2017 rev:5 rq:506081 version:1.302086 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-05-16 14:38:08.050318422 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-06-26 15:56:20.845106324 +0200 @@ -1,0 +2,10 @@ +Fri Jun 23 06:24:18 UTC 2017 - [email protected] + +- updated to 1.302086 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302086 2017-06-20 10:43:13-07:00 America/Los_Angeles + + - Make it possible to turn off result logging in Test::Builder + +--- Old: Test-Simple-1.302085.tar.gz New: Test-Simple-1.302086.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.f4tHTS/_old 2017-06-26 15:56:21.401027930 +0200 +++ /var/tmp/diff_new_pack.f4tHTS/_new 2017-06-26 15:56:21.401027930 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302085 +Version:1.302086 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302085.tar.gz -> Test-Simple-1.302086.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302085/Changes new/Test-Simple-1.302086/Changes --- old/Test-Simple-1.302085/Changes2017-05-02 04:24:38.0 +0200 +++ new/Test-Simple-1.302086/Changes2017-06-20 19:43:15.0 +0200 @@ -1,3 +1,7 @@ +1.302086 2017-06-20 10:43:13-07:00 America/Los_Angeles + +- Make it possible to turn off result logging in Test::Builder + 1.302085 2017-05-01 19:24:37-07:00 America/Los_Angeles - No Changes since last TRIAL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302085/MANIFEST new/Test-Simple-1.302086/MANIFEST --- old/Test-Simple-1.302085/MANIFEST 2017-05-02 04:24:38.0 +0200 +++ new/Test-Simple-1.302086/MANIFEST 2017-06-20 19:43:15.0 +0200 @@ -149,6 +149,7 @@ t/Legacy/is_deeply_with_threads.t t/Legacy/missing.t t/Legacy/new_ok.t +t/Legacy/no_log_results.t t/Legacy/no_plan.t t/Legacy/no_tests.t t/Legacy/note.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302085/META.json new/Test-Simple-1.302086/META.json --- old/Test-Simple-1.302085/META.json 2017-05-02 04:24:38.0 +0200 +++ new/Test-Simple-1.302086/META.json 2017-06-20 19:43:15.0 +0200 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302085", + "version" : "1.302086", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302085/META.yml new/Test-Simple-1.302086/META.yml --- old/Test-Simple-1.302085/META.yml 2017-05-02 04:24:38.0 +0200 +++ new/Test-Simple-1.302086/META.yml 2017-06-20 19:43:15.0 +0200 @@ -23,7 +23,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302085' +version: '1.302086' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302085/Makefile.PL new/Test-Simple-1.302086/Makefile.PL --- old/Test-Simple-1.302085/Makefile.PL2017-05-02 04:24:38.0 +0200 +++ new/Test-Simple-1.302086/Makefile.PL2017-06-20 19:43:15.0 +0200 @@ -24,7 +24,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302085", + "VERSION" => "1.302086", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regr
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-05-16 14:38:06 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Tue May 16 14:38:06 2017 rev:4 rq:492948 version:1.302085 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-03-12 20:01:29.159101049 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-05-16 14:38:08.050318422 +0200 @@ -1,0 +2,45 @@ +Wed May 3 06:36:54 UTC 2017 - [email protected] + +- updated to 1.302085 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302085 2017-05-01 19:24:37-07:00 America/Los_Angeles + + - No Changes since last TRIAL + + 1.302084 2017-04-29 20:42:48-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Better IO management + - Allow access to the STDERR/STDOUT Test2::API uses + - Formatters should use the Test2::API handles + +--- +Sat Apr 15 06:42:55 UTC 2017 - [email protected] + +- updated to 1.302083 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302083 2017-04-14 10:55:26-07:00 America/Los_Angeles + + - Update some breakage info for Test::More::Prefix and Test::DBIx::Class::Schema + + 1.302082 2017-04-11 12:56:24-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix test that incorrectly called private function as method + + 1.302081 2017-04-06 10:39:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix threads timeout for older perls (as best we can) + + 1.302080 2017-04-04 20:24:55-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Timeout when waiting for child procs and threads (#765) + - Fix SIGSYS localization issue (#758) + - Fix outdated docs (#759, #754) + - Fix bail-out in buffered subtest (#747) + + 1.302079 2017-04-03 12:12:02-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fixes for '. in @INC' changes (#768) + +--- Old: Test-Simple-1.302078.tar.gz New: Test-Simple-1.302085.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.xfw0qb/_old 2017-05-16 14:38:08.606240316 +0200 +++ /var/tmp/diff_new_pack.xfw0qb/_new 2017-05-16 14:38:08.614239193 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302078 +Version:1.302085 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302078.tar.gz -> Test-Simple-1.302085.tar.gz ++ 2065 lines of diff (skipped)
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-03-12 20:01:28 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Sun Mar 12 20:01:28 2017 rev:3 rq:477085 version:1.302078 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-02-16 17:02:01.165582641 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-03-12 20:01:29.159101049 +0100 @@ -1,0 +2,19 @@ +Fri Mar 3 07:37:45 UTC 2017 - [email protected] + +- updated to 1.302078 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302078 2017-03-01 15:24:12-08:00 America/Los_Angeles + + - No changes since last trial + + 1.302077 2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix #762, newlines for todo subtest + - Revisit #637, fix rare race condition it created + + 1.302076 2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix crash when TB->reset used inside subtest + +--- Old: Test-Simple-1.302075.tar.gz New: Test-Simple-1.302078.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.P77waS/_old 2017-03-12 20:01:29.815008239 +0100 +++ /var/tmp/diff_new_pack.P77waS/_new 2017-03-12 20:01:29.819007673 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.302075 +Version:1.302078 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.302075.tar.gz -> Test-Simple-1.302078.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302075/Changes new/Test-Simple-1.302078/Changes --- old/Test-Simple-1.302075/Changes2017-01-11 04:39:31.0 +0100 +++ new/Test-Simple-1.302078/Changes2017-03-02 00:24:14.0 +0100 @@ -1,3 +1,16 @@ +1.302078 2017-03-01 15:24:12-08:00 America/Los_Angeles + +- No changes since last trial + +1.302077 2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix #762, newlines for todo subtest +- Revisit #637, fix rare race condition it created + +1.302076 2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE) + +- Fix crash when TB->reset used inside subtest + 1.302075 2017-01-10 19:39:28-08:00 America/Los_Angeles - No changes, just marking a stable release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302075/MANIFEST new/Test-Simple-1.302078/MANIFEST --- old/Test-Simple-1.302075/MANIFEST 2017-01-11 04:39:31.0 +0100 +++ new/Test-Simple-1.302078/MANIFEST 2017-03-02 00:24:14.0 +0100 @@ -282,6 +282,7 @@ t/regression/694_note_diag_return_values.t t/regression/696-intercept_skip_all.t t/regression/721-nested-streamed-subtest.t +t/regression/757-reset_in_subtest.t t/regression/no_name_in_subtest.t t/zzz-check-breaks.t xt/author/pod-spell.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302075/META.json new/Test-Simple-1.302078/META.json --- old/Test-Simple-1.302075/META.json 2017-01-11 04:39:31.0 +0100 +++ new/Test-Simple-1.302078/META.json 2017-03-02 00:24:14.0 +0100 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/"; } }, - "version" : "1.302075", + "version" : "1.302078", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302075/META.yml new/Test-Simple-1.302078/META.yml --- old/Test-Simple-1.302075/META.yml 2017-01-11 04:39:31.0 +0100 +++ new/Test-Simple-1.302078/META.yml 2017-03-02 00:24:14.0 +0100 @@ -23,7 +23,7 @@ resources: bugtracker: http://github.com/Test-More/test-more/issues repository: http://github.com/Test-More/test-more/ -version: '1.302075' +version: '1.302078' x_breaks: Log::Dispatch::Config::TestLog: '<= 0.02' Net::BitTorrent: '<= 0.052' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302075/Makefile.PL new/Test-Simple-1.302078/Makefile.PL --- old/Test-Simple-1.302075/Makefile.PL2017-01-11 04:39:31.0 +0100 +++ new/Test-Simple-1.302078/Makefile.PL2017-03-02 00:24:14.0 +0100 @@ -24,7 +24,7 @@ "Storable" => 0,
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-02-16 17:01:59 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-02-12 00:50:13.066992826 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-02-16 17:02:01.165582641 +0100 @@ -1,0 +2,5 @@ +Mon Feb 13 11:04:20 UTC 2017 - [email protected] + +- use %license + +--- Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.pk91QV/_old 2017-02-16 17:02:01.689508515 +0100 +++ /var/tmp/diff_new_pack.pk91QV/_new 2017-02-16 17:02:01.689508515 +0100 @@ -24,7 +24,7 @@ License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ -Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +61,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes examples LICENSE README README.md +%doc appveyor.yml Changes examples README README.md +%license LICENSE %changelog
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-02-12 00:50:05 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: New Changes file: --- /dev/null 2017-01-26 09:49:33.150892021 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-02-12 00:50:13.066992826 +0100 @@ -0,0 +1,549 @@ +--- +Wed Jan 11 07:15:44 UTC 2017 - [email protected] + +- updated to 1.302075 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302075 2017-01-10 19:39:28-08:00 America/Los_Angeles + + - No changes, just marking a stable release + + 1.302074 2017-01-08 11:41:44-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add 'cid' to trace + - Add signatures to trace + - Add related() to events + - Now it is possible to check if events are related + - Add 'no_fork' option to run_subtest() + +--- +Wed Dec 21 07:18:31 UTC 2016 - [email protected] + +- updated to 1.302073 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302073 2016-12-18 23:02:54-08:00 America/Los_Angeles + + - No changes from last trial + + 1.302072 2016-12-18 01:08:12-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Expose tools.pl as Test2::Tools::Tiny + +--- +Sun Dec 18 07:15:48 UTC 2016 - [email protected] + +- updated to 1.302071 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302071 2016-12-17 12:08:29-08:00 America/Los_Angeles + + - No changes since last trial release + + 1.302070 2016-12-14 21:32:47-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Added two new event classes, Test2::Event::Encoding and +Test2::Event::TAP::Version. These are primarily being added for the +benefit of Test2::Harness now, but they could be useful for other Test2 +event consumer tools in the future. Implemented by Dave Rolsky (#743). + + 1.302069 2016-12-12 15:03:04-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Generate HashBase from Object::HashBase which has been split out + - When a subtest is marked as todo, all of its contained Ok and Subtest +events are now updated so that they return true for +$e->effective_pass. Implemented by Dave Rolsky. (#742) + + 1.302068 2016-12-03 13:50:01-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util +to faciliate transferring event data between processes. Implemented by +Dave Rolsky. (#741). + +--- +Thu Nov 24 07:16:44 UTC 2016 - [email protected] + +- updated to 1.302067 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302067 2016-11-23 07:37:56-08:00 America/Los_Angeles + + - Fix context test for recent blead. + + 1.302066 2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Handle cases where SysV IPC can be available but not enabled + - Import 'context' into Test2::IPC, it is used by 'cull' + - Propogate warnings settings to use_ok (#736) + + 1.302065 2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Set the TEST_ACTIVE env var to true + - Set the TEST2_ACTIVE env var to true + - Fix the oldest bug still in the bug list (#6) +This fixes cmp_ok output is some confusing cases + - Update travis config + - Add missing author deps + - Fix handling of negative pid's on windows + - Add can() to Test::Tester::Delegate (despite deprecation) + - Fix some minor test issues + + 1.302064 2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Repo management improvements + - Better handling of info vs diag in ->send_event + - Fix test that used 'parent' + - Better handling of non-bumping failures (#728) + + 1.302063 2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix double release when 'throw' is used in context_do() + +--- +Fri Oct 21 06:23:55 UTC 2016 - [email protected] + +- updated to 1.302062 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302062 2016-10-20 06:16:08-07:00 America/Los_Angeles + + - No changes from last trial + + 1.302061 2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Removed a warning when using a non-TAP formatter with Test::Builder +abou
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2015-08-25 07:23:25 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2015-04-16 14:13:49.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2015-08-25 08:54:45.0 +0200 @@ -1,0 +2,5 @@ +Wed Jul 8 07:50:02 UTC 2015 - [email protected] + +- recompile with perl 5.22 + +--- Other differences: --
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2015-04-16 14:13:48 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2015-01-23 15:48:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2015-04-16 14:13:49.0 +0200 @@ -1,0 +2,13 @@ +Tue Apr 14 19:24:23 UTC 2015 - [email protected] + +- updated to 1.001014 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.001014 Tue Dec 28 08:31:00:00 PST 2015 + * Write a test to ensure this changes file gets updated + * Update changes file for 1.001013 + + 1.001013 Sun Dec 28 08:00:00:00 PST 2015 + * Fix a unit test that broke on some platforms with spaces in the $^X path + +--- Old: Test-Simple-1.001012.tar.gz New: Test-Simple-1.001014.tar.gz cpanspec.yml Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.qQspyC/_old 2015-04-16 14:13:49.0 +0200 +++ /var/tmp/diff_new_pack.qQspyC/_new 2015-04-16 14:13:49.0 +0200 @@ -17,54 +17,34 @@ Name: perl-Test-Simple -Version:1.001012 +Version:1.001014 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ -Source: %{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -# MANUAL +%{perl_requires} +# MANUAL BEGIN Obsoletes: perl-Test-Tester <= 0.109 Obsoletes: perl-Test-use-ok <= 0.11 -%{perl_requires} +# MANUAL END %description +** If you are unfamiliar with testing *read the Test::Tutorial manpage +first!* ** + This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). -The basic unit of Perl testing is the ok. For each thing you want to test -your program will print out an "ok" or "not ok" to indicate pass or fail. -You do this with the ok() function (see below). - -The only other constraint is you must pre-declare how many tests you plan -to run. This is in case something goes horribly wrong during the test and -your test program aborts, or skips a test or whatever. - -Test::Simple will start by printing number of tests run in the form "1..M" -(so "1..5" means you're going to run 5 tests). This strange format lets -Test::Harness know how many tests you plan on running in case something -goes horribly wrong. - -If all your tests passed, Test::Simple will exit with zero (which is -normal). If anything failed it will exit with how many failed. If you run -less (or more) tests than you planned, the missing (or extras) will be -considered failures. If no tests were ever run Test::Simple will throw a -warning and exit with 255. If the test died, even after having successfully -completed all its tests, it will still be considered a failure and will -exit with 255. - -This module is by no means trying to be a complete testing system. It's -just to get you started. Once you're off the ground its recommended you -look at the Test::More manpage. - %prep %setup -q -n %{cpan_name}-%{version} ++ Test-Simple-1.001012.tar.gz -> Test-Simple-1.001014.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.001012/Changes new/Test-Simple-1.001014/Changes --- old/Test-Simple-1.001012/Changes2014-12-23 16:39:59.0 +0100 +++ new/Test-Simple-1.001014/Changes2014-12-28 17:32:04.0 +0100 @@ -1,3 +1,10 @@ +1.001014 Tue Dec 28 08:31:00:00 PST 2015 +* Write a test to ensure this changes file gets updated +* Update changes file for 1.001013 + +1.001013 Sun Dec 28 08:00:00:00 PST 2015 +* Fix a unit test that broke on some platforms with spaces in the $^X path + 1.001012 Tue Dec 23 07:39:00:00 PST 2015 * Move test that was dropped in the wrong directory diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.001012/MANIFEST
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2015-01-23 15:47:53 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2015-01-20 12:25:54.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2015-01-23 15:48:20.0 +0100 @@ -1,0 +2,5 @@ +Fri Jan 23 11:50:30 UTC 2015 - [email protected] + +- add obsoletes to now integrated modules + +--- Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.jCvow5/_old 2015-01-23 15:48:21.0 +0100 +++ /var/tmp/diff_new_pack.jCvow5/_new 2015-01-23 15:48:21.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +# MANUAL +Obsoletes: perl-Test-Tester <= 0.109 +Obsoletes: perl-Test-use-ok <= 0.11 %{perl_requires} %description -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2015-01-20 12:25:49 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2014-10-20 07:27:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2015-01-20 12:25:54.0 +0100 @@ -1,0 +2,9 @@ +Sat Dec 27 22:22:10 UTC 2014 - [email protected] + +- update to 1.001012: + + Remove POD Coverage test + + Integrate Test::Tester and Test::use::ok for easier +downgrade from trial + + Fix bug in cmp_ok + +--- Old: Test-Simple-1.001008.tar.gz New: Test-Simple-1.001012.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.5ydiAy/_old 2015-01-20 12:25:55.0 +0100 +++ /var/tmp/diff_new_pack.5ydiAy/_new 2015-01-20 12:25:55.0 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.001008 +Version:1.001012 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.001008.tar.gz -> Test-Simple-1.001012.tar.gz ++ 2052 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2014-10-20 07:27:14 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2014-03-28 13:17:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2014-10-20 07:27:16.0 +0200 @@ -1,0 +2,9 @@ +Fri Oct 17 06:28:04 UTC 2014 - [email protected] + +- update to 1.001008: + + Fix subtest name when skip_all is used + + Changed install path for perl 5.12 or higher. + + Another Minor doc fix to solve test bug + + Fix #399, conflict with strawberry-portable + +--- Old: Test-Simple-1.001003.tar.gz New: Test-Simple-1.001008.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.UPLBFF/_old 2014-10-20 07:27:17.0 +0200 +++ /var/tmp/diff_new_pack.UPLBFF/_new 2014-10-20 07:27:17.0 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version:1.001003 +Version:1.001008 Release:0 %define cpan_name Test-Simple Summary:Basic utilities for writing tests ++ Test-Simple-1.001003.tar.gz -> Test-Simple-1.001008.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.001003/Changes new/Test-Simple-1.001008/Changes --- old/Test-Simple-1.001003/Changes2014-03-22 05:13:07.0 +0100 +++ new/Test-Simple-1.001008/Changes2014-10-16 05:10:35.0 +0200 @@ -1,3 +1,27 @@ +1.001008 Wed Oct 15 20:10:22:00 PST 2014 +* Updated Changes file + +1.001007 Wed Oct 15 16:37:11:00 PST 2014 +* Fix subtest name when skip_all is used + +1.001006 Tue Sep 2 14:39:05:00 PST 2014 +* Reverted change that is now part of alpha branch + +1.001005 Tue Sep 2 19:47:19:00 JST 2014 +* Changed install path for perl 5.12 or higher. + +1.001004_003 Sat May 17 13:43:00 PST 2014 +* Another Minor doc fix to solve test bug +* Fix #399, conflict with strawberry-portable + +1.001004_002 Sat May 17 13:43:00 PST 2014 +* Minor doc fix to solve test bug + +1.001004_001 Sat May 10 08:39:00 PST 2014 +* Doc updates +* Subtests accept args +* Outdent subtest diag + 1.001003 Fri Mar 21 21:12:32 PST 2014 * Doc updates for maintainer change diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.001003/META.json new/Test-Simple-1.001008/META.json --- old/Test-Simple-1.001003/META.json 2014-03-22 05:28:00.0 +0100 +++ new/Test-Simple-1.001008/META.json 2014-10-16 05:11:02.0 +0200 @@ -4,7 +4,7 @@ "Michael G Schwern " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter version 2.120921", + "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060", "license" : [ "perl_5" ], @@ -52,5 +52,5 @@ }, "x_MailingList" : "http://lists.perl.org/list/perl-qa.html"; }, - "version" : "1.001003" + "version" : "1.001008" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.001003/META.yml new/Test-Simple-1.001008/META.yml --- old/Test-Simple-1.001003/META.yml 2014-03-22 05:28:00.0 +0100 +++ new/Test-Simple-1.001008/META.yml 2014-10-16 05:11:02.0 +0200 @@ -3,28 +3,28 @@ author: - 'Michael G Schwern ' build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter version 2.120921' +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Test-Simple no_index: directory: - t - inc requires: - Scalar::Util: 1.13 - Test::Harness: 2.03 - perl: 5.006 + Scalar::Util: '1.13' + Test::Harness: '2.03' + perl: '5.006' resources: + MailingList: http://lists.perl.org/list/perl-qa.html bugtracker: http://github.com/Test-More/test-more/issues/ homepage: http://github.com/Test-More/test-more/ license: http://dev.perl.org/licenses/ repository: http://github.com/Test-More/test-more/ - x_MailingList: http://lists.perl.or
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2014-03-28 13:17:22 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2013-12-10 22:53:16.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2014-03-28 13:17:23.0 +0100 @@ -1,0 +2,6 @@ +Mon Mar 24 21:12:41 UTC 2014 - [email protected] + +- update to 1.001003: + + Doc updates for maintainer change + +--- Old: Test-Simple-1.001002.tar.gz New: Test-Simple-1.001003.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.TsdIku/_old 2014-03-28 13:17:24.0 +0100 +++ /var/tmp/diff_new_pack.TsdIku/_new 2014-03-28 13:17:24.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,21 @@ Name: perl-Test-Simple -Version:1.001002 +Version:1.001003 Release:0 %define cpan_name Test-Simple -Summary:Basic utilities for writing tests. +Summary:Basic utilities for writing tests License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Dev::Null) -#BuildRequires: perl(MyOverload) -#BuildRequires: perl(Test::Builder::IO::Scalar) -#BuildRequires: perl(Test::Builder::NoOutput) -#BuildRequires: perl(Test::Simple::Catch) -#BuildRequires: perl(TieOut) %{perl_requires} %description -** If you are unfamiliar with testing *read Test::Tutorial* first! ** - This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for @@ -51,36 +43,7 @@ The only other constraint is you must pre-declare how many tests you plan to run. This is in case something goes horribly wrong during the test and -your test program aborts, or skips a test or whatever. You do this like so: - -use Test::Simple tests => 23; - -You must have a plan. - -* *ok* - -ok( $foo eq $bar, $name ); -ok( $foo eq $bar ); - - ok() is given an expression (in this case '$foo eq $bar'). If it's true, - the test passed. If it's false, it didn't. That's about it. - - ok() prints out either "ok" or "not ok" along with a test number (it - keeps track of that for you). - -# This produces "ok 1 - Hell not yet frozen over" (or not ok) -ok( get_temperature($hell) > 0, 'Hell not yet frozen over' ); - - If you provide a $name, that will be printed along with the "ok/not ok" - to make it easier to find your test when if fails (just search for the - name). It also makes it easier for the next guy to understand what your - test is for. It's highly recommended you use test names. - - All tests are run in scalar context. So this: - - ok( @stuff, 'I have some stuff' ); - - will do what you mean (fail if stuff is empty) +your test program aborts, or skips a test or whatever. Test::Simple will start by printing number of tests run in the form "1..M" (so "1..5" means you're going to run 5 tests). This strange format lets @@ -95,14 +58,6 @@ completed all its tests, it will still be considered a failure and will exit with 255. -So the exit codes are... - -0 all tests successful -255 test died or all passed but wrong # of tests run -any other numberhow many failed (including missing or extras) - -If you fail more than 254 tests, it will be reported as 254. - This module is by no means trying to be a complete testing system. It's just to get you started. Once you're off the ground its recommended you look at the Test::More manpage. ++ Test-Simple-1.001002.tar.gz -> Test-Simple-1.001003.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.s
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2011-12-06 18:48:38 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple", Maintainer is "[email protected]" Changes: Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.JeVVdO/_old 2011-12-06 19:20:57.0 +0100 +++ /var/tmp/diff_new_pack.JeVVdO/_new 2011-12-06 19:20:57.0 +0100 @@ -24,7 +24,7 @@ Summary:Basic utilities for writing tests Version:0.98 Release:1 -License:GPL+ or Artistic +License:GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ #Source: http://www.cpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2011-11-21 12:48:14 Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) Package is "perl-Test-Simple", Maintainer is "[email protected]" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2011-09-23 12:39:08.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2011-11-21 12:48:17.0 +0100 @@ -1,0 +2,5 @@ +Fri Nov 18 11:10:18 UTC 2011 - [email protected] + +- use original .tar.gz + +--- Old: Test-Simple-0.98.tar.bz2 New: Test-Simple-0.98.tar.gz Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.JtzBJJ/_old 2011-11-21 12:48:18.0 +0100 +++ /var/tmp/diff_new_pack.JtzBJJ/_new 2011-11-21 12:48:18.0 +0100 @@ -28,7 +28,7 @@ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Simple/ #Source: http://www.cpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit perl-Test-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at Thu Mar 31 15:10:47 CEST 2011. --- perl-Test-Simple/perl-Test-Simple.changes 2010-11-16 10:54:09.0 +0100 +++ /mounts/work_src_done/STABLE/perl-Test-Simple/perl-Test-Simple.changes 2011-02-23 09:44:40.0 +0100 @@ -1,0 +2,17 @@ +Wed Feb 23 08:28:21 UTC 2011 - [email protected] + +- update to 0.98: + + subtest() should not fail if $? is non-zero. + + The behavior of is() and undef has been documented. + + Adapted the tests for the new Perl 5.14 regex stringification. + + The filehandles used by default will now inherit any filehandle +disciplines from STDOUT and STDERR IF AND ONLY IF they were applied +before Test::Builder is loaded. +- also package the examples in docdir + +--- +Tue Nov 30 14:20:28 UTC 2010 - [email protected] + +- buildrequire perl-devel on fedora + +--- calling whatdependson for head-i586 Old: Test-Simple-0.96.tar.bz2 New: Test-Simple-0.98.tar.bz2 Other differences: -- ++ perl-Test-Simple.spec ++ --- /var/tmp/diff_new_pack.1f1IJd/_old 2011-03-31 15:10:05.0 +0200 +++ /var/tmp/diff_new_pack.1f1IJd/_new 2011-03-31 15:10:05.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Simple (Version 0.96) +# spec file for package perl-Test-Simple # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: perl-Test-Simple %define cpan_name Test-Simple Summary:Basic utilities for writing tests -Version:0.96 +Version:0.98 Release:1 License:GPL+ or Artistic Group: Development/Libraries/Perl @@ -31,16 +31,17 @@ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros +%if 0%{?fedora} +BuildRequires: perl-devel %endif +BuildRequires: perl-macros %if %{with pod} BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 %endif BuildRequires: perl(Test::Harness) >= 2.03 -Requires: perl = %{perl_version} Requires: perl(Test::Harness) >= 2.03 %description @@ -65,11 +66,7 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean @@ -77,6 +74,6 @@ %files -f %{name}.files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes README TODO examples %changelog ++ Test-Simple-0.96.tar.bz2 -> Test-Simple-0.98.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-0.96/Changes new/Test-Simple-0.98/Changes --- old/Test-Simple-0.96/Changes2010-08-11 06:18:18.0 +0200 +++ new/Test-Simple-0.98/Changes2011-02-23 04:38:15.0 +0100 @@ -1,3 +1,27 @@ +0.98 Wed, 23 Feb 2011 14:38:02 +1100 +Bug Fixes +* subtest() should not fail if $? is non-zero. (Aaron Crane) + +Docs +* The behavior of is() and undef has been documented. (Pedro Melo) + + +0.97_01 Fri Aug 27 22:50:30 PDT 2010 +Test Fixes +* Adapted the tests for the new Perl 5.14 regex stringification. + (Karl Williamson) [github 44] + +Doc Fixes +* Document how to test "use Foo ()". (Todd Rinaldo) [github 41] + +Feature Changes +* subtest() no longer has a prototype. It was just getting in the way. + [rt.cpan.org 54239] +* The filehandles used by default will now inherit any filehandle + disciplines from STDOUT and STDERR IF AND ONLY IF they were applied + before Test::Builder is loaded. More later. [rt.cpan.org 46542] + + 0.96 Tue Aug 10 21:13:04 PDT 2010 Bug Fixes * You can call done_testing() again after reset() [googlecode 59] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-0.96/MANIFEST new/Test-Simple-0.98/MANIFEST --- old/Test-Simple-0.96/MANIFEST 2010-08-11 06:25:18.0 +0200 +++ new/Test-Simple-0.98/MANIFEST 2011-02-23 04:42:41.0 +0100 @@ -128,6 +128,7 @@ t/subtest/predicate.t t/subtest/singleton.t t/subtest/todo.t +t/subtest/wstat.t t/tbm_doesnt_set_exported_to.t t/Tester/tbt_01basic.t t/Tester/tbt_02fhrestor
