|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
|
|
Name: pyOpenSSL
|
|
|
|
Name: pyOpenSSL
|
|
|
|
Version: 19.1.0
|
|
|
|
Version: 20.0.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -13,7 +13,7 @@ BuildRequires: python3-sphinx
|
|
|
|
BuildRequires: python3-sphinx_rtd_theme
|
|
|
|
BuildRequires: python3-sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-cryptography >= 2.2.1
|
|
|
|
BuildRequires: python3-cryptography >= 3.2
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
High-level wrapper around a subset of the OpenSSL library, includes among others
|
|
|
|
High-level wrapper around a subset of the OpenSSL library, includes among others
|
|
|
@ -69,6 +69,9 @@ rm doc/_build/html/.buildinfo
|
|
|
|
%doc CHANGELOG.rst doc/_build/html
|
|
|
|
%doc CHANGELOG.rst doc/_build/html
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 1 10:22:08 EST 2020 Paul Wouters <pwouters@redhat.com> - 20.0.0-1
|
|
|
|
|
|
|
|
- update to 20.0.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.1.0-2
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|