diff --git a/21.0.0.tar.gz b/21.0.0.tar.gz deleted file mode 100644 index ea97e1c3b8e34f0c64036f10b854ebd081c549ea..0000000000000000000000000000000000000000 Binary files a/21.0.0.tar.gz and /dev/null differ diff --git a/22.0.0.tar.gz b/22.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3c5794e7730a4e796fbfde9b7a703d49bab40c86 Binary files /dev/null and b/22.0.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index aaeb4aabd75d0f2cb319975ac564aaf843248261..2da87296e5df6de6b12f0185bf255d7c6c87d7cd 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL -Version: 21.0.0 -Release: 2 +Version: 22.0.0 +Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -18,7 +18,7 @@ than calling a corresponding function in the OpenSSL library. %package -n python3-%{name} Summary: A rather thin wrapper around (a subset of) the OpenSSL library. -Requires: python3-six >= 1.5.2 python3-cryptography +Requires: python3-cryptography %{?python_provide:%python_provide python3-pyOpenSSL} %description -n python3-%{name} @@ -58,6 +58,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Mon Nov 14 2022 zhengxiaoxiao - 22.0.0-1 +- Upgrade version to 22.0.0 + * Mon Oct 24 2022 zhengxiaoxiao - 21.0.0-2 - fix obsoletes in spec