update to 5.2.7

This commit is contained in:
liqiuyu123 2022-09-15 11:27:41 +08:00
parent e33ba8be37
commit 7a3f4b8978
3 changed files with 11 additions and 8 deletions

Binary file not shown.

BIN
celery-5.2.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,22 +1,21 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-celery Name: python-celery
Version: 5.1.2 Version: 5.2.7
Release: 2 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://files.pythonhosted.org/packages/66/60/2713f5be1906b81d40f823f4c30f095f7b97b9ccf3627abe1c79b1e2fd15/celery-5.1.2.tar.gz Source0: https://files.pythonhosted.org/packages/ce/21/41a0028f6d610987c0839250357c1a00f351790b8a448c2eb323caa719ac/celery-5.2.7.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-pytz Requires: python3-pytz
Requires: python3-billiard Requires: python3-billiard
Requires: python3-kombu
Requires: python3-vine Requires: python3-vine
Requires: python3-click Requires: python3-click
Requires: python3-click-didyoumean Requires: python3-click-didyoumean
Requires: python3-click-repl Requires: python3-click-repl
Requires: python3-click-plugins Requires: python3-click-plugins
Requires: python3-setuptools Requires: python3-importlib-metadata
Requires: python3-pyArango Requires: python3-pyArango
Requires: python3-cryptography Requires: python3-cryptography
Requires: python3-azure-storage-blob Requires: python3-azure-storage-blob
@ -43,7 +42,7 @@ Requires: python3-boto3
Requires: python3-softlayer-messaging Requires: python3-softlayer-messaging
Requires: python3-ephem Requires: python3-ephem
Requires: python3-sqlalchemy Requires: python3-sqlalchemy
Requires: python3-pycurl Requires: python3-kombu
Requires: python3-tblib Requires: python3-tblib
Requires: python3-PyYAML Requires: python3-PyYAML
Requires: python3-kazoo Requires: python3-kazoo
@ -65,8 +64,9 @@ Summary: Development documents and examples for celery
Provides: python3-celery-doc Provides: python3-celery-doc
%description help %description help
Distributed Task Queue. Distributed Task Queue.
%prep %prep
%autosetup -n celery-5.1.2 %autosetup -n celery-5.2.7
%build %build
%py3_build %py3_build
@ -106,8 +106,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Sep 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.2.7-1
- update to 5.2.7
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 5.1.2-2 * Tue May 10 2022 wulei <wulei80@h-partners.com> - 5.1.2-2
- License compliance rectification - License compliance rectification
* Sun Sep 26 2021 Python_Bot <Python_Bot@openeuler.org> * Sun Sep 26 2021 Python_Bot <Python_Bot@openeuler.org> - 5.1.2-1
- Package Init - Package Init