diff --git a/euler-copilot-rag.spec b/euler-copilot-rag.spec index 9a46075dcc802a6c550b5ba896bd259e2c75d49b..2f3849981504d33902b88626347a7fda8a8b6d0c 100644 --- a/euler-copilot-rag.spec +++ b/euler-copilot-rag.spec @@ -1,7 +1,7 @@ %define _python_bytecompile_skip 1 Name: euler-copilot-rag Version: 0.10.0 -Release: 1 +Release: 2 Summary: Document Parsing and Retrieval-Augmented Engine License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-rag @@ -70,7 +70,7 @@ A document parsing and retrieval-augmented engine with 10+ format support, 7+ re %post -pip install albucore==0.0.24 albumentations==2.0.6 paddleocr==2.10.0 imgaug==0.4.0 opencv-contrib-python==4.11.0.86 opencv-python==4.11.0.86 opencv-python-headless==4.11.0.86 rapidfuzz==3.13.0 pymupdf==1.26.0 paddlepaddle==2.6.2 \ +pip install albucore==0.0.24 albumentations==2.0.6 paddleocr==2.10.0 imgaug==0.4.0 opencv-contrib-python==4.11.0.86 opencv-python==4.11.0.86 opencv-python-headless==4.11.0.86 rapidfuzz==3.13.0 pymupdf==1.26.0 paddlepaddle==2.6.2 py-cpuinfo==9.0.0\ -i https://mirrors.huaweicloud.com/repository/pypi/simple echo -e "\033[0;32m%{name}-%{version}-%{release} installed successfully.\033[0m" @@ -111,6 +111,9 @@ chmod 640 %{buildroot}%{_sysconfdir}/%{name}/data_chain/env %config(noreplace) %{_sysconfdir}/%{name}/data_chain/env %changelog +* Mon Sep 22 2025 zxstty - 0.10.0-2 +- Upgrade spec + * Mon Sep 15 2025 zxstty - 0.10.0-1 - Upgrade source code