diff --git a/20.0.1.tar.gz b/20.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f13be41ef194bcb568faf236db9ae703e50884dc Binary files /dev/null and b/20.0.1.tar.gz differ diff --git a/pyOpenSSL-19.1.0.tar.gz b/pyOpenSSL-19.1.0.tar.gz deleted file mode 100644 index d03a512874573f072021aa5016a3cf12d7b63781..0000000000000000000000000000000000000000 Binary files a/pyOpenSSL-19.1.0.tar.gz and /dev/null differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index cd513f167c62b97665fb05c785dcdbda98a7bc18..b518e5a41533540a92030cee9bdef7d5df3f8019 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,13 +1,13 @@ %bcond_without python2 Name: pyOpenSSL -Version: 19.1.0 +Version: 20.0.1 Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 URL: https://www.pyopenssl.org/en/stable/ -Source0: https://github.com/pyca/pyopenssl/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/pyca/pyopenssl/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel python3-devel python2-cryptography python3-cryptography @@ -51,7 +51,7 @@ Obsoletes: %{name}-doc Man pages and other related documents for %{name}. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n pyopenssl-%{version} -p1 %build %py2_build @@ -78,6 +78,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Tue Aug 18 2021 huanghaitao - 20.0.1-1 +- Update package version to 20.0.1 + * Tue May 12 2019 openEuler Buildteam - 19.1.0-1 - Type:enhancement - ID:NA diff --git a/pyOpenSSL.yaml b/pyOpenSSL.yaml new file mode 100644 index 0000000000000000000000000000000000000000..10788415221f3ba1bd26e73108f2a85f1f18a0f0 --- /dev/null +++ b/pyOpenSSL.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pyca/pyopenssl +tag_prefix: ^ +seperator: . \ No newline at end of file