6 Commits

Author SHA256 Message Date
7bb5f2d82f Accepting request 1287551 from utilities
- Version 1.2.0
- Ignore broken pipe error (e.g. when piping to head)

OBS-URL: https://build.opensuse.org/request/show/1287551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/queue?expand=0&rev=3
2025-06-23 13:02:31 +00:00
74bad3da56 Name
OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=9
2025-06-21 10:02:48 +00:00
b998ab1a41 - Version 1.2.0
- Ignore broken pipe error (e.g. when piping to head)

OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=8
2025-06-21 09:58:51 +00:00
8399996238 Accepting request 1233710 from utilities
- Version 1.2.0
- Only use dark_grey if available
- Do osc sr in release.sh

- Version 1.1.0
- Color scheduled and running entries differently
- Enable multi column limiting
- Add hint about config location

OBS-URL: https://build.opensuse.org/request/show/1233710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/queue?expand=0&rev=2
2024-12-30 13:36:30 +00:00
4c342bc202 - Version 1.2.0
- Only use dark_grey if available
- Do osc sr in release.sh

OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=6
2024-12-28 20:53:13 +00:00
84d2e0b13a - Version 1.1.0
- Color scheduled and running entries differently
- Enable multi column limiting
- Add hint about config location

OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=5
2024-12-28 17:02:55 +00:00
4 changed files with 34 additions and 12 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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