diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 8fdc103b7c07e766b97f9287bab378f36480b13c..54840843d0842c754a7487b8eac3f634c3b96595 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL Version: 24.0.0 -Release: 1 +Release: 2 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -58,6 +58,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Thu Aug 15 2024 xuraoqing - 24.0.0-2 +- add requires python3-six >= 1.5.2 + * Wed Jan 24 2024 zhengxiaoxiao - 24.0.0-1 - Upgrade version to 24.0.0 - Dropped support for Python 3.6.