Modify the version limit to resolve install fail

This commit is contained in:
wk333 2023-08-31 15:03:42 +08:00
parent af58c41c96
commit f83dce2854

View File

@ -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 <chen_aka_jan@163.com> - 3.22.2-1
- Update to 3.22.2