diff --git a/certbot-dns-digitalocean-1.15.0.tar.gz b/certbot-dns-digitalocean-1.15.0.tar.gz deleted file mode 100644 index 5eb2a5b..0000000 --- a/certbot-dns-digitalocean-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e4e3e5cf2719055364f8d15575105394c0b80f092e384ff1bab98fc9c69e949 -size 14002 diff --git a/certbot-dns-digitalocean-1.16.0.tar.gz b/certbot-dns-digitalocean-1.16.0.tar.gz new file mode 100644 index 0000000..73295de --- /dev/null +++ b/certbot-dns-digitalocean-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e79451aded244cb4e4195451f927b61e2bded6d6b247ab8f3d07225ce599dbd +size 13997 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index b0ba65c..3c52eb2 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 24 09:27:20 UTC 2021 - Markéta Machová + +- 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á diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index c360f2c..8c356f8 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -19,21 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-dns-digitalocean -Version: 1.15.0 +Version: 1.16.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.1.0} +BuildRequires: %{python_module certbot >= %{version}} BuildRequires: %{python_module digitalocean >= 1.11} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-acme >= 0.29.0 -Requires: python-certbot >= 1.1.0 +Requires: python-acme >= %{version} +Requires: python-certbot >= %{version} Requires: python-digitalocean >= 1.11 Requires: python-six Requires: python-zope.interface