1
0

bump certbot version (will be required by 1.1.0.dev0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=39
This commit is contained in:
Markéta Machová 2020-01-03 12:50:02 +00:00 committed by Git OBS Bridge
parent a5c9a4ef95
commit 235091fbc8

View File

@ -24,7 +24,7 @@ Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-digitalocean/certbot-dns-digitalocean-%{version}.tar.gz
BuildRequires: %{python_module certbot >= 0.39.0}
BuildRequires: %{python_module certbot >= 1.0.0}
BuildRequires: %{python_module digitalocean >= 1.11}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-acme >= 0.29.0
Requires: python-certbot >= 0.39.0
Requires: python-certbot >= 1.0.0
Requires: python-digitalocean >= 1.11
Requires: python-six
Requires: python-zope.interface