diff --git a/24.0.0.tar.gz b/24.0.0.tar.gz deleted file mode 100644 index 25b67729b18cb9bf9d56a54126e686a396f03efe..0000000000000000000000000000000000000000 Binary files a/24.0.0.tar.gz and /dev/null differ diff --git a/25.0.0.tar.gz b/25.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..99ba8aa38883fa93832573d0955a0a2614bd66b7 Binary files /dev/null and b/25.0.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 54840843d0842c754a7487b8eac3f634c3b96595..5604be85ae10d47002502f56ecc486cc2f79640c 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: pyOpenSSL -Version: 24.0.0 -Release: 2 +Version: 25.0.0 +Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. License: ASL 2.0 @@ -10,6 +10,7 @@ Source0: https://github.com/pyca/pyopenssl/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-cryptography BuildRequires: python3-setuptools python3-sphinx python3-sphinx_rtd_theme +BuildRequires: python3-simplejson %description pyOpenSSL is a rather thin wrapper around (a subset of) the OpenSSL library. @@ -58,6 +59,9 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Thu Jan 16 2025 Ge Wang - 25.0.0-1 +- Upgrade version to 25.0.0 + * Thu Aug 15 2024 xuraoqing - 24.0.0-2 - add requires python3-six >= 1.5.2