Hello community,

here is the log from the commit of package perl-Minion-Backend-SQLite for 
openSUSE:Factory checked in at 2019-07-17 14:27:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Minion-Backend-SQLite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Minion-Backend-SQLite.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Minion-Backend-SQLite"

Wed Jul 17 14:27:22 2019 rev:3 rq:715928 version:4.004

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Minion-Backend-SQLite/perl-Minion-Backend-SQLite.changes
    2019-06-24 21:53:56.976133197 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Minion-Backend-SQLite.new.1887/perl-Minion-Backend-SQLite.changes
  2019-07-17 14:27:23.263321159 +0200
@@ -1,0 +2,9 @@
+Tue Jul 16 09:43:20 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 4.004
+   see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes
+
+  4.004     2019-07-09 00:53:20 EDT
+    - Add time field to list_jobs method.
+
+-------------------------------------------------------------------

Old:
----
  Minion-Backend-SQLite-4.003.tar.gz

New:
----
  Minion-Backend-SQLite-4.004.tar.gz

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

Other differences:
------------------
++++++ perl-Minion-Backend-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.rq8fBd/_old  2019-07-17 14:27:24.151318401 +0200
+++ /var/tmp/diff_new_pack.rq8fBd/_new  2019-07-17 14:27:24.155318389 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Minion-Backend-SQLite
-Version:        4.003
+Version:        4.004
 Release:        0
 %define cpan_name Minion-Backend-SQLite
 Summary:        SQLite backend for Minion job queue

++++++ Minion-Backend-SQLite-4.003.tar.gz -> Minion-Backend-SQLite-4.004.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/Build.PL 
new/Minion-Backend-SQLite-4.004/Build.PL
--- old/Minion-Backend-SQLite-4.003/Build.PL    2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/Build.PL    2019-07-09 06:53:22.000000000 
+0200
@@ -84,7 +84,7 @@
         "Dan Book <dbook\@cpan.org>"
       ],
       "dist_name" => "Minion-Backend-SQLite",
-      "dist_version" => "4.003",
+      "dist_version" => "4.004",
       "license" => "artistic_2",
       "module_name" => "Minion::Backend::SQLite",
       "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/Changes 
new/Minion-Backend-SQLite-4.004/Changes
--- old/Minion-Backend-SQLite-4.003/Changes     2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/Changes     2019-07-09 06:53:22.000000000 
+0200
@@ -1,3 +1,6 @@
+4.004     2019-07-09 00:53:20 EDT
+  - Add time field to list_jobs method.
+
 4.003     2019-06-21 18:06:07 EDT
   - Ignore missing workers for jobs in the minion_foreground named queue to
     make debugging very slow jobs easier.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/META.json 
new/Minion-Backend-SQLite-4.004/META.json
--- old/Minion-Backend-SQLite-4.003/META.json   2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/META.json   2019-07-09 06:53:22.000000000 
+0200
@@ -64,7 +64,7 @@
    "provides" : {
       "Minion::Backend::SQLite" : {
          "file" : "lib/Minion/Backend/SQLite.pm",
-         "version" : "4.003"
+         "version" : "4.004"
       }
    },
    "release_status" : "stable",
@@ -80,7 +80,7 @@
       },
       "x_IRC" : "irc://irc.freenode.net/#mojo"
    },
-   "version" : "4.003",
+   "version" : "4.004",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.030000"
@@ -274,7 +274,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "4.003",
+                  "tag" : "4.004",
                   "tag_format" : "%v",
                   "tag_message" : "%v"
                },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/META.yml 
new/Minion-Backend-SQLite-4.004/META.yml
--- old/Minion-Backend-SQLite-4.003/META.yml    2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/META.yml    2019-07-09 06:53:22.000000000 
+0200
@@ -26,7 +26,7 @@
 provides:
   Minion::Backend::SQLite:
     file: lib/Minion/Backend/SQLite.pm
-    version: '4.003'
+    version: '4.004'
 requires:
   List::Util: '0'
   Minion: '9.0'
@@ -40,7 +40,7 @@
   bugtracker: https://github.com/Grinnz/Minion-Backend-SQLite/issues
   homepage: https://github.com/Grinnz/Minion-Backend-SQLite
   repository: https://github.com/Grinnz/Minion-Backend-SQLite.git
-version: '4.003'
+version: '4.004'
 x_Dist_Zilla:
   perl:
     version: '5.030000'
@@ -190,7 +190,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '4.003'
+          tag: '4.004'
           tag_format: '%v'
           tag_message: '%v'
         Dist::Zilla::Role::Git::Repo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/README 
new/Minion-Backend-SQLite-4.004/README
--- old/Minion-Backend-SQLite-4.003/README      2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/README      2019-07-09 06:53:22.000000000 
+0200
@@ -351,6 +351,12 @@
 
       Task name.
 
+    time
+
+        time => 78411177
+
+      Current time.
+
     worker
 
         worker => '154'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Minion-Backend-SQLite-4.003/lib/Minion/Backend/SQLite.pm 
new/Minion-Backend-SQLite-4.004/lib/Minion/Backend/SQLite.pm
--- old/Minion-Backend-SQLite-4.003/lib/Minion/Backend/SQLite.pm        
2019-06-22 00:06:10.000000000 +0200
+++ new/Minion-Backend-SQLite-4.004/lib/Minion/Backend/SQLite.pm        
2019-07-09 06:53:22.000000000 +0200
@@ -8,7 +8,7 @@
 use Sys::Hostname 'hostname';
 use Time::HiRes 'usleep';
 
-our $VERSION = '4.003';
+our $VERSION = '4.004';
 
 has dequeue_interval => 0.5;
 has 'sqlite';
@@ -135,7 +135,8 @@
        strftime('%s',delayed) as delayed,
        strftime('%s',finished) as finished, notes, parents, priority, queue,
        result, strftime('%s',retried) as retried, retries,
-       strftime('%s',started) as started, state, task, worker
+       strftime('%s',started) as started, state, task,
+       strftime('%s','now') as time, worker
        from minion_jobs as j
        $where_str order by id desc limit ? offset ?},
     @where_params, $limit, $offset
@@ -791,6 +792,12 @@
 
 Task name.
 
+=item time
+
+  time => 78411177
+
+Current time.
+
 =item worker
 
   worker => '154'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-Backend-SQLite-4.003/t/sqlite.t 
new/Minion-Backend-SQLite-4.004/t/sqlite.t
--- old/Minion-Backend-SQLite-4.003/t/sqlite.t  2019-06-22 00:06:10.000000000 
+0200
+++ new/Minion-Backend-SQLite-4.004/t/sqlite.t  2019-07-09 06:53:22.000000000 
+0200
@@ -437,6 +437,7 @@
 is $worker->info->{jobs}[0], $job->id, 'right job';
 like $job->info->{created}, qr/^[\d.]+$/, 'has created timestamp';
 like $job->info->{started}, qr/^[\d.]+$/, 'has started timestamp';
+like $job->info->{time}, qr/[\d.]+$/, 'has current time';
 is_deeply $job->args, [2, 2], 'right arguments';
 is $job->info->{state}, 'active', 'right state';
 is $job->task,    'add', 'right task';


Reply via email to