%global pyname certbot-dns-digitalocean %if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_with python3 %else %bcond_without python3 %endif Name: python-%{pyname} Version: 0.27.1 Release: 1%{?dist} Summary: DigitalOcean DNS Authenticator plugin for Certbot License: ASL 2.0 URL: https://pypi.python.org/pypi/certbot-dns-digitalocean Source0: https://files.pythonhosted.org/packages/source/c/%{pyname}/%{pyname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-acme >= 0.21.1 BuildRequires: python2-certbot >= 0.21.1 BuildRequires: python2-devel BuildRequires: python2-digitalocean BuildRequires: python2-mock BuildRequires: python2-setuptools BuildRequires: python2-six BuildRequires: python2-zope-interface %if %{with python3} BuildRequires: python3-acme >= 0.21.1 BuildRequires: python3-certbot >= 0.21.1 BuildRequires: python3-devel BuildRequires: python3-digitalocean BuildRequires: python3-mock BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-zope-interface %endif %description This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using DigitalOcean DNS. %package -n python2-%{pyname} # Provide the name users expect as a certbot plugin %if 0%{?rhel} && 0%{?rhel} <= 7 Provides: %{pyname} = %{version}-%{release} %endif # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries Requires: python2-acme >= 0.21.1 Requires: python2-certbot >= 0.21.1 Requires: python2-digitalocean Requires: python2-mock Requires: python2-six Requires: python2-zope-interface %if 0%{?fedora} #Recommend the CLI as that will be the interface most use Recommends: certbot >= 0.21.1 %else Requires: certbot >= 0.21.1 %endif Summary: %{summary} %{?python_provide:%python_provide python2-%{pyname}} %description -n python2-%{pyname} This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using DigitalOcean DNS. This is the Python 2 version of the package. %if %{with python3} %package -n python3-%{pyname} # Provide the name users expect as a certbot plugin %if 0%{?fedora} Provides: %{pyname} = %{version}-%{release} %endif # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries Requires: python3-acme >= 0.21.1 Requires: python3-certbot >= 0.21.1 Requires: python3-digitalocean Requires: python3-mock Requires: python3-six Requires: python3-zope-interface %if 0%{?fedora} #Recommend the CLI as that will be the interface most use Recommends: certbot >= 0.21.1 %else Requires: certbot >= 0.21.1 %endif Summary: %{summary} %{?python_provide:%python_provide python3-%{pyname}} %description -n python3-%{pyname} This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using Google Cloud DNS. This is the Python 3 version of the package. %endif %prep %autosetup -p1 -n %{pyname}-%{version} %build %py2_build %if %{with python3} %py3_build %endif %check %{__python2} setup.py test %if %{with python3} %{__python3} setup.py test %endif %install %py2_install %if %{with python3} %py3_install %endif %files -n python2-%{pyname} %license LICENSE.txt %doc README.rst %{python2_sitelib}/certbot_dns_digitalocean %{python2_sitelib}/certbot_dns_digitalocean-%{version}*.egg-info %if %{with python3} %files -n python3-%{pyname} %license LICENSE.txt %doc README.rst %{python3_sitelib}/certbot_dns_digitalocean %{python3_sitelib}/certbot_dns_digitalocean-%{version}*.egg-info %endif %changelog * Mon Sep 10 2018 Eli Young - 0.27.1-1 - Update to 0.27.1 (#1627573) * Tue Jul 17 2018 Eli Young - 0.26.1-1 - Update to 0.26.1 (#1600296) * Fri Jul 13 2018 Fedora Release Engineering - 0.25.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok - 0.25.1-2 - Rebuilt for Python 3.7 * Wed Jun 13 2018 Eli Young - 0.25.1-1 - Update to 0.25.1 (#1591035) * Thu Jun 07 2018 Eli Young - 0.25.0-1 - Update to 0.25.0 (#1588223) * Wed May 02 2018 Eli Young - 0.24.0-1 - Update to 0.24.0 (#1574141) * Thu Apr 05 2018 Eli Young - 0.23.0-1 - Update to 0.23.0 (#1563903) * Tue Mar 20 2018 Eli Young - 0.22.2-1 - Update to 0.22.2 * Sat Mar 10 2018 Eli Young - 0.22.0-1 - Update to 0.22.0 * Mon Feb 26 2018 Nick Bebout - 0.21.1-2 - Simplify deps, add python2- prefix where available * Fri Feb 16 2018 Eli Young - 0.21.1-1 - Initial package (#1545969)