From f83dce285421c2f748c07d4d65da899deb92dfd4 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 31 Aug 2023 15:03:42 +0800 Subject: [PATCH] Modify the version limit to resolve install fail --- python-esdk-obs-python.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-esdk-obs-python.spec b/python-esdk-obs-python.spec index fc6db59..70a7c18 100644 --- a/python-esdk-obs-python.spec +++ b/python-esdk-obs-python.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-esdk-obs-python Version: 3.22.2 -Release: 1 +Release: 2 Summary: OBS Python SDK License: Apache-2.0 URL: https://pypi.org/project/esdk-obs-python @@ -25,7 +25,7 @@ OBS Python SDK %build %py3_build -sed -i "s/pycryptodome==3.10.1/pycryptodome==3.17.0/g" setup.py +sed -i "s/pycryptodome==3.10.1/pycryptodome>=3.10.1/g" setup.py %install %py3_install @@ -54,6 +54,9 @@ mv %{buildroot}/filelist.lst . %dir %{python3_sitelib}/* %changelog +* Thu Aug 31 2023 wangkai <13474090681@163.com> - 3.22.2-2 +- Modify the version limit to resolve install fail + * Thu May 04 2023 chenchen - 3.22.2-1 - Update to 3.22.2 -- Gitee