SHA256
8
0
forked from pool/perl-Minion

4 Commits

Author SHA256 Message Date
79ce0afb37 Accepting request 1233997 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1233997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Minion?expand=0&rev=78
2025-01-01 22:07:43 +00:00
a5e042bbcd - updated to 10.310.0 (10.31)
see /usr/share/doc/packages/perl-Minion/Changes
  10.31 2024-09-21
    - Restore old repair behavior for job dependencies without performance loss. (HEM42)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion?expand=0&rev=170
2024-12-31 00:31:43 +00:00
253c788af4 Accepting request 1183691 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Minion?expand=0&rev=77
2024-06-28 13:47:21 +00:00
c461cb8301 - updated to 10.300.0 (10.30)
see /usr/share/doc/packages/perl-Minion/Changes
  10.30 2024-06-05
    - Improved stats performance in Minion::Backend::Pg by an order of magnitude. (rshingleton)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion?expand=0&rev=168
2024-06-27 18:11:20 +00:00
5 changed files with 10 additions and 41 deletions

3
Minion-10.31.tar.gz Normal file
View File

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

BIN
Minion-11.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Minion/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Minion)

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Thu Aug 28 10:36:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 11.0.0 (11.0)
see /usr/share/doc/packages/perl-Minion/Changes
11.0 2025-08-21
- Minion::Backend::Pg now requires PostgreSQL 13.
- Removed experimetnal status from lax dependency support.
- Added support for task limits.
- Added Minion::Util module.
- Added spare remote control command, this allows workers to be paused again by combining jobs and spare.
- Fixed a problem where remote control commands would not immediately update the worker status.
-------------------------------------------------------------------
Sun Sep 22 05:31:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Minion
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,22 @@
%define cpan_name Minion
Name: perl-Minion
Version: 11.0.0
Version: 10.310.0
Release: 0
# 11.0 -> normalize -> 11.0.0
%define cpan_version 11.0
# 10.31 -> normalize -> 10.310.0
%define cpan_version 10.31
License: Artistic-2.0
Summary: Job queue
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Mojolicious) >= 9.0
BuildRequires: perl(YAML::XS) >= 0.670
BuildRequires: perl(YAML::XS) >= 0.67
Requires: perl(Mojolicious) >= 9.0
Requires: perl(YAML::XS) >= 0.670
Provides: perl(LinkCheck)
Provides: perl(LinkCheck::Controller::Links)
Provides: perl(LinkCheck::Task::CheckLinks)
Requires: perl(YAML::XS) >= 0.67
Provides: perl(Minion) = %{version}
Provides: perl(Minion::Backend)
Provides: perl(Minion::Backend::Pg)
@@ -46,7 +42,6 @@ Provides: perl(Minion::Command::minion::job)
Provides: perl(Minion::Command::minion::worker)
Provides: perl(Minion::Iterator)
Provides: perl(Minion::Job)
Provides: perl(Minion::Util)
Provides: perl(Minion::Worker)
Provides: perl(Mojolicious::Plugin::Minion)
Provides: perl(Mojolicious::Plugin::Minion::Admin)
@@ -71,7 +66,7 @@ everything else you can imagine that's not super fast.
Take a look at our excellent documentation in Minion::Guide!
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644