1
0

Accepting request 766011 from devel:languages:python:certbot

certbot version bump

OBS-URL: https://build.opensuse.org/request/show/766011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-01-21 20:02:05 +00:00 committed by Git OBS Bridge
commit 5cb2f614d7
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 21 09:42:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.1.0
* Sync with main certbot package.
-------------------------------------------------------------------
Fri Jan 3 11:48:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-digitalocean
Version: 1.0.0
Version: 1.1.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.0.0}
BuildRequires: %{python_module certbot >= 1.1.0}
BuildRequires: %{python_module digitalocean >= 1.11}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-acme >= 0.29.0
Requires: python-certbot >= 1.0.0
Requires: python-certbot >= 1.1.0
Requires: python-digitalocean >= 1.11
Requires: python-six
Requires: python-zope.interface