From ac0f264610a05ca1972dcf340897cfdd084333ec05aad7197b3bb6832ebd4480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jul 2020 13:16:40 +0000 Subject: [PATCH] Accepting request 822242 from home:ecsos - 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. OBS-URL: https://build.opensuse.org/request/show/822242 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=13 --- python-rq-1.4.3.tar.gz | 3 +++ python-rq.changes | 10 ++++++++++ python-rq.spec | 5 +++-- v1.4.2.tar.gz | 3 --- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 python-rq-1.4.3.tar.gz delete mode 100644 v1.4.2.tar.gz diff --git a/python-rq-1.4.3.tar.gz b/python-rq-1.4.3.tar.gz new file mode 100644 index 0000000..c5a27e9 --- /dev/null +++ b/python-rq-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a971aa16d346d1c145442af3bfb171ea620f375d240fbade3c42c2246d3d698a +size 565716 diff --git a/python-rq.changes b/python-rq.changes index 4c5a30f..69fd05e 100644 --- a/python-rq.changes +++ b/python-rq.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 22 12:38:39 UTC 2020 - ecsos + +- 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. + ------------------------------------------------------------------- Thu Jun 11 05:04:56 UTC 2020 - Steve Kowalik diff --git a/python-rq.spec b/python-rq.spec index 1ab8b9c..567eb5c 100644 --- a/python-rq.spec +++ b/python-rq.spec @@ -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} diff --git a/v1.4.2.tar.gz b/v1.4.2.tar.gz deleted file mode 100644 index a12abc7..0000000 --- a/v1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:478bd19ac4f66d3066459f5e8253cf5f477bfe128f69ed952f7565cb530ac6a4 -size 565355