1
0

Accepting request 760652 from devel:languages:python:certbot

- update to version 1.0.0
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/760652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-01-03 16:39:01 +00:00 committed by Git OBS Bridge
commit d89b73a170
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,23 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-digitalocean Name: python-certbot-dns-digitalocean
Version: 0.40.1 Version: 1.0.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 >= 0.34.0} BuildRequires: %{python_module certbot >= 1.0.0}
BuildRequires: %{python_module digitalocean} BuildRequires: %{python_module digitalocean >= 1.11}
BuildRequires: %{python_module dns-lexicon >= 2.2.1}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
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 >= 0.29.0
Requires: python-certbot >= 0.34.0 Requires: python-certbot >= 1.0.0
Requires: python-digitalocean Requires: python-digitalocean >= 1.11
Requires: python-dns-lexicon >= 2.2.1
Requires: python-six Requires: python-six
Requires: python-zope.interface Requires: python-zope.interface
BuildArch: noarch BuildArch: noarch