#9 Use https in URL, Drop build dependency on python3-coverage
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-ldap no_coverage  into  master

file modified
+6 -3
@@ -5,10 +5,10 @@ 

  

  Name: python-ldap

  Version: 3.3.1

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: Python

  Summary: An object-oriented API to access LDAP directory servers

- URL: http://python-ldap.org/

+ URL: https://python-ldap.org/

  Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}%{?prerelease}.tar.gz

  

  ### Build Dependencies ###
@@ -22,7 +22,6 @@ 

  BuildRequires: /usr/bin/tox

  BuildRequires: openldap-servers >= %{openldap_version}

  BuildRequires: openldap-clients >= %{openldap_version}

- BuildRequires: python3-coverage

  BuildRequires: python3-pyasn1 >= 0.3.7

  BuildRequires: python3-pyasn1-modules >= 0.1.5

  
@@ -86,6 +85,10 @@ 

  %{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/

  

  %changelog

+ * Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2

+ - Use https in URL

+ - Drop build dependency on python3-coverage

+ 

  * Thu Oct 22 2020 Christian Heimes <cheimes@redhat.com> - 3.3.1-1

  - New upstream release 3.3.1

  

no initial comment

Build succeeded.

The new URL works and it obviously builds fine without coverage, :thumbsup:

Pull-Request has been merged by churchyard

3 years ago