Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
certbot_dns_digitalocean-2.11.0.tar.gz
Normal file
3
certbot_dns_digitalocean-2.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5166fc7eb3b3e8a8de4b43e7485d60eda4225db1d525b6f096949d1487e1c6c
|
||||
size 14417
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f12dd067d00e61a5256a4f63cb4f746ba5ea1da0740c25edbd6dfc06dee3c4
|
||||
size 14405
|
@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 14:36:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 3.1.0
|
||||
* sync with the main certbot package
|
||||
- convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 14:52:32 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 3.0.1
|
||||
* sync with the main certbot package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 12:22:17 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-certbot-dns-digitalocean
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-certbot-dns-digitalocean
|
||||
Version: 3.1.0
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: DigitalOcean Authenticator plugin for Certbot
|
||||
License: Apache-2.0
|
||||
@ -26,7 +26,6 @@ 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 >= %{version}}
|
||||
BuildRequires: %{python_module digitalocean >= 1.11}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@ -44,10 +43,10 @@ Digitalocean DNS Authenticator plugin for Certbot.
|
||||
%setup -q -n certbot_dns_digitalocean-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
Loading…
x
Reference in New Issue
Block a user