Automatic update to Workflow-2.09.tar.gz #4

Merged
okurz merged 1 commits from cpanmirror/perl-Workflow:autoupdate into main 2025-11-25 09:53:00 +01:00
4 changed files with 19 additions and 6 deletions

Binary file not shown.

BIN
Workflow-2.09.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 24 05:35:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.90.0 (2.09)
see /usr/share/doc/packages/perl-Workflow/Changes.md
## 2.09 2025-11-23 maintenance release, update not required
- Deprecation notice of use of XML configuration files, issue [#125](https://github.com/perl-workflow/perl-workflow/issue/125) and deprecation notices implementation by @ehuelsmann via PR [#256](https://github.com/perl-workflow/perl-workflow/pull/256).
- YAML configuration files are now the preferred format for configuration of Workflow instances. The XML implementation was based on [XML::Simple](https://metacpan.org/pod/XML::Simple), which itself has been discouraged for use for several years. The distribution still supports XML configuration files, but this support will be removed in a future unscheduled major release.
- Improvements to test suite, PR [#275](https://github.com/perl-workflow/perl-workflow/pull/275) by @ehuelsmann. This is a follow up on release 2.08, since we spotted the issue in the tests running as part of the CI pipeline on GitHub
-------------------------------------------------------------------
Thu Nov 13 05:35:32 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Workflow
Name: perl-Workflow
Version: 2.80.0
Version: 2.90.0
Release: 0
# 2.08 -> normalize -> 2.80.0
%define cpan_version 2.08
# 2.09 -> normalize -> 2.90.0
%define cpan_version 2.09
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple, flexible system to implement workflows
URL: https://metacpan.org/release/%{cpan_name}