8
0

Accepting request 1292101 from devel:languages:perl:autoupdate

- updated to 0.180.0 (v0.180.0)
   see /usr/share/doc/packages/perl-Test-MockModule/Changes

OBS-URL: https://build.opensuse.org/request/show/1292101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=42
This commit is contained in:
2025-07-12 16:26:48 +00:00
committed by Git OBS Bridge
parent 913e7888c8
commit a93419871e
4 changed files with 17 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e261041ac1adc074f3ad98eb7c3f31f8a1bfc96d9eca99db77a473f53fdb5e0
size 24888

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:390e60361d2c1c404463a46d496681b05458d50d811ee99282992b9b61ed6cf6
size 24736

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 4 05:38:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.180.0 (v0.180.0)
see /usr/share/doc/packages/perl-Test-MockModule/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 1 05:34:20 UTC 2024 - Tina Müller <timueller+perl@suse.de> Sun Sep 1 05:34:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-MockModule # spec file for package perl-Test-MockModule
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Test-MockModule %define cpan_name Test-MockModule
Name: perl-Test-MockModule Name: perl-Test-MockModule
Version: 0.179.0 Version: 0.180.0
Release: 0 Release: 0
# v0.179.0 -> normalize -> 0.179.0 # v0.180.0 -> normalize -> 0.180.0
%define cpan_version v0.179.0 %define cpan_version v0.180.0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Override subroutines in a module for unit testing Summary: Override subroutines in a module for unit testing
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -30,13 +30,11 @@ Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.4234 BuildRequires: perl(Module::Build) >= 0.423.400
BuildRequires: perl(SUPER) >= 1.20 BuildRequires: perl(SUPER) >= 1.200
BuildRequires: perl(Software::License) >= 0.104.6
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
Requires: perl(SUPER) >= 1.20 Requires: perl(SUPER) >= 1.200
Requires: perl(Software::License) >= 0.104.6
%{perl_requires} %{perl_requires}
%description %description
@@ -49,7 +47,7 @@ restored. This happens automatically when all MockModule objects for the
given module go out of scope, or when you 'unmock()' the subroutine. given module go out of scope, or when you 'unmock()' the subroutine.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Build.PL --installdirs=vendor perl Build.PL --installdirs=vendor