|
|
|
@ -1,20 +1,19 @@
|
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
|
|
|
Name: pyOpenSSL
|
|
|
|
|
Version: 21.0.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 19.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://pyopenssl.readthedocs.org/
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-cryptography >= 3.2
|
|
|
|
|
BuildRequires: python3-cryptography >= 2.3
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
High-level wrapper around a subset of the OpenSSL library, includes among others
|
|
|
|
@ -26,11 +25,9 @@ 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.8
|
|
|
|
|
Requires: python3-cryptography >= 2.3
|
|
|
|
|
Requires: python3-six >= 1.5.2
|
|
|
|
|
%{?python_provide:%python_provide python3-pyOpenSSL}
|
|
|
|
|
Obsoletes: pyOpenSSL < 19.0.0-5
|
|
|
|
|
Provides: pyOpenSSL = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python3-pyOpenSSL
|
|
|
|
|
High-level wrapper around a subset of the OpenSSL library, includes among others
|
|
|
|
@ -67,75 +64,11 @@ rm doc/_build/html/.buildinfo
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc CHANGELOG.rst doc/_build/html
|
|
|
|
|
%doc CHANGELOG.rst examples doc/_build/html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 21.0.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 21.0.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 21.0.0-3
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 21.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 05 2021 Paul Wouters <paul.wouters@aiven.io> - 21.0.0-1
|
|
|
|
|
- Resolves: rhbz#2008709 pyOpenSSL-21.0.0 is available
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.0.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 20.0.1-3
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.0.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 23:57:32 EST 2021 Paul Wouters <pwouters@redhat.com> - 20.0.1-1
|
|
|
|
|
- Resolves: rhbz#1907999 pyOpenSSL-20.0.1 is available
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.0.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Oct 23 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.0-5
|
|
|
|
|
- Subpackage python2-pyOpenSSL has been removed
|
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.0-4
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.0-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 19.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 18.0.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 18.0.0-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
* Thu Oct 15 2020 Tomáš Mráz <tmraz@redhat.com> - 19.0.0-1
|
|
|
|
|
- Update to release 19.0.0 bringing full compatibility with openssl-1.1.1
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Tomáš Mráz <tmraz@redhat.com> - 18.0.0-1
|
|
|
|
|
- New upstream release 18.0.0
|