Hello community, here is the log from the commit of package python-rq for openSUSE:Factory checked in at 2020-03-19 19:50:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rq (Old) and /work/SRC/openSUSE:Factory/.python-rq.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rq" Thu Mar 19 19:50:01 2020 rev:3 rq:786289 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rq/python-rq.changes 2019-08-24 18:49:33.837739009 +0200 +++ /work/SRC/openSUSE:Factory/.python-rq.new.3160/python-rq.changes 2020-03-19 19:53:55.708276896 +0100 @@ -1,0 +2,25 @@ +Thu Mar 19 04:21:53 UTC 2020 - Steve Kowalik <[email protected]> + +- 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! + +------------------------------------------------------------------- Old: ---- v1.1.0.tar.gz New: ---- v1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rq.spec ++++++ --- /var/tmp/diff_new_pack.c7UUCJ/_old 2020-03-19 19:53:56.460276922 +0100 +++ /var/tmp/diff_new_pack.c7UUCJ/_new 2020-03-19 19:53:56.464276922 +0100 @@ -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 ++++++ v1.1.0.tar.gz -> v1.3.0.tar.gz ++++++ ++++ 2909 lines of diff (skipped)
