!9 update version to 5.3.1
From: @rabbitali Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
c922da3561
Binary file not shown.
BIN
python-celery-5.3.1.tar.gz
Normal file
BIN
python-celery-5.3.1.tar.gz
Normal file
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.2.7
|
Version: 5.3.1
|
||||||
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://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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pytz
|
Requires: python3-pytz
|
||||||
@ -47,6 +47,8 @@ Requires: python3-tblib
|
|||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
Requires: python3-kazoo
|
Requires: python3-kazoo
|
||||||
Requires: python3-zstandard
|
Requires: python3-zstandard
|
||||||
|
Requires: python3-tzdata
|
||||||
|
Requires: python3-dateutil
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Distributed Task Queue.
|
Distributed Task Queue.
|
||||||
@ -66,7 +68,7 @@ Provides: python3-celery-doc
|
|||||||
Distributed Task Queue.
|
Distributed Task Queue.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n celery-5.2.7
|
%autosetup -n celery-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -91,21 +93,19 @@ fi
|
|||||||
if [ -d usr/sbin ]; then
|
if [ -d usr/sbin ]; then
|
||||||
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||||
fi
|
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
|
popd
|
||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
|
||||||
|
|
||||||
%files -n python3-celery -f filelist.lst
|
%files -n python3-celery -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.2.7-1
|
||||||
- update to 5.2.7
|
- update to 5.2.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user