diff --git a/celery-5.1.2.tar.gz b/celery-5.1.2.tar.gz deleted file mode 100644 index 3282744..0000000 Binary files a/celery-5.1.2.tar.gz and /dev/null differ diff --git a/celery-5.2.7.tar.gz b/celery-5.2.7.tar.gz new file mode 100644 index 0000000..58975b5 Binary files /dev/null and b/celery-5.2.7.tar.gz differ diff --git a/python-celery.spec b/python-celery.spec index 450c123..25ac958 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,22 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-celery -Version: 5.1.2 -Release: 2 +Version: 5.2.7 +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/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 Requires: python3-pytz Requires: python3-billiard -Requires: python3-kombu Requires: python3-vine Requires: python3-click Requires: python3-click-didyoumean Requires: python3-click-repl Requires: python3-click-plugins -Requires: python3-setuptools +Requires: python3-importlib-metadata Requires: python3-pyArango Requires: python3-cryptography Requires: python3-azure-storage-blob @@ -43,7 +42,7 @@ Requires: python3-boto3 Requires: python3-softlayer-messaging Requires: python3-ephem Requires: python3-sqlalchemy -Requires: python3-pycurl +Requires: python3-kombu Requires: python3-tblib Requires: python3-PyYAML Requires: python3-kazoo @@ -65,8 +64,9 @@ Summary: Development documents and examples for celery Provides: python3-celery-doc %description help Distributed Task Queue. + %prep -%autosetup -n celery-5.1.2 +%autosetup -n celery-5.2.7 %build %py3_build @@ -106,8 +106,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 15 2022 liqiuyu - 5.2.7-1 +- update to 5.2.7 + * Tue May 10 2022 wulei - 5.1.2-2 - License compliance rectification -* Sun Sep 26 2021 Python_Bot +* Sun Sep 26 2021 Python_Bot - 5.1.2-1 - Package Init