!11 upgrade to v5.3.4

From: @sworn 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2024-11-07 06:34:53 +00:00 committed by Gitee
commit 1ddf140262
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

BIN
celery-5.3.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-celery
Version: 5.3.1
Version: 5.3.4
Release: 1
Summary: Distributed Task Queue.
License: BSD-3-Clause and CC-BY-SA-4.0
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
Requires: python3-pytz
@ -103,6 +103,12 @@ mv %{buildroot}/filelist.lst .
%{_docdir}/*
%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
- update to 5.3.1