- 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
This commit is contained in:
Markéta Machová 2020-01-03 11:49:40 +00:00 committed by Git OBS Bridge
parent f5e814a3c4
commit a5c9a4ef95
4 changed files with 16 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39037de9616dc6e3afd35613cf9c604dc090cf6dd0953f373f3b20fa87d07e22
size 12711

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:156f463268d86916dfd28318494dae5c33466ffc6c8e0398be8f004a31ae05b6
size 12984

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 3 11:48:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.0.0
* sync with main certbot package
-------------------------------------------------------------------
Thu Nov 14 11:56:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

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