forked from pool/python-rq
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a971aa16d346d1c145442af3bfb171ea620f375d240fbade3c42c2246d3d698a
|
|
||||||
size 565716
|
|
3
python-rq-1.8.1.tar.gz
Normal file
3
python-rq-1.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36afb1d32bd222318848eb64ea9426bcf200b87f6771c35bff7f46a3b11bca89
|
||||||
|
size 585211
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 14:33:46 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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 <ecsos@opensuse.org>
|
Wed Jul 22 12:38:39 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rq
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,24 +20,25 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-rq
|
Name: python-rq
|
||||||
Version: 1.4.3
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Easy Job Queues for Python
|
Summary: Easy Job Queues for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/rq/rq
|
URL: https://github.com/rq/rq
|
||||||
Source: https://github.com/rq/rq/archive/v%{version}/%{name}-%{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 click >= 5.0.0}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module redis >= 3.0.0}
|
BuildRequires: %{python_module redis >= 3.5.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: psmisc
|
BuildRequires: psmisc
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: redis
|
BuildRequires: redis
|
||||||
Requires: python-click >= 3.0
|
Requires: python-click >= 5.0.0
|
||||||
Requires: python-redis >= 3.0.0
|
Requires: python-redis >= 3.5.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -58,7 +59,6 @@ integrated into web stacks.
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/rq
|
%python_clone -a %{buildroot}%{_bindir}/rq
|
||||||
%python_clone -a %{buildroot}%{_bindir}/rqinfo
|
%python_clone -a %{buildroot}%{_bindir}/rqinfo
|
||||||
%python_clone -a %{buildroot}%{_bindir}/rqworker
|
%python_clone -a %{buildroot}%{_bindir}/rqworker
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Reference in New Issue
Block a user