WIP: Automatic update to Data-TreeDumper-0.43.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Data-TreeDumper:autoupdate into main
4 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:517a84ea00a385f4284792bac29f86e08fbd043fbcb1ff64a4deaf7dabb06a7d
size 26524

BIN
Data-TreeDumper-0.43.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 3 06:11:13 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.430.0 (0.43)
see /usr/share/doc/packages/perl-Data-TreeDumper/
-------------------------------------------------------------------
Fri Mar 8 22:16:14 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-TreeDumper
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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,9 +18,10 @@
%define cpan_name Data-TreeDumper
Name: perl-Data-TreeDumper
Version: 0.410.0
Version: 0.430.0
Release: 0
%define cpan_version 0.41
# 0.43 -> normalize -> 0.430.0
%define cpan_version 0.43
License: CHECK(Artistic-1.0 or GPL-1.0-or-later)
Review

We should add a license in cpanspec.yml

We should add a license in cpanspec.yml
Summary: Improved replacement for Data::Dumper. Powerful filtering capability
URL: https://metacpan.org/release/%{cpan_name}
@@ -33,12 +34,12 @@ BuildRequires: perl-macros
BuildRequires: perl(Check::ISA)
BuildRequires: perl(Class::ISA)
BuildRequires: perl(Sort::Naturally)
BuildRequires: perl(Term::Size) >= 0.2
BuildRequires: perl(Term::Size) >= 0.200
Requires: perl(Check::ISA)
Requires: perl(Class::ISA)
Requires: perl(Sort::Naturally)
Requires: perl(Term::Size) >= 0.2
Provides: perl(Data::TreeDumper) = 0.410.0
Requires: perl(Term::Size) >= 0.200
Provides: perl(Data::TreeDumper) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -53,7 +54,7 @@ Data::TreeDumper also dumps data in a tree-like fashion but _hopefully_ in
a format more easily understood.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor