Hello community, here is the log from the commit of package python-rq for openSUSE:Factory checked in at 2020-07-24 10:01:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rq (Old) and /work/SRC/openSUSE:Factory/.python-rq.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rq" Fri Jul 24 10:01:26 2020 rev:6 rq:822248 version:1.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rq/python-rq.changes 2020-06-11 10:16:52.261502265 +0200 +++ /work/SRC/openSUSE:Factory/.python-rq.new.3592/python-rq.changes 2020-07-24 10:03:24.813831677 +0200 @@ -1,0 +2,10 @@ +Wed Jul 22 12:38:39 UTC 2020 - ecsos <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- v1.4.2.tar.gz New: ---- python-rq-1.4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rq.spec ++++++ --- /var/tmp/diff_new_pack.6r78sw/_old 2020-07-24 10:03:27.309833583 +0200 +++ /var/tmp/diff_new_pack.6r78sw/_new 2020-07-24 10:03:27.313833587 +0200 @@ -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}
