forked from pool/python-rq
Accepting request 822242 from home:ecsos
- 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. OBS-URL: https://build.opensuse.org/request/show/822242 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
286f0cb585
commit
ac0f264610
3
python-rq-1.4.3.tar.gz
Normal file
3
python-rq-1.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a971aa16d346d1c145442af3bfb171ea620f375d240fbade3c42c2246d3d698a
|
||||
size 565716
|
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:478bd19ac4f66d3066459f5e8253cf5f477bfe128f69ed952f7565cb530ac6a4
|
||||
size 565355
|
Reference in New Issue
Block a user