forked from pool/python-celery
Accepting request 1273186 from home:mcalabkova:branches:devel:languages:python
- Update to 5.5.2 * Fix calculating remaining time across DST changes * Remove setup_logger from COMPAT_MODULES - Add missing runtime requirement python-dbm OBS-URL: https://build.opensuse.org/request/show/1273186 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=162
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-celery%{psuffix}
|
||||
Version: 5.5.1
|
||||
Version: 5.5.2
|
||||
Release: 0
|
||||
Summary: Distributed Task Queue module for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -44,6 +44,7 @@ Requires: python-click >= 8.0.3
|
||||
Requires: python-click-didyoumean >= 0.0.3
|
||||
Requires: python-click-plugins >= 1.1.1
|
||||
Requires: python-click-repl >= 0.2.0
|
||||
Requires: python-dbm
|
||||
Requires: python-kombu >= 5.5
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-tzdata
|
||||
@@ -55,8 +56,6 @@ Recommends: python-curses
|
||||
Suggests: python-eventlet
|
||||
Suggests: python-gevent
|
||||
Suggests: python-pymongo
|
||||
Suggests: python-python-daemon
|
||||
Suggests: python-pytyrant
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||
|
||||
Reference in New Issue
Block a user