From 286f0cb5850f8d62f06ad8f7563169f382556bcf12e60d8b60bc66857bf88f10 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 11 Jun 2020 05:07:38 +0000 Subject: [PATCH] - Update to 1.4.2: * RQ 1.4.2 (2020-05-26) + Reverted changes to hmset command which causes workers on Redis server < 4 to crash. Thanks @selwin! + Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki! * RQ 1.4.1 (2020-05-16) + Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks @bbayles! + Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles! * RQ 1.4.0 (2020-05-13) + Custom serializer is now supported. Thanks @solababs! + delay() now accepts job_id argument. Thanks @grayshirt! + Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48! + When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar! + Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa! + Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin! OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=11 --- python-rq.changes | 18 ++++++++++++++++++ python-rq.spec | 2 +- v1.3.0.tar.gz | 3 --- v1.4.2.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 v1.3.0.tar.gz create mode 100644 v1.4.2.tar.gz diff --git a/python-rq.changes b/python-rq.changes index 74bd178..4c5a30f 100644 --- a/python-rq.changes +++ b/python-rq.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jun 11 05:04:56 UTC 2020 - Steve Kowalik + +- Update to 1.4.2: + * RQ 1.4.2 (2020-05-26) + + Reverted changes to hmset command which causes workers on Redis server < 4 to crash. Thanks @selwin! + + Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki! + * RQ 1.4.1 (2020-05-16) + + Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks @bbayles! + + Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles! + * RQ 1.4.0 (2020-05-13) + + Custom serializer is now supported. Thanks @solababs! + + delay() now accepts job_id argument. Thanks @grayshirt! + + Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48! + + When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar! + + Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa! + + Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin! + ------------------------------------------------------------------- Wed Jun 10 16:49:11 UTC 2020 - Marcus Rueckert diff --git a/python-rq.spec b/python-rq.spec index d328c2f..1ab8b9c 100644 --- a/python-rq.spec +++ b/python-rq.spec @@ -19,7 +19,7 @@ %define mod_name rq %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rq -Version: 1.3.0 +Version: 1.4.2 Release: 0 Summary: Easy Job Queues for Python License: Apache-2.0 diff --git a/v1.3.0.tar.gz b/v1.3.0.tar.gz deleted file mode 100644 index bf350ba..0000000 --- a/v1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce94d07125b96313e8c4512b30c62da290ae6f5eeff60b8c3e2a0a08055f5608 -size 560299 diff --git a/v1.4.2.tar.gz b/v1.4.2.tar.gz new file mode 100644 index 0000000..a12abc7 --- /dev/null +++ b/v1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478bd19ac4f66d3066459f5e8253cf5f477bfe128f69ed952f7565cb530ac6a4 +size 565355