Update to 19.0.0
This commit is contained in:
parent
fd4497bb2e
commit
384238a4d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/pyOpenSSL-17.3.0.tar.gz
|
||||
/pyOpenSSL-17.3.0.tar.gz.asc
|
||||
/pyOpenSSL-18.0.0.tar.gz
|
||||
/pyOpenSSL-19.0.0.tar.gz
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Python wrapper module around the OpenSSL library
|
||||
Name: pyOpenSSL
|
||||
Version: 18.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 19.0.0
|
||||
Release: 1%{?dist}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -37,6 +37,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others
|
||||
%package -n python2-pyOpenSSL
|
||||
Summary: Python 2 wrapper module around the OpenSSL library
|
||||
Requires: python2-cryptography >= 2.2.1
|
||||
Requires: python2-six >= 1.5.2
|
||||
Obsoletes: pyOpenSSL < %{version}-%{release}
|
||||
Provides: pyOpenSSL = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-pyOpenSSL}
|
||||
@ -52,6 +53,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others
|
||||
%package -n python3-pyOpenSSL
|
||||
Summary: Python 3 wrapper module around the OpenSSL library
|
||||
Requires: python3-cryptography >= 2.2.1
|
||||
Requires: python3-six >= 1.5.2
|
||||
%{?python_provide:%python_provide python3-pyOpenSSL}
|
||||
|
||||
%description -n python3-pyOpenSSL
|
||||
@ -107,6 +109,9 @@ rm doc/_build/html/.buildinfo
|
||||
%doc CHANGELOG.rst examples doc/_build/html
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2019 Alfredo Moralejo <amoralej@redhat.com> - 19.0.0-1
|
||||
- Update to 19.0.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyOpenSSL-18.0.0.tar.gz) = 7106d4116243a164c1f458ad495564c2cf3a46b4b0fbb1d452b4174ead4409bc9c783c3a4674231ed3c26ecf588077b01dadbdefe033d5e7251a61531c6f6c15
|
||||
SHA512 (pyOpenSSL-19.0.0.tar.gz) = a7e12bf5be725ccebd1223d567a9b9e8bd35f79cbf3a0409108fa6f00e10ab137dd6876369e9dede02b2abc7d700786cc905532ca5c31b6e246f6df8b24e2818
|
||||
|
||||
Loading…
Reference in New Issue
Block a user