2018-09-03 10:21:44 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-certbot-dns-digitalocean
|
|
|
|
#
|
2024-02-07 12:48:23 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2018-09-03 10:21:44 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2024-02-07 12:48:23 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2018-09-03 10:21:44 +00:00
|
|
|
Name: python-certbot-dns-digitalocean
|
2024-06-25 12:53:06 +00:00
|
|
|
Version: 2.11.0
|
2018-09-03 10:21:44 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: DigitalOcean Authenticator plugin for Certbot
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://github.com/certbot/certbot
|
2024-06-25 12:53:06 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-digitalocean/certbot_dns_digitalocean-%{version}.tar.gz
|
2021-06-24 09:27:38 +00:00
|
|
|
BuildRequires: %{python_module certbot >= %{version}}
|
2020-01-03 11:49:40 +00:00
|
|
|
BuildRequires: %{python_module digitalocean >= 1.11}
|
|
|
|
BuildRequires: %{python_module pytest}
|
2018-09-03 10:21:44 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2021-06-24 09:27:38 +00:00
|
|
|
Requires: python-acme >= %{version}
|
|
|
|
Requires: python-certbot >= %{version}
|
2020-01-03 11:49:40 +00:00
|
|
|
Requires: python-digitalocean >= 1.11
|
2018-09-03 10:21:44 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
Digitalocean DNS Authenticator plugin for Certbot.
|
|
|
|
|
|
|
|
%prep
|
2024-06-25 12:53:06 +00:00
|
|
|
%setup -q -n certbot_dns_digitalocean-%{version}
|
2018-09-03 10:21:44 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%check
|
2020-08-21 12:11:20 +00:00
|
|
|
%pytest
|
2018-09-03 10:21:44 +00:00
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE.txt
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
%changelog
|