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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af9109a10fe28155044f4c387ce0e5e7f1fc89f9584cfb4b0df94f99a5fedc7
|
||||
size 1666151
|
||||
3
celery-5.5.2.tar.gz
Normal file
3
celery-5.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e
|
||||
size 1666892
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 14:36:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 5.5.2
|
||||
* Fix calculating remaining time across DST changes
|
||||
* Remove setup_logger from COMPAT_MODULES
|
||||
- Add missing runtime requirement python-dbm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 10:51:40 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -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