Accepting request 864263 from devel:languages:perl:autoupdate

- updated to 2.141
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.141 2021-01-17
    New features:
      * Loader: can extract data from YAML file
        (requires YAML::Tiny)
      * Loader: can extract data from JSON file
      * feature (ini backend): add quote_value parameter
    Bug fix:
      * ListId: fix storage of undef value in store_set
      * Config::Model::Loader: update documentation. (Thanks gregoa)
    Other changes:
      * dist.ini: update copyright year

OBS-URL: https://build.opensuse.org/request/show/864263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=51
This commit is contained in:
2021-01-20 12:47:46 +00:00
committed by Git OBS Bridge
parent abebc5c0c5
commit 88a02c550c
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e651d405d5e6e8455681759fbfdb171d23cdd0523df6e1da4a1a9cc8057e305
size 365374

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24abe2dd21cee34c6ac8518042b32c9f913b76037f2c9a0ba13fe5cae1d2e3d5
size 368080

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 18 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.141
see /usr/share/doc/packages/perl-Config-Model/Changes
2.141 2021-01-17
New features:
* Loader: can extract data from YAML file
(requires YAML::Tiny)
* Loader: can extract data from JSON file
* feature (ini backend): add quote_value parameter
Bug fix:
* ListId: fix storage of undef value in store_set
* Config::Model::Loader: update documentation. (Thanks gregoa)
Other changes:
* dist.ini: update copyright year
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 1 03:11:51 UTC 2020 - Tina Müller <timueller+perl@suse.de> Sat Aug 1 03:11:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Config-Model # spec file for package perl-Config-Model
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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
@@ -16,18 +16,16 @@
# #
Name: perl-Config-Model
Version: 2.140
Release: 0
%define cpan_name Config-Model %define cpan_name Config-Model
Name: perl-Config-Model
Version: 2.141
Release: 0
Summary: Framework to validate, migrate and edit configuration files Summary: Framework to validate, migrate and edit configuration files
License: LGPL-2.1-or-later License: LGPL-2.1-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/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp::Assert::More) BuildRequires: perl(Carp::Assert::More)
@@ -58,6 +56,7 @@ BuildRequires: perl(Test::Memory::Cycle)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Warn) >= 0.11 BuildRequires: perl(Test::Warn) >= 0.11
BuildRequires: perl(Text::Levenshtein::Damerau) BuildRequires: perl(Text::Levenshtein::Damerau)
BuildRequires: perl(XXX)
BuildRequires: perl(YAML::Tiny) BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(boolean) BuildRequires: perl(boolean)
BuildRequires: perl(parent) BuildRequires: perl(parent)
@@ -79,6 +78,7 @@ Requires: perl(Pod::POM)
Requires: perl(Pod::Simple) >= 3.23 Requires: perl(Pod::Simple) >= 3.23
Requires: perl(Regexp::Common) Requires: perl(Regexp::Common)
Requires: perl(Text::Levenshtein::Damerau) Requires: perl(Text::Levenshtein::Damerau)
Requires: perl(YAML::Tiny)
Requires: perl(parent) Requires: perl(parent)
Recommends: perl(Fuse) Recommends: perl(Fuse)
Recommends: perl(Text::Levenshtein::Damerau) Recommends: perl(Text::Levenshtein::Damerau)
@@ -110,7 +110,7 @@ A command line is provided to perform configuration upgrade with a single
command. command.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Build.PL installdirs=vendor perl Build.PL installdirs=vendor
@@ -124,7 +124,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc build-from-git.md Changes CONTRIBUTING.md MODELS README.md TODO %doc build-from-git.md Changes CONTRIBUTING.md MODELS README.md TODO
%license LICENSE %license LICENSE