diff --git a/20.0.1.tar.gz b/20.0.1.tar.gz deleted file mode 100644 index f13be41ef194bcb568faf236db9ae703e50884dc..0000000000000000000000000000000000000000 Binary files a/20.0.1.tar.gz and /dev/null differ diff --git a/21.0.0.tar.gz b/21.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ea97e1c3b8e34f0c64036f10b854ebd081c549ea Binary files /dev/null and b/21.0.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 6140e8b94b51d9c5ca60d2152c83400a7fd6f130..cb09aa9f0ef6e9d8de9f44fa1571357d91fc9826 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,5 +1,5 @@ Name: pyOpenSSL -Version: 20.0.1 +Version: 21.0.0 Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. @@ -51,13 +51,16 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %files -n python3-%{name} %license LICENSE %{python3_sitelib}/OpenSSL/ -%{python3_sitelib}/%{name}-%{version}-py?.?.egg-info +%{python3_sitelib}/pyOpenSSL-*.egg-info %files help %license LICENSE %doc CHANGELOG.rst doc/_build/html %changelog +* Sat Dec 25 2021 tianwei - 21.0.0-1 +- Upgrade version to 21.0.0 + * Tue Feb 02 2021 wuchaochao - 20.0.1-1 - Update package version