!4 Modify the version limit to resolve install fail

From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-31 07:56:15 +00:00 committed by Gitee
commit 16ed1e1d34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-esdk-obs-python Name: python-esdk-obs-python
Version: 3.22.2 Version: 3.22.2
Release: 1 Release: 2
Summary: OBS Python SDK Summary: OBS Python SDK
License: Apache-2.0 License: Apache-2.0
URL: https://pypi.org/project/esdk-obs-python URL: https://pypi.org/project/esdk-obs-python
@ -25,7 +25,7 @@ OBS Python SDK
%build %build
%py3_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 %install
%py3_install %py3_install
@ -54,6 +54,9 @@ mv %{buildroot}/filelist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%changelog %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 <chen_aka_jan@163.com> - 3.22.2-1 * Thu May 04 2023 chenchen <chen_aka_jan@163.com> - 3.22.2-1
- Update to 3.22.2 - Update to 3.22.2