- update to version 1.1.0
* Sync with main certbot package. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=41
This commit is contained in:
parent
235091fbc8
commit
5a078082a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:156f463268d86916dfd28318494dae5c33466ffc6c8e0398be8f004a31ae05b6
|
||||
size 12984
|
3
certbot-dns-digitalocean-1.1.0.tar.gz
Normal file
3
certbot-dns-digitalocean-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e52d06bfa05ed92e6d56a4547854c5e2e89c80101f7c5e3ad5f92af7dfd31da7
|
||||
size 12975
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 09:42:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 1.1.0
|
||||
* Sync with main certbot package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 11:48:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-certbot-dns-digitalocean
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
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 >= 1.0.0}
|
||||
BuildRequires: %{python_module certbot >= 1.1.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 >= 1.0.0
|
||||
Requires: python-certbot >= 1.1.0
|
||||
Requires: python-digitalocean >= 1.11
|
||||
Requires: python-six
|
||||
Requires: python-zope.interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user