Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-YAML-Tidy for openSUSE:Factory checked in at 2024-01-07 21:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tidy (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Tidy.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML-Tidy" Sun Jan 7 21:40:00 2024 rev:2 rq:1137315 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML-Tidy/perl-YAML-Tidy.changes 2023-03-09 17:47:01.867320252 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Tidy.new.28375/perl-YAML-Tidy.changes 2024-01-07 21:40:16.259950780 +0100 @@ -1,0 +2,13 @@ +Sat Jan 6 03:10:02 UTC 2024 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.8.0 + see /usr/share/doc/packages/perl-YAML-Tidy/Changes + + v0.8.0 2024-01-05 22:38:36+01:00 + + - Fix tidying unicode files + - Require YAML::LibYAML::API v0.14.0 + - Allow seralizing reused anchors + - Change module versioning scheme + +------------------------------------------------------------------- Old: ---- YAML-Tidy-0.007.tar.gz New: ---- YAML-Tidy-v0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-Tidy.spec ++++++ --- /var/tmp/diff_new_pack.nm0wFH/_old 2024-01-07 21:40:16.711967223 +0100 +++ /var/tmp/diff_new_pack.nm0wFH/_new 2024-01-07 21:40:16.715967368 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Tidy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 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,12 @@ %define cpan_name YAML-Tidy Name: perl-YAML-Tidy -Version: 0.007 +Version: 0.8.0 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Tidy YAML files 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}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -32,14 +32,14 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Warnings) >= 0.029 -BuildRequires: perl(YAML::LibYAML::API) >= 0.013 +BuildRequires: perl(YAML::LibYAML::API) >= v0.14.0 BuildRequires: perl(YAML::LibYAML::API::XS) BuildRequires: perl(YAML::PP::Common) BuildRequires: perl(YAML::PP::Highlight) BuildRequires: perl(YAML::PP::Parser) BuildRequires: perl(experimental) Requires: perl(Getopt::Long::Descriptive) -Requires: perl(YAML::LibYAML::API) >= 0.013 +Requires: perl(YAML::LibYAML::API) >= v0.14.0 Requires: perl(YAML::LibYAML::API::XS) Requires: perl(YAML::PP::Common) Requires: perl(YAML::PP::Highlight) @@ -48,14 +48,18 @@ %{perl_requires} %description -yamltidy can automatically tidy formatting in your YAML files, for example -adjust indentation and remove trailing spaces. +yamltidy is a linter or rather a formatter for YAML files. -For more information, see https://github.com/perlpunk/yamltidy. +It can adjust formatting without removing comments or blank lines. + +For examples see https://perlpunk.github.io/yamltidy + +The code can be found at https://github.com/perlpunk/yamltidy. %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-v%{version} + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor