SHA256
14
0
forked from pool/python-rq

Accepting request 822248 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/822248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rq?expand=0&rev=6
This commit is contained in:
2020-07-24 08:01:26 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

3
python-rq-1.4.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 22 12:38:39 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 1.4.3
* Added job.get_position() and queue.get_job_position(). Thanks @aparcar!
* Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin!
* Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn!
* job.requeue() now returns the modified job. Thanks @ericatkin!
- Fix build error for Leap: Since 1.4.0 rq require python >= 3.4.
-------------------------------------------------------------------
Thu Jun 11 05:04:56 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,14 +18,15 @@
%define mod_name rq
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-rq
Version: 1.4.2
Version: 1.4.3
Release: 0
Summary: Easy Job Queues for Python
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/rq/rq
Source: https://github.com/rq/rq/archive/v%{version}.tar.gz
Source: https://github.com/rq/rq/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module click >= 3.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}

View File

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