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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b06fcf2528d6502c97a3592a9519dd0b0d196a8def6955c401ee63ee255f0ed5
|
||||
size 36529
|
||||
3
Minion-Backend-SQLite-v5.0.3.tar.gz
Normal file
3
Minion-Backend-SQLite-v5.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64c55e0be0ff457a3295e04537548098e48469972c526b7cd0213f66081209b2
|
||||
size 36899
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 03:10:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 09:45:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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