8
0

Accepting request 815593 from devel:languages:perl:autoupdate

- updated to 5.0.0
   see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes
  v5.0.0    2020-06-17 01:22:45 EDT
    - Minion requirement bumped to 10.03.
    - Changed reset method to require options for what to reset and allow for
      locks to be reset without resetting the whole queue.
    - Added before options to list_jobs and list_workers methods to support
      iterating jobs and workers.

OBS-URL: https://build.opensuse.org/request/show/815593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion-Backend-SQLite?expand=0&rev=9
This commit is contained in:
2020-06-17 19:02:17 +00:00
committed by Git OBS Bridge
parent 4270fedbc7
commit fe73f4f577
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81198283a1c883291c64f59e0aa686f19d70740b39a5a2185b1cdf6df0eb328b
size 36062

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc67ddc3af0bdcc8ecea41fddd224c56a5fa3cba33cf4b484634a35112ce3f29
size 34993

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 17 18:54:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 5.0.0
see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes
v5.0.0 2020-06-17 01:22:45 EDT
- Minion requirement bumped to 10.03.
- Changed reset method to require options for what to reset and allow for
locks to be reset without resetting the whole queue.
- Added before options to list_jobs and list_workers methods to support
iterating jobs and workers.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 6 05:14:29 UTC 2019 - Stephan Kulow <coolo@suse.com> Tue Aug 6 05:14:29 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Minion-Backend-SQLite # spec file for package perl-Minion-Backend-SQLite
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,26 @@
Name: perl-Minion-Backend-SQLite Name: perl-Minion-Backend-SQLite
Version: 4.005 Version: 5.0.0
Release: 0 Release: 0
%define cpan_name Minion-Backend-SQLite %define cpan_name Minion-Backend-SQLite
Summary: SQLite backend for Minion job queue Summary: SQLite backend for Minion job queue
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Minion) >= 9.0 BuildRequires: perl(Minion) >= 10.03
BuildRequires: perl(Module::Build::Tiny) >= 0.034 BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata) BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Mojo::SQLite) >= 3.000 BuildRequires: perl(Mojo::SQLite) >= 3.000
BuildRequires: perl(Mojolicious) >= 7.29 BuildRequires: perl(Mojolicious) >= 7.29
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Minion) >= 9.0 Requires: perl(Minion) >= 10.03
Requires: perl(Mojo::SQLite) >= 3.000 Requires: perl(Mojo::SQLite) >= 3.000
Requires: perl(Mojolicious) >= 7.29 Requires: perl(Mojolicious) >= 7.29
%{perl_requires} %{perl_requires}
@@ -48,7 +48,7 @@ named 'minion'. If no connection string or ':temp:' is provided, the
database will be created in a temporary directory. database will be created in a temporary directory.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-v%{version}
%build %build
perl Build.PL --installdirs=vendor perl Build.PL --installdirs=vendor