Skip to content

Commit

Permalink
Update perl-Minion-Backend-SQLite to rev 8 via SR 824357
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/824357
by user dstoecker + dimstar_suse
  • Loading branch information
bmwiedemann committed Aug 5, 2020
1 parent 69d3ce4 commit 739ac00
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
Binary file modified packages/p/perl-Minion-Backend-SQLite/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/p/perl-Minion-Backend-SQLite/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@
<comment></comment>
<requestid>823160</requestid>
</revision>
<revision rev="8" vrev="1">
<srcmd5>745a80f7c2f7fa2dc6518de507efda33</srcmd5>
<version>5.0.3</version>
<time>1596652029</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>824357</requestid>
</revision>
</revisionlist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 3 03:10:02 UTC 2020 - Tina Müller <[email protected]>

- 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 <[email protected]>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 739ac00

Please sign in to comment.