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/24.1.0.tar.gz b/24.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b9b7ec7f60bb6b6b68da828e356c2f7f50fffa3 Binary files /dev/null and b/24.1.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 662edf62b61864347bf9f2aa08d2b9520dc0bd3c..f29eef39cbf9005c9ec4a7043187405790cc4f13 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,5 +1,5 @@ Name: pyOpenSSL -Version: 24.0.0 +Version: 24.1.0 Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. @@ -7,6 +7,7 @@ License: ASL 2.0 URL: https://www.pyopenssl.org/en/stable/ 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 @@ -37,7 +38,7 @@ Obsoletes: %{name}-doc < %{version}-%{release} Man pages and other related documents for %{name}. %prep -%autosetup -n pyopenssl-%{version} -p1 +%autosetup -n %{name}-%{version} -p1 %build %py3_build @@ -58,6 +59,10 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Mon Mar 11 2024 mengchaoming - 24.1.0-1 +-upgrade version to 24.1.0 +-Removed the deprecated OpenSSL.crypto.PKCS12 and OpenSSL.crypto.NetscapeSPKI. OpenSSL.crypto.PKCS12 may be replaced by the PKCS#12 APIs in the cryptography package. + * Wed Jan 24 2024 zhengxiaoxiao - 24.0.0-1 - Upgrade version to 24.0.0 - Dropped support for Python 3.6.