From a5c9a4ef95fa8ac69449e65b0d0c0b71c33635d84b424245bd3c38958c7fc285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 3 Jan 2020 11:49:40 +0000 Subject: [PATCH] - update to version 1.0.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=38 --- certbot-dns-digitalocean-0.40.1.tar.gz | 3 --- certbot-dns-digitalocean-1.0.0.tar.gz | 3 +++ python-certbot-dns-digitalocean.changes | 6 ++++++ python-certbot-dns-digitalocean.spec | 15 +++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 certbot-dns-digitalocean-0.40.1.tar.gz create mode 100644 certbot-dns-digitalocean-1.0.0.tar.gz diff --git a/certbot-dns-digitalocean-0.40.1.tar.gz b/certbot-dns-digitalocean-0.40.1.tar.gz deleted file mode 100644 index 7f97c70..0000000 --- a/certbot-dns-digitalocean-0.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39037de9616dc6e3afd35613cf9c604dc090cf6dd0953f373f3b20fa87d07e22 -size 12711 diff --git a/certbot-dns-digitalocean-1.0.0.tar.gz b/certbot-dns-digitalocean-1.0.0.tar.gz new file mode 100644 index 0000000..a1ee72e --- /dev/null +++ b/certbot-dns-digitalocean-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156f463268d86916dfd28318494dae5c33466ffc6c8e0398be8f004a31ae05b6 +size 12984 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index b1d49c7..a30d436 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 3 11:48:56 UTC 2020 - Marketa Calabkova + +- update to version 1.0.0 + * sync with main certbot package + ------------------------------------------------------------------- Thu Nov 14 11:56:26 UTC 2019 - Marketa Calabkova diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index 7a98140..70969fc 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-dns-digitalocean # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,23 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-dns-digitalocean -Version: 0.40.1 +Version: 1.0.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 >= 0.34.0} -BuildRequires: %{python_module digitalocean} -BuildRequires: %{python_module dns-lexicon >= 2.2.1} +BuildRequires: %{python_module certbot >= 0.39.0} +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 >= 0.34.0 -Requires: python-digitalocean -Requires: python-dns-lexicon >= 2.2.1 +Requires: python-certbot >= 0.39.0 +Requires: python-digitalocean >= 1.11 Requires: python-six Requires: python-zope.interface BuildArch: noarch