Accepting request 1130049 from devel:languages:perl:autoupdate
- updated to 0.392 see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes 0.392 2023-08-07 Released-By: PERLANCAR; Urgency: medium - Remove usage of smartmatch to avoid deprecation warning in perl 5.38+. OBS-URL: https://build.opensuse.org/request/show/1130049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cde85e5fe61b2d81c6a071eada50a03c84b8b530845ef63f6168e80142f7f3c
|
||||
size 25292
|
3
Data-Format-Pretty-Console-0.392.tar.gz
Normal file
3
Data-Format-Pretty-Console-0.392.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:347bf26d0fafe00c50bdb630d01943f21d15c2fe9b3530fd44f6b0fa4462b171
|
||||
size 25975
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 03:06:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.392
|
||||
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
||||
|
||||
0.392 2023-08-07 Released-By: PERLANCAR; Urgency: medium
|
||||
|
||||
- Remove usage of smartmatch to avoid deprecation warning in perl
|
||||
5.38+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 9 03:07:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Format-Pretty-Console
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name Data-Format-Pretty-Console
|
||||
Name: perl-Data-Format-Pretty-Console
|
||||
Version: 0.391
|
||||
Version: 0.392.0
|
||||
Release: 0
|
||||
Summary: Pretty-print data structure for console output
|
||||
%define cpan_version 0.392
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Pretty-print data structure for console output
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -31,18 +32,22 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Dump::Partial)
|
||||
BuildRequires: perl(Data::Unixish) >= 1.572
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(List::Util) >= 1.54
|
||||
BuildRequires: perl(Log::ger) >= 0.038
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Text::ANSITable) >= 0.602
|
||||
BuildRequires: perl(YAML::Any)
|
||||
BuildRequires: perl(experimental)
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(List::Util) >= 1.54
|
||||
Requires: perl(Log::ger) >= 0.038
|
||||
Requires: perl(Text::ANSITable) >= 0.602
|
||||
Requires: perl(YAML::Any)
|
||||
Requires: perl(experimental)
|
||||
Provides: perl(Data::Format::Pretty::Console) = %{version}
|
||||
Provides: perl(Data::Format::Pretty::SimpleText) = %{version}
|
||||
Provides: perl(Data::Format::Pretty::Text) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
Recommends: perl(Term::Size)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -63,7 +68,7 @@ Most of the time, you don't have to configure anything, but some options
|
||||
are provided to tweak the output.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user