forked from pool/perl-Minion-Backend-SQLite
Accepting request 824194 from devel:languages:perl:autoupdate
- updated to 5.0.3
see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes
v5.0.3 2020-08-02 18:15:20 EDT
- Minion requirement bumped to 10.13.
- Removed experimental support for job sequences.
- Added EXPERIMENTAL expire option to enqueue method to support expiring jobs.
- Added EXPERIMENTAL lax option to enqueue method to support lax dependencies.
- Removed next and previous fields from list_jobs method.
- Added expires and lax fields to list_jobs method.
- Fixed a bug where manual retries would count towards the attempts limit for automatic retries.
- Optimized checking parent job state in job dequeue.
OBS-URL: https://build.opensuse.org/request/show/824194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion-Backend-SQLite?expand=0&rev=15
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Minion-Backend-SQLite
|
||||
Version: 5.0.2
|
||||
Version: 5.0.3
|
||||
Release: 0
|
||||
%define cpan_name Minion-Backend-SQLite
|
||||
Summary: SQLite backend for Minion job queue
|
||||
@@ -30,13 +30,13 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Minion) >= 10.10
|
||||
BuildRequires: perl(Minion) >= 10.13
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Mojo::SQLite) >= 3.000
|
||||
BuildRequires: perl(Mojolicious) >= 7.29
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Minion) >= 10.10
|
||||
Requires: perl(Minion) >= 10.13
|
||||
Requires: perl(Mojo::SQLite) >= 3.000
|
||||
Requires: perl(Mojolicious) >= 7.29
|
||||
%{perl_requires}
|
||||
|
||||
Reference in New Issue
Block a user