forked from pool/python-certbot-dns-digitalocean
- 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:
parent
b5563846f0
commit
87341f6954
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbbc1c449ac4064f2cd054943e2d269139bed1e58a68e2ad0bc3b7508f32ea5b
|
|
||||||
size 12695
|
|
3
certbot-dns-digitalocean-0.34.0.tar.gz
Normal file
3
certbot-dns-digitalocean-0.34.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88fd26be5f941ec0d629e7f65781c52f516d0a06064fa373b44cd12a8149abca
|
||||||
|
size 12701
|
@ -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>
|
Mon Mar 18 09:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -18,22 +18,22 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-certbot-dns-digitalocean
|
Name: python-certbot-dns-digitalocean
|
||||||
Version: 0.32.0
|
Version: 0.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DigitalOcean Authenticator plugin for Certbot
|
Summary: DigitalOcean Authenticator plugin for Certbot
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/certbot/certbot
|
URL: https://github.com/certbot/certbot
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-digitalocean/certbot-dns-digitalocean-%{version}.tar.gz
|
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 digitalocean}
|
||||||
BuildRequires: %{python_module dns-lexicon >= 2.2.1}
|
BuildRequires: %{python_module dns-lexicon >= 2.2.1}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-acme >= 0.21.1
|
Requires: python-acme >= 0.29.0
|
||||||
Requires: python-certbot >= 0.21.1
|
Requires: python-certbot >= 0.34.0
|
||||||
Requires: python-digitalocean
|
Requires: python-digitalocean
|
||||||
Requires: python-dns-lexicon >= 2.2.1
|
Requires: python-dns-lexicon >= 2.2.1
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Loading…
x
Reference in New Issue
Block a user