diff --git a/euler-copilot-framework-0.9.6.tar.gz b/euler-copilot-framework-0.9.6.tar.gz index 57b10b6635f4ad3239ed4cdb76d8170bdf20a36d..a54c3bee4ccfabe7ff3d35e05934052460fe1ae7 100644 Binary files a/euler-copilot-framework-0.9.6.tar.gz and b/euler-copilot-framework-0.9.6.tar.gz differ diff --git a/euler-copilot-framework.spec b/euler-copilot-framework.spec index 00aed4e4bd48e33c9da076ee68f29354be64e69c..ab9655177f69edd0c4c458671e3cf528ca9ab49e 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: 3 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" @@ -63,7 +63,7 @@ cp -rf %{_builddir}/%{name}-%{version}/manual %{buildroot}%{_prefix}/lib/%{name} cp -rf %{_builddir}/%{name}-%{version}/sample %{buildroot}%{_prefix}/lib/%{name} install -m 0440 %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}%{_datadir}/licenses/%{name} install -m 0440 %{_builddir}/%{name}-%{version}/README.md %{buildroot}%{_datadir}/doc/%{name} -install -m 0640 %{_builddir}/%{name}-%{version}/.config.example.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml +install -m 0640 %{_builddir}/%{name}-%{version}/assets/.config.example.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml find %{buildroot}%{_prefix}/lib/%{name} -type d -exec chmod 750 {} \; find %{buildroot}%{_prefix}/lib/%{name} -type f -exec chmod 640 {} \; @@ -83,6 +83,10 @@ find %{buildroot}%{_prefix}/lib/%{name} -type f -exec chmod 640 {} \; %changelog +* 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