forked from pool/python-certbot-dns-digitalocean
Accepting request 901682 from devel:languages:python:certbot
certbot version bump OBS-URL: https://build.opensuse.org/request/show/901682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=27
This commit is contained in:
commit
5fafbf0ecd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e4e3e5cf2719055364f8d15575105394c0b80f092e384ff1bab98fc9c69e949
|
|
||||||
size 14002
|
|
3
certbot-dns-digitalocean-1.16.0.tar.gz
Normal file
3
certbot-dns-digitalocean-1.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e79451aded244cb4e4195451f927b61e2bded6d6b247ab8f3d07225ce599dbd
|
||||||
|
size 13997
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 09:27:20 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 1.16.0
|
||||||
|
* Require the latest certbot and acme plugins for simplicity
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 12 12:06:51 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
Wed May 12 12:06:51 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -19,21 +19,21 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-certbot-dns-digitalocean
|
Name: python-certbot-dns-digitalocean
|
||||||
Version: 1.15.0
|
Version: 1.16.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
|
||||||
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 >= 1.1.0}
|
BuildRequires: %{python_module certbot >= %{version}}
|
||||||
BuildRequires: %{python_module digitalocean >= 1.11}
|
BuildRequires: %{python_module digitalocean >= 1.11}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-acme >= 0.29.0
|
Requires: python-acme >= %{version}
|
||||||
Requires: python-certbot >= 1.1.0
|
Requires: python-certbot >= %{version}
|
||||||
Requires: python-digitalocean >= 1.11
|
Requires: python-digitalocean >= 1.11
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user