!41 【轻量级 PR】:add requires python3-six >= 1.5.2
From: @xuraoqing Reviewed-by: @zcfsite Signed-off-by: @zcfsite
This commit is contained in:
commit
a7e783f70e
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user