From f143486f464c369c70d033234c1007cab6cd89fb5b3cf2307358a105f2498ef8 Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Tue, 9 Dec 2025 05:38:20 +0000 Subject: [PATCH] Automatic update to Test-Unit-0.29.tar.gz --- Test-Unit-0.27.tar.gz | 3 --- Test-Unit-0.29.tar.gz | 3 +++ perl-Test-Unit.changes | 20 ++++++++++++++++++++ perl-Test-Unit.spec | 17 ++++++++++------- 4 files changed, 33 insertions(+), 10 deletions(-) delete mode 100644 Test-Unit-0.27.tar.gz create mode 100644 Test-Unit-0.29.tar.gz diff --git a/Test-Unit-0.27.tar.gz b/Test-Unit-0.27.tar.gz deleted file mode 100644 index af287f2..0000000 --- a/Test-Unit-0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12846b34fb54e2e782b06261127eb504b26bc5de730ff7a09796a9990517293a -size 325133 diff --git a/Test-Unit-0.29.tar.gz b/Test-Unit-0.29.tar.gz new file mode 100644 index 0000000..26aff56 --- /dev/null +++ b/Test-Unit-0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f86e62206e5f8eb5665ca2627e2a2480c92f34adee7ed3f5193e69f068891a +size 326864 diff --git a/perl-Test-Unit.changes b/perl-Test-Unit.changes index c8db3c4..3dd9dc1 100644 --- a/perl-Test-Unit.changes +++ b/perl-Test-Unit.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Dec 9 05:38:20 UTC 2025 - Tina Müller + +- updated to 0.290.0 (0.29) + see /usr/share/doc/packages/perl-Test-Unit/ChangeLog + + 2025-12-09 Ricardo Signes + * lib/Test/Unit.pm: version 0.29 + * some cleanup of text of the code (whitespace, etc) + * update for 5.6 basics: use warnings, our $VAR + * MAJOR bug fix: Previously, non-Error-based exceptions could be lost during + test runs, causing tests to appear to pass, when they has only terminated + early. If the test worker was required for any subsequent test, it would + fail, but if no other test would run afterward, the problem could be + undetected. + 2025-12-02 Ricardo Signes + * lib/Test/Unit.pm: version 0.28 + * replace tabs with spaces in a bunch of places + * no functional changes + ------------------------------------------------------------------- Mon Jul 1 14:26:49 UTC 2024 - Tina Müller diff --git a/perl-Test-Unit.spec b/perl-Test-Unit.spec index 2b330a7..c3618a2 100644 --- a/perl-Test-Unit.spec +++ b/perl-Test-Unit.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Unit # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Test-Unit Name: perl-Test-Unit -Version: 0.270.0 +Version: 0.290.0 Release: 0 -# 0.27 -> normalize -> 0.270.0 -%define cpan_version 0.27 +# 0.29 -> normalize -> 0.290.0 +%define cpan_version 0.29 License: Artistic-1.0 OR GPL-1.0-or-later Summary: The PerlUnit testing framework URL: https://metacpan.org/release/%{cpan_name} @@ -36,6 +36,7 @@ BuildRequires: perl(Error) Requires: perl(Class::Inner) Requires: perl(Devel::Symdump) Requires: perl(Error) +Provides: perl(Experimental::Sample) Provides: perl(Test::Unit) = %{version} Provides: perl(Test::Unit::Assert) Provides: perl(Test::Unit::Assertion) @@ -62,11 +63,13 @@ Provides: perl(Test::Unit::TestRunner) Provides: perl(Test::Unit::TestSuite) Provides: perl(Test::Unit::TkTestRunner) Provides: perl(Test::Unit::Tutorial) -Provides: perl(Test::Unit::UnitHarness) = 1.1502 +Provides: perl(Test::Unit::UnitHarness) = 1.150.200 Provides: perl(Test::Unit::UnitHarness::Exception) Provides: perl(Test::Unit::UnitHarness::TestCase) Provides: perl(Test::Unit::Warning) Provides: perl(Tk::ArrayBar) +Provides: perl(fail_example) +Provides: perl(fail_example_testsuite_setup) %undefine __perllib_provides %{perl_requires} @@ -79,13 +82,13 @@ Test::Unit::TestCase and Test::Unit::TestSuite. (There will also eventually be a tutorial in Test::Unit::Tutorial. However 'Test::Unit::Procedural' is the procedural style interface to a -sophisticated unit testing framework for Perl that . Test::Unit is intended +sophisticated unit testing framework for Perl that. Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -- 2.51.1