1
0

- update to 0.34.2:

* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2019-05-19 12:21:37 +00:00 committed by Git OBS Bridge
parent b5563846f0
commit 87341f6954
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbbc1c449ac4064f2cd054943e2d269139bed1e58a68e2ad0bc3b7508f32ea5b
size 12695

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88fd26be5f941ec0d629e7f65781c52f516d0a06064fa373b44cd12a8149abca
size 12701

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 19 12:18:00 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 0.34.2:
* sync with main certbot package
-------------------------------------------------------------------
Mon Mar 18 09:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -18,22 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-digitalocean
Version: 0.32.0
Version: 0.34.0
Release: 0
Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0
Group: Development/Languages/Python
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.21.1}
BuildRequires: %{python_module certbot >= 0.34.0}
BuildRequires: %{python_module digitalocean}
BuildRequires: %{python_module dns-lexicon >= 2.2.1}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-acme >= 0.21.1
Requires: python-certbot >= 0.21.1
Requires: python-acme >= 0.29.0
Requires: python-certbot >= 0.34.0
Requires: python-digitalocean
Requires: python-dns-lexicon >= 2.2.1
Requires: python-six