Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7bb5f2d82f | |||
| 74bad3da56 | |||
| b998ab1a41 | |||
| 8399996238 | |||
| 4c342bc202 | |||
| 84d2e0b13a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56d3cf393aacf6ce70d1bb5ca2885c57c6badda61919b629fc12e982732f0d61
|
||||
size 19545
|
||||
3
queue-1.3.0.tar.gz
Normal file
3
queue-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d81eb60d6cb8c9633106983cd95d698ea748453493eab7610989eefab45c437
|
||||
size 20342
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 09:50:47 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.2.0
|
||||
- Ignore broken pipe error (e.g. when piping to head)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 20:52:59 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.2.0
|
||||
- Only use dark_grey if available
|
||||
- Do osc sr in release.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 17:02:00 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.1.0
|
||||
- Color scheduled and running entries differently
|
||||
- Enable multi column limiting
|
||||
- Add hint about config location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 15:56:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
18
queue.spec
18
queue.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package queue
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,23 +17,23 @@
|
||||
|
||||
|
||||
Name: queue
|
||||
Version: 1.0.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Tool for queuing shell commands
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/asdil12/%{name}
|
||||
Source0: https://github.com/asdil12/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python3-base >= 3.6
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
URL: https://codeberg.org/asdil12/%{name}
|
||||
Source0: https://codeberg.org/asdil12/queue/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: help2man
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-base >= 3.6
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-termcolor
|
||||
BuildRequires: python3-tomlkit
|
||||
BuildRequires: python3-wheel
|
||||
Requires: python3-psutil
|
||||
Requires: python3-termcolor
|
||||
Requires: python3-tomlkit
|
||||
@@ -44,7 +44,7 @@ This tool allows to queue shell commands.
|
||||
It supports multiple queues as well as multiple queue workers.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n queue
|
||||
|
||||
%build
|
||||
./bin/queue
|
||||
|
||||
Reference in New Issue
Block a user