Update to 19.1.0
This commit is contained in:
parent
11809407e6
commit
b1116a2a74
@ -1,7 +1,7 @@
|
||||
Summary: Python wrapper module around the OpenSSL library
|
||||
Name: pyOpenSSL
|
||||
Version: 19.0.0
|
||||
Release: 7%{?dist}
|
||||
Version: 19.1.0
|
||||
Release: 1%{?dist}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -25,7 +25,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-cryptography >= 2.8
|
||||
Requires: python3-six >= 1.5.2
|
||||
%{?python_provide:%python_provide python3-pyOpenSSL}
|
||||
Obsoletes: pyOpenSSL < 19.0.0-5
|
||||
@ -66,9 +66,12 @@ rm doc/_build/html/.buildinfo
|
||||
|
||||
%files doc
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.rst examples doc/_build/html
|
||||
%doc CHANGELOG.rst doc/_build/html
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2020 Tomáš Mráz <tmraz@redhat.com> - 19.1.0-1
|
||||
- Update to 19.1.0
|
||||
|
||||
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 19.0.0-7
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user