!11 upgrade to v5.3.4
From: @sworn Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
1ddf140262
BIN
celery-5.3.4.tar.gz
Normal file
BIN
celery-5.3.4.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-celery
|
Name: python-celery
|
||||||
Version: 5.3.1
|
Version: 5.3.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Distributed Task Queue.
|
Summary: Distributed Task Queue.
|
||||||
License: BSD-3-Clause and CC-BY-SA-4.0
|
License: BSD-3-Clause and CC-BY-SA-4.0
|
||||||
URL: https://github.com/celery/celery
|
URL: https://github.com/celery/celery
|
||||||
Source0: https://github.com/celery/celery/archive/v%{version}/python-celery-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pytz
|
Requires: python3-pytz
|
||||||
@ -103,6 +103,12 @@ mv %{buildroot}/filelist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 06 2024 songliyang <songliyang@kylinos.cn> - 5.3.4-1
|
||||||
|
- update to 5.3.4
|
||||||
|
- Use string value for CELERY_SKIP_CHECKS envvar
|
||||||
|
- Document need for CELERY_ prefix on CLI env vars
|
||||||
|
- Fixed AttributeError: 'str' object has no attribute
|
||||||
|
|
||||||
* Tue Aug 13 2024 wenxin <wenxin32@foxmail.com> - 5.3.1-1
|
* Tue Aug 13 2024 wenxin <wenxin32@foxmail.com> - 5.3.1-1
|
||||||
- update to 5.3.1
|
- update to 5.3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user