From f48be761e6e4754b6c06ff3d7cc81f2800064e71d8a33bf21f433f5fbc4e5657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 28 Jun 2021 14:51:51 +0000 Subject: [PATCH] Accepting request 902852 from home:mcalabkova:branches:devel:languages:python - Update to 1.8.1 * You can now declare multiple job dependencies. * Added support for running asyncio tasks. * Now horses are killed by their parent group. This helps in cleanly killing all related processes if job uses multiprocessing. * Fixed scheduler on Python > 3.8.0. * RQ is now aware of which version of Redis server it's running on. * More changes, see upstream changelog. OBS-URL: https://build.opensuse.org/request/show/902852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=15 --- python-rq-1.4.3.tar.gz | 3 --- python-rq-1.8.1.tar.gz | 3 +++ python-rq.changes | 12 ++++++++++++ python-rq.spec | 16 ++++++++-------- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 python-rq-1.4.3.tar.gz create mode 100644 python-rq-1.8.1.tar.gz diff --git a/python-rq-1.4.3.tar.gz b/python-rq-1.4.3.tar.gz deleted file mode 100644 index c5a27e9..0000000 --- a/python-rq-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a971aa16d346d1c145442af3bfb171ea620f375d240fbade3c42c2246d3d698a -size 565716 diff --git a/python-rq-1.8.1.tar.gz b/python-rq-1.8.1.tar.gz new file mode 100644 index 0000000..442c3ef --- /dev/null +++ b/python-rq-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36afb1d32bd222318848eb64ea9426bcf200b87f6771c35bff7f46a3b11bca89 +size 585211 diff --git a/python-rq.changes b/python-rq.changes index 69fd05e..bac3c07 100644 --- a/python-rq.changes +++ b/python-rq.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 28 14:33:46 UTC 2021 - Markéta Machová + +- Update to 1.8.1 + * You can now declare multiple job dependencies. + * Added support for running asyncio tasks. + * Now horses are killed by their parent group. This helps in cleanly + killing all related processes if job uses multiprocessing. + * Fixed scheduler on Python > 3.8.0. + * RQ is now aware of which version of Redis server it's running on. + * More changes, see upstream changelog. + ------------------------------------------------------------------- Wed Jul 22 12:38:39 UTC 2020 - ecsos diff --git a/python-rq.spec b/python-rq.spec index 567eb5c..4df81fd 100644 --- a/python-rq.spec +++ b/python-rq.spec @@ -1,7 +1,7 @@ # # spec file for package python-rq # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,26 +20,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-rq -Version: 1.4.3 +Version: 1.8.1 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}/%{name}-%{version}.tar.gz -BuildRequires: %{python_module click >= 3.0} +BuildRequires: %{python_module click >= 5.0.0} BuildRequires: %{python_module mock} +BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module redis >= 3.0.0} +BuildRequires: %{python_module redis >= 3.5.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: psmisc BuildRequires: python-rpm-macros BuildRequires: redis -Requires: python-click >= 3.0 -Requires: python-redis >= 3.0.0 +Requires: python-click >= 5.0.0 +Requires: python-redis >= 3.5.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description @@ -58,7 +59,6 @@ integrated into web stacks. %python_clone -a %{buildroot}%{_bindir}/rq %python_clone -a %{buildroot}%{_bindir}/rqinfo %python_clone -a %{buildroot}%{_bindir}/rqworker -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check