Accepting request 956380 from devel:languages:perl:autoupdate

- updated to 0.006
   see /usr/share/doc/packages/perl-Module-cpmfile/Changes
  0.006  2022-02-20 15:08:24 JST
      - Add JSON Schema for cpmfile (#3)

OBS-URL: https://build.opensuse.org/request/show/956380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-cpmfile?expand=0&rev=4
This commit is contained in:
2022-02-24 14:46:13 +00:00
committed by Git OBS Bridge
parent a8b410bfcd
commit 03526d05ea
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20afb3f39f05d3a7793bb53f60987728415ddce44d677f0d93b461057806d943
size 11146

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 21 03:10:19 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.006
see /usr/share/doc/packages/perl-Module-cpmfile/Changes
0.006 2022-02-20 15:08:24 JST
- Add JSON Schema for cpmfile (#3)
-------------------------------------------------------------------
Tue Jan 4 03:06:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Module-cpmfile
Name: perl-Module-cpmfile
Version: 0.005
Version: 0.006
Release: 0
Summary: Parse cpmfile
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parse cpmfile
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -31,7 +31,7 @@ BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.130000
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::CPANfile)
BuildRequires: perl(Module::CPANfile) >= 1.1004
BuildRequires: perl(Test2::V0)
BuildRequires: perl(YAML::PP) >= 0.027
Requires: perl(CPAN::Meta::Prereqs)
@@ -45,6 +45,9 @@ THIS IS EXPERIMENTAL.
cpmfile (usually saved as 'cpm.yml') is yet another file format for
describing module dependencies, and Module::cpmfile helps you parse it.
The JSON Schema for cpmfile is available at at
https://github.com/skaji/cpmfile/blob/main/jsonschema.json.
cpmfile will be used mainly by App::cpm.
%prep