diff --git a/20.0.1.tar.gz b/20.0.1.tar.gz deleted file mode 100644 index f13be41..0000000 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 0000000..ea97e1c Binary files /dev/null and b/21.0.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 6140e8b..cb09aa9 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