Hello community, here is the log from the commit of package python-rq for openSUSE:Factory checked in at 2020-06-11 10:12:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rq (Old) and /work/SRC/openSUSE:Factory/.python-rq.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rq" Thu Jun 11 10:12:40 2020 rev:5 rq:813366 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rq/python-rq.changes 2020-05-19 14:58:04.581346405 +0200 +++ /work/SRC/openSUSE:Factory/.python-rq.new.3606/python-rq.changes 2020-06-11 10:16:52.261502265 +0200 @@ -1,0 +2,23 @@ +Thu Jun 11 05:04:56 UTC 2020 - Steve Kowalik <[email protected]> + +- 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 <[email protected]> + +- BR redis to make the testsuite work + +------------------------------------------------------------------- Old: ---- v1.3.0.tar.gz New: ---- v1.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rq.spec ++++++ --- /var/tmp/diff_new_pack.nlo7Pj/_old 2020-06-11 10:16:57.025517557 +0200 +++ /var/tmp/diff_new_pack.nlo7Pj/_new 2020-06-11 10:16:57.033517583 +0200 @@ -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 @@ -34,6 +34,7 @@ BuildRequires: fdupes BuildRequires: psmisc BuildRequires: python-rpm-macros +BuildRequires: redis Requires: python-click >= 3.0 Requires: python-redis >= 3.0.0 Requires(post): update-alternatives ++++++ v1.3.0.tar.gz -> v1.4.2.tar.gz ++++++ ++++ 1666 lines of diff (skipped)
