8
0

4 Commits

Author SHA256 Message Date
f3f4ec2368 Accepting request 1279821 from devel:languages:perl
Forwarded request #1279810 from tinita

- updated to 1.350.0 (1.35)
   see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini
  [V 1.35]
  Date=2025-05-12T17:00:00
  Comments= <<EOT
  - Change sub hashref2string() line 726 so it does not generate an error or warning when
  the node or node name is '' (empty string), undef or 0 (zero).
  - Change test data so that when stringifying a tree, node names without attributes are
  output as (e.g.) 'lexeme: Attributes{}' rather than as just 'lexeme'. This was alleged
  to have been done as per the last dot point under v 1.34 below, but was not done properly.
  - This last point also affects the related module Data::RenderAsTree, which ships with a
  range of test programs and sample scripts which futher exercise these features.
  The point of these latter samples is so you can use them without having to fiddle about
  removing the test code in the corresponding test scripts.
  EOT
  [V 1.34]
  Date=2025-04-23T17:01:00
  Comments= <<EOT
  - Thanx to Shawn Laffan for reporting a problem with line-endings in files read and written,
  by both Tree::DAG_Node and t/read.tree.t, when he tests under Strawberry Perl.
  - The 2 test files t/tree.with*.txt ship as ISO-8859-1 while t/tree.utf8.attributes.txt ships
  as UTF-8. So...
  - Don't explicitly use UTF-8 encoding in DAG_Node.pm's sub read_tree(). Rather, use a regexp
  to standardize line endings after reading. Likewise, in t/read.tree.t, do the same.
  - I have un-commented the 2 extra tests at the end of t/read.tree.t. Specifically,
  line 50 was 'for (qw/utf8/)# with without/)'. It now says 'for (qw/utf8 with without/)'
  - Reformat test data files t/tree.*.attributes.txt
  This was done with the new files share/read.write.tree.(pl, sh).
  And it was done because some of the test data files had been written
  by old code with slightly different indenting.
  - Add a new test data file, t/metag.cooked.tree.txt
  It's a copy of MarpaX::Grammar::Parser's share/metag.cooked.tree.
  The test program t/read.tree.t was edited to include this new file.
  - Patch tree::DAG_Node.format_node() to output 'Attributes: {}' and not just 'Attributes:'
  when the user does not want attributes reported. This makes the code match the sample
  trees shipped in t/.
  EOT

OBS-URL: https://build.opensuse.org/request/show/1279821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tree-DAG_Node?expand=0&rev=29
2025-05-26 16:36:01 +00:00
de1c8cae52 - updated to 1.350.0 (1.35)
see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini
  [V 1.35]
  Date=2025-05-12T17:00:00
  Comments= <<EOT
  - Change sub hashref2string() line 726 so it does not generate an error or warning when
  the node or node name is '' (empty string), undef or 0 (zero).
  - Change test data so that when stringifying a tree, node names without attributes are
  output as (e.g.) 'lexeme: Attributes{}' rather than as just 'lexeme'. This was alleged
  to have been done as per the last dot point under v 1.34 below, but was not done properly.
  - This last point also affects the related module Data::RenderAsTree, which ships with a
  range of test programs and sample scripts which futher exercise these features.
  The point of these latter samples is so you can use them without having to fiddle about
  removing the test code in the corresponding test scripts.
  EOT
  [V 1.34]
  Date=2025-04-23T17:01:00
  Comments= <<EOT
  - Thanx to Shawn Laffan for reporting a problem with line-endings in files read and written,
  by both Tree::DAG_Node and t/read.tree.t, when he tests under Strawberry Perl.
  - The 2 test files t/tree.with*.txt ship as ISO-8859-1 while t/tree.utf8.attributes.txt ships
  as UTF-8. So...
  - Don't explicitly use UTF-8 encoding in DAG_Node.pm's sub read_tree(). Rather, use a regexp
  to standardize line endings after reading. Likewise, in t/read.tree.t, do the same.
  - I have un-commented the 2 extra tests at the end of t/read.tree.t. Specifically,
  line 50 was 'for (qw/utf8/)# with without/)'. It now says 'for (qw/utf8 with without/)'
  - Reformat test data files t/tree.*.attributes.txt
  This was done with the new files share/read.write.tree.(pl, sh).
  And it was done because some of the test data files had been written
  by old code with slightly different indenting.
  - Add a new test data file, t/metag.cooked.tree.txt
  It's a copy of MarpaX::Grammar::Parser's share/metag.cooked.tree.
  The test program t/read.tree.t was edited to include this new file.
  - Patch tree::DAG_Node.format_node() to output 'Attributes: {}' and not just 'Attributes:'
  when the user does not want attributes reported. This makes the code match the sample
  trees shipped in t/.
  EOT

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-DAG_Node?expand=0&rev=33
2025-05-24 16:13:45 +00:00
9ada5dab2b Accepting request 1272893 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1272893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tree-DAG_Node?expand=0&rev=28
2025-04-27 20:54:16 +00:00
c21df124d3 - updated to 1.330.0 (1.33)
see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini
  [V 1.33]
  Date=2025-03-20T11:16:00
  Deploy.Action=Upgrade
  Deploy.Reason=Security
  Comments= <<EOT
  - Replace the discouraged File::Slurp::Tiny with File::Slurper.
  Thanx to Marcel Telka for the report.
  But why not use File::Slurp? Because...
  https://blogs.perl.org/users/leon_timmermans/2015/08/fileslurp-is-broken-and-wrong.html
  - Add a security policy file SECURITY.md
  - Update Makefile.PL to include both ExtUtils::MakeMaker and perl.
  EOT

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-DAG_Node?expand=0&rev=31
2025-04-27 00:59:31 +00:00
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Tree-DAG_Node/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Tree-DAG_Node)

View File

@@ -27,7 +27,6 @@ Summary: An N-ary tree
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{cpan_version}.tgz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros