Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Minion for openSUSE:Factory checked in at 2026-05-21 18:32:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Minion (Old) and /work/SRC/openSUSE:Factory/.perl-Minion.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Minion" Thu May 21 18:32:20 2026 rev:80 rq:1354453 version:12.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes 2025-10-07 18:26:23.824456284 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Minion.new.2084/perl-Minion.changes 2026-05-21 18:33:31.549821856 +0200 @@ -1,0 +2,20 @@ +Tue May 19 08:40:27 UTC 2026 - Tina Müller <[email protected]> + +- updated to 12.0.0 (12.0) + see /usr/share/doc/packages/perl-Minion/Changes + + 12.0 2026-05-12 + - Added support for cron-style recurring jobs with schedule, unschedule, pause_schedule, resume_schedule, + list_schedules and dispatch_schedules methods to Minion. + - Added enqueue_from_schedule event to Minion. + - Added schedules page to the Minion::Admin UI. + - Added schedules and inactive_schedules fields to stats. + - Added dispatch_interval status option to Minion::Worker. + - Added next_cron_time and parse_cron functions to Minion::Util. + - Added minion schedule command for managing schedules from the command line. + - Added --dispatch-interval option to the minion worker command. + - Updated Perl requirement to 5.20 for Mojo::Pg. + - Improved Minion::Job to store process ids in job notes for easier debugging. + - Fixed compatibility with new versions of DBD::Pg. + +------------------------------------------------------------------- Old: ---- Minion-11.0.tar.gz New: ---- Minion-12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Minion.spec ++++++ --- /var/tmp/diff_new_pack.ljmA3w/_old 2026-05-21 18:33:32.529862137 +0200 +++ /var/tmp/diff_new_pack.ljmA3w/_new 2026-05-21 18:33:32.533862302 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Minion # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Minion Name: perl-Minion -Version: 11.0.0 +Version: 12.0.0 Release: 0 -# 11.0 -> normalize -> 11.0.0 -%define cpan_version 11.0 +# 12.0 -> normalize -> 12.0.0 +%define cpan_version 12.0 License: Artistic-2.0 Summary: Job queue URL: https://metacpan.org/release/%{cpan_name} @@ -43,6 +43,7 @@ Provides: perl(Minion::Backend::Pg) Provides: perl(Minion::Command::minion) Provides: perl(Minion::Command::minion::job) +Provides: perl(Minion::Command::minion::schedule) Provides: perl(Minion::Command::minion::worker) Provides: perl(Minion::Iterator) Provides: perl(Minion::Job) @@ -56,11 +57,12 @@ %description Minion is a high performance job queue for the Perl programming language, with support for multiple named queues, priorities, high priority fast -lane, delayed jobs, job dependencies, job progress, job results, retries -with backoff, rate limiting, unique jobs, expiring jobs, statistics, -distributed workers, parallel processing, autoscaling, remote control, at -https://mojolicious.org admin ui, resource leak protection and multiple -backends (such as at https://www.postgresql.org). +lane, delayed jobs, cron style recurring jobs, job dependencies, job +progress, job results, retries with backoff, rate limiting, unique jobs, +expiring jobs, statistics, distributed workers, parallel processing, +autoscaling, remote control, at https://mojolicious.org admin ui, resource +leak protection and multiple backends (such as at +https://www.postgresql.org). Job queues allow you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle of web ++++++ Minion-11.0.tar.gz -> Minion-12.0.tar.gz ++++++ ++++ 3659 lines of diff (skipped) ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.ljmA3w/_old 2026-05-21 18:33:32.873876277 +0200 +++ /var/tmp/diff_new_pack.ljmA3w/_new 2026-05-21 18:33:32.889876935 +0200 @@ -1,6 +1,6 @@ -mtime: 1756377413 -commit: 47cbf4af8400b6dcb5bf80919799ef40d9b3b1a4f7e42e2b588e6422b8ecf2c7 -url: https://src.opensuse.org/perl/perl-Minion.git -revision: 47cbf4af8400b6dcb5bf80919799ef40d9b3b1a4f7e42e2b588e6422b8ecf2c7 +mtime: 1779180027 +commit: ffe39e233228fd2e12acb41ab7b04e89c6d78eb1c3cc31e322143751c217b9d3 +url: https://src.opensuse.org/perl/perl-Minion +revision: ffe39e233228fd2e12acb41ab7b04e89c6d78eb1c3cc31e322143751c217b9d3 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-19 10:40:27.000000000 +0200 @@ -0,0 +1 @@ +.osc
