Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2015-11-08 11:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Minion (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Minion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Minion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2015-10-20 
00:06:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes     
2015-11-08 11:26:10.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Oct 31 10:49:31 UTC 2015 - co...@suse.com
+
+- updated to 3.02
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  3.02  2015-10-31
+    - Fixed portability issues in tests.
+  
+  3.01  2015-10-30
+    - Added support retrying failed jobs automatically.
+    - Added backoff attribute to Minion.
+    - Added attempts attribute to Minion::Job.
+    - Added attempts option to enqueue method in Minion and 
Minion::Backend::Pg.
+    - Added -A option to job command.
+  
+  3.0  2015-10-30
+    - Removed Minion::Backend::File, because DBM::Deep quickly becomes unusably
+      slow, you can use the CPAN module Minion::Backend::SQLite instead.
+
+-------------------------------------------------------------------

Old:
----
  Minion-2.05.tar.gz

New:
----
  Minion-3.02.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Minion.spec ++++++
--- /var/tmp/diff_new_pack.XiElui/_old  2015-11-08 11:26:11.000000000 +0100
+++ /var/tmp/diff_new_pack.XiElui/_new  2015-11-08 11:26:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Minion
-Version:        2.05
+Version:        3.02
 Release:        0
 %define cpan_name Minion
 Summary:        Job queue
@@ -30,16 +30,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBM::Deep) >= 2.0011
 BuildRequires:  perl(Mojolicious) >= 6.0
-Requires:       perl(DBM::Deep) >= 2.0011
 Requires:       perl(Mojolicious) >= 6.0
 %{perl_requires}
 
 %description
 the Minion manpage is a job queue for the http://mojolicio.us real-time web
-framework with support for multiple backends, such as the DBM::Deep manpage
-and http://www.postgresql.org.
+framework with support for multiple named queues, priorities, delayed jobs,
+job results, retries with backoff, distributed workers, parallel processing
+and multiple backends (such as http://www.postgresql.org).
 
 A job queue allows you to process time and/or computationally intensive
 tasks in background processes, outside of the request/response lifecycle.

++++++ Minion-2.05.tar.gz -> Minion-3.02.tar.gz ++++++
++++ 2009 lines of diff (skipped)


Reply via email to