- update to version 1.16.0

* Require the latest certbot and acme plugins for simplicity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=66
This commit is contained in:
Markéta Machová 2021-06-24 09:27:38 +00:00 committed by Git OBS Bridge
parent 8772331885
commit e210a56c17
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:6e4e3e5cf2719055364f8d15575105394c0b80f092e384ff1bab98fc9c69e949
size 14002

View File

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

View File

@ -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>

View File

@ -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