upgrade to v5.3.4

This commit is contained in:
songliyang 2024-11-06 15:38:27 +08:00
parent c922da3561
commit b80dc28831
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