diff --git a/euler-copilot-framework.spec b/euler-copilot-framework.spec index 00aed4e4bd48e33c9da076ee68f29354be64e69c..8b1ea65c78b2b14da423163a47452d2957c8911d 100644 --- a/euler-copilot-framework.spec +++ b/euler-copilot-framework.spec @@ -1,27 +1,27 @@ %define _python_bytecompile_skip 1 Name: euler-copilot-framework Version: 0.9.6 -Release: 1 +Release: 4 Summary: Intelligent framework Engine Based On LLM License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-framework Source0: %{name}-%{version}.tar.gz Requires: python3 +Requires: python3-pip Requires: python3-aiofiles Requires: python3-aiohttp Requires: python3-asyncer Requires: python3-cryptography Requires: python3-fastapi Requires: python3-jinja2 -Requires: python3-jionlp +Requires: python-jionlp Requires: python3-jsonschema Requires: python3-mcp Requires: python3-minio Requires: python3-ollama Requires: python3-openai Requires: python3-pandas -Requires: python3-pymongo2 Requires: python3-python-jsonpath Requires: python3-magic Requires: python3-python-multipart @@ -48,7 +48,7 @@ Intelligent framework engine based on LLM that supports calling traditional serv %post -pip install pyarrow paddlepaddle lancedb pymongo -i https://mirrors.huaweicloud.com/repository/pypi/simple &> /dev/null +pip install pyarrow==19.0.1 lancedb==0.21.2 pymongo==4.11.3 -i https://mirrors.huaweicloud.com/repository/pypi/simple echo -e "\033[0;32m%{name}-%{version}-%{release} installed successfully.\033[0m" @@ -83,6 +83,15 @@ find %{buildroot}%{_prefix}/lib/%{name} -type f -exec chmod 640 {} \; %changelog +* Tue Aug 12 2025 liweigang - 0.9.6-4 +- fix install error + +* Mon Jul 21 2025 WANG-shine - 0.9.6-3 +- Bug fix + +* Wed Jun 18 2025 WANG-shine - 0.9.6-2 +- Bug fix + * Mon Jun 09 2025 liujiangbin - 0.9.6-1 - Package Spec generated