update to 5.3.1

This commit is contained in:
rabbitali 2024-07-27 11:43:35 +08:00
parent 8ab95228f9
commit cace3dfe6b
3 changed files with 9 additions and 9 deletions

Binary file not shown.

BIN
python-celery-5.3.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-celery
Version: 5.2.7
Version: 5.3.1
Release: 1
Summary: Distributed Task Queue.
License: BSD-3-Clause and CC-BY-SA-4.0
URL: https://github.com/celery/celery
Source0: https://files.pythonhosted.org/packages/ce/21/41a0028f6d610987c0839250357c1a00f351790b8a448c2eb323caa719ac/celery-5.2.7.tar.gz
Source0: https://github.com/celery/celery/archive/v%{version}/python-celery-%{version}.tar.gz
BuildArch: noarch
Requires: python3-pytz
@ -47,6 +47,8 @@ Requires: python3-tblib
Requires: python3-PyYAML
Requires: python3-kazoo
Requires: python3-zstandard
Requires: python3-tzdata
Requires: python3-dateutil
%description
Distributed Task Queue.
@ -66,7 +68,7 @@ Provides: python3-celery-doc
Distributed Task Queue.
%prep
%autosetup -n celery-5.2.7
%autosetup -n celery-%{version}
%build
%py3_build
@ -91,21 +93,19 @@ fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-celery -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%files help
%{_docdir}/*
%changelog
* Tue Aug 13 2024 wenxin <wenxin32@foxmail.com> - 5.3.1-1
- update to 5.3.1
* Thu Sep 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.2.7-1
- update to 5.2.7