forked from pool/perl-YAML-PP
Compare commits
26 Commits
d0702204b2
...
19ba575bd5
Author | SHA256 | Date | |
---|---|---|---|
19ba575bd5 | |||
82e0491c7c | |||
eeaa481f20 | |||
f9bf91d552 | |||
9f4477b3fa | |||
371794460f | |||
53277d29db | |||
1bf2ed228c | |||
a2578efb72 | |||
1d8daecb56 | |||
9b98dee5e3 | |||
3719a04ef9 | |||
56a96caf7e | |||
cd9bb451d0 | |||
a9a62de91c | |||
661ae002f0 | |||
fb64b8bdb6 | |||
10fd393be3 | |||
c1fddc8f8f | |||
b7467e5317 | |||
a06f2e0863 | |||
57365b035c | |||
d8817e80e9 | |||
e810e576a5 | |||
96566287c1 | |||
|
362dce12e0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:893368b89dfe23cd1ee5c848ee73f2e9c5388814dcfb9a353e2b10ac185b673d
|
||||
size 213049
|
3
YAML-PP-v0.39.0.tar.gz
Normal file
3
YAML-PP-v0.39.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32f53c65781277dcbe50827b4cbf217eceeff264779e3a6c98c94229eb149f58
|
||||
size 216796
|
@@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 05:32:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.39.0 (v0.39.0)
|
||||
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||
|
||||
v0.39.0 2025-02-10 00:01:45+01:00
|
||||
|
||||
- Allow unknown tags again, reverting the previous change in v0.38.1 which
|
||||
only was supposed to be a dev release
|
||||
- Add new option require_footer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 05:30:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.38.1 (v0.38.1)
|
||||
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||
|
||||
v0.38.1 2025-01-25 00:30:13+01:00
|
||||
|
||||
- Add --duplicate-keys commandline flag
|
||||
- Forbid unknown tags by default
|
||||
- Add a 'Catchall' schema to allow unknen tags
|
||||
- Add a --catchall commandline flag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 03:09:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.38.0
|
||||
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||
|
||||
v0.38.0 2024-01-30 00:22:42+01:00
|
||||
|
||||
- Add support for builtin booleans by default
|
||||
- Add FAQ
|
||||
- Add --cyclic option to yamlpp-load(-dump)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 03:10:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.37.0
|
||||
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||
|
||||
v0.37.0 2023-11-09 16:46:43+01:00
|
||||
|
||||
- Breaking change: Make cyclic_refs fatal by default for safety, like
|
||||
announced (avoid memory leaks)
|
||||
- Add support for plain scalars ending with colons (Issue #48, ingy++)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 03:07:54 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.036
|
||||
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||
|
||||
0.036 2023-05-10 17:09:48+02:00
|
||||
|
||||
- Add option -dumpcode to turn of dumping coderefs in YAML::PP::Schema::Perl
|
||||
- ci updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 03:08:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-YAML-PP
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,18 +18,19 @@
|
||||
|
||||
%define cpan_name YAML-PP
|
||||
Name: perl-YAML-PP
|
||||
Version: 0.035
|
||||
Version: 0.39.0
|
||||
Release: 0
|
||||
# v0.39.0 -> normalize -> 0.39.0
|
||||
%define cpan_version v0.39.0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: YAML 1.2 Processor
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Warn)
|
||||
Requires: perl(Module::Load)
|
||||
@@ -60,7 +61,7 @@ You can check out all current parse and load results from the
|
||||
yaml-test-suite here: https://perlpunk.github.io/YAML-PP-p5/test-suite.html
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user