add requires python3-six >= 1.5.2

Signed-off-by: xuraoqing <xuraoqing@huawei.com>
This commit is contained in:
xuraoqing 2024-08-15 07:25:48 +00:00 committed by Gitee
parent 977dabd594
commit 43163ed0cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pyOpenSSL Name: pyOpenSSL
Version: 24.0.0 Version: 24.0.0
Release: 1 Release: 2
Summary: A rather thin wrapper around (a subset of) the OpenSSL library. Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
License: ASL 2.0 License: ASL 2.0
@ -18,7 +18,7 @@ than calling a corresponding function in the OpenSSL library.
%package -n python3-%{name} %package -n python3-%{name}
Summary: A rather thin wrapper around (a subset of) the OpenSSL library. Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
Requires: python3-cryptography Requires: python3-six >= 1.5.2 python3-cryptography
%{?python_provide:%python_provide python3-pyOpenSSL} %{?python_provide:%python_provide python3-pyOpenSSL}
%description -n python3-%{name} %description -n python3-%{name}
@ -58,6 +58,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3
%doc CHANGELOG.rst doc/_build/html %doc CHANGELOG.rst doc/_build/html
%changelog %changelog
* Thu Aug 15 2024 xuraoqing<xuraoqing@huawei.com> - 24.0.0-2
- add requires python3-six >= 1.5.2
* Wed Jan 24 2024 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 24.0.0-1 * Wed Jan 24 2024 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 24.0.0-1
- Upgrade version to 24.0.0 - Upgrade version to 24.0.0
- Dropped support for Python 3.6. - Dropped support for Python 3.6.