diff --git a/celery-5.2.7.tar.gz b/celery-5.2.7.tar.gz deleted file mode 100644 index 58975b5..0000000 Binary files a/celery-5.2.7.tar.gz and /dev/null differ diff --git a/python-celery-5.3.1.tar.gz b/python-celery-5.3.1.tar.gz new file mode 100644 index 0000000..a73b513 Binary files /dev/null and b/python-celery-5.3.1.tar.gz differ diff --git a/python-celery.spec b/python-celery.spec index 25ac958..2ff40c6 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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 - 5.3.1-1 +- update to 5.3.1 + * Thu Sep 15 2022 liqiuyu - 5.2.7-1 - update to 5.2.7