import python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.4.0+9193+f3daf6ef

This commit is contained in:
CentOS Sources 2021-05-18 02:53:10 -04:00 committed by Andrew Lukoshko
parent ca527cab1a
commit 9b4499e079
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: python-backports-ssl_match_hostname
Version: 3.5.0.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: The ssl.match_hostname() function from Python 3
License: Python
@ -32,7 +32,6 @@ The actual code is only slightly modified from Python 3.5.\
Summary: %summary
Requires: python2-backports
Requires: python2-ipaddress
Provides: python2-backports-ssl_match_hostname
%{?python_provide:%python_provide python2-backports-ssl_match_hostname}
%description -n python2-backports-ssl_match_hostname %_description
@ -58,6 +57,10 @@ rm -f %{buildroot}%{python2_sitelib}/backports/__init__.py*
%{python2_sitelib}/backports.ssl_match_hostname-%{version}-*egg*
%changelog
* Wed Dec 16 2020 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-12
- Remove unversioned Provides
- Resolves: rhbz#1908300
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587