forked from pool/python-rq
Accepting request 786289 from devel:languages:python
- Update to 1.3.0: * RQ 1.3.0 (2020-03-09) + Support for infinite job timeout. Thanks @theY4Kman! + Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles! + Fixes an issue that may cause zombie processes. Thanks @wevsty! + job_id is now passed to logger during failed jobs. Thanks @smaccona! + queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks @selwin! * RQ 1.2.2 (2020-01-31) + Job.fetch() now properly handles unpickleable return values. Thanks @selwin! * RQ 1.2.1 (2020-01-31) + enqueue_at() and enqueue_in() now sets job status to scheduled. Thanks @coolhacker170597! + Failed jobs data are now automatically expired by Redis. Thanks @selwin! + Fixes RQScheduler logging configuration. Thanks @FlorianPerucki! * RQ 1.2.0 (2020-01-04) + This release also contains an alpha version of RQ's builtin job scheduling mechanism. Thanks @selwin! + Various internal API changes in preparation to support multiple job dependencies. Thanks @thomasmatecki! + --verbose or --quiet CLI arguments should override --logging-level. Thanks @zyt312074545! + Fixes a bug in rq info where it doesn't show workers for empty queues. Thanks @zyt312074545! + Fixed queue.enqueue_dependents() on custom Queue classes. Thanks @van-ess0! + RQ and Python versions are now stored in job metadata. Thanks @eoranged! + Added failure_ttl argument to job decorator. Thanks @pax0r! OBS-URL: https://build.opensuse.org/request/show/786289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rq?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 04:21:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
* RQ 1.3.0 (2020-03-09)
|
||||
+ Support for infinite job timeout. Thanks @theY4Kman!
|
||||
+ Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles!
|
||||
+ Fixes an issue that may cause zombie processes. Thanks @wevsty!
|
||||
+ job_id is now passed to logger during failed jobs. Thanks @smaccona!
|
||||
+ queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks @selwin!
|
||||
* RQ 1.2.2 (2020-01-31)
|
||||
+ Job.fetch() now properly handles unpickleable return values. Thanks @selwin!
|
||||
* RQ 1.2.1 (2020-01-31)
|
||||
+ enqueue_at() and enqueue_in() now sets job status to scheduled. Thanks @coolhacker170597!
|
||||
+ Failed jobs data are now automatically expired by Redis. Thanks @selwin!
|
||||
+ Fixes RQScheduler logging configuration. Thanks @FlorianPerucki!
|
||||
* RQ 1.2.0 (2020-01-04)
|
||||
+ This release also contains an alpha version of RQ's builtin job scheduling mechanism. Thanks @selwin!
|
||||
+ Various internal API changes in preparation to support multiple job dependencies. Thanks @thomasmatecki!
|
||||
+ --verbose or --quiet CLI arguments should override --logging-level. Thanks @zyt312074545!
|
||||
+ Fixes a bug in rq info where it doesn't show workers for empty queues. Thanks @zyt312074545!
|
||||
+ Fixed queue.enqueue_dependents() on custom Queue classes. Thanks @van-ess0!
|
||||
+ RQ and Python versions are now stored in job metadata. Thanks @eoranged!
|
||||
+ Added failure_ttl argument to job decorator. Thanks @pax0r!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 06:01:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rq
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define mod_name rq
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rq
|
||||
Version: 1.1.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Easy Job Queues for Python
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:337cfe56e8859a6ca8c8bd4b8632997b949ca3106cee789b37a1ef02c8243939
|
||||
size 550664
|
3
v1.3.0.tar.gz
Normal file
3
v1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce94d07125b96313e8c4512b30c62da290ae6f5eeff60b8c3e2a0a08055f5608
|
||||
size 560299
|
Reference in New Issue
Block a user