diff --git a/certbot_dns_digitalocean-3.0.1.tar.gz b/certbot_dns_digitalocean-3.0.1.tar.gz deleted file mode 100644 index 5c2edf6..0000000 --- a/certbot_dns_digitalocean-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16d53656ae9ab128cb1043238b0e92d1261dd2b570fe37eccb490fcc7eae94ba -size 14429 diff --git a/certbot_dns_digitalocean-3.1.0.tar.gz b/certbot_dns_digitalocean-3.1.0.tar.gz new file mode 100644 index 0000000..31c446b --- /dev/null +++ b/certbot_dns_digitalocean-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f12dd067d00e61a5256a4f63cb4f746ba5ea1da0740c25edbd6dfc06dee3c4 +size 14405 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index d1d787f..a4a749e 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 27 14:36:36 UTC 2025 - Markéta Machová + +- 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á diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index c6fe39d..0fdcbdb 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-dns-digitalocean # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.0.1 +Version: 3.1.0 Release: 0 Summary: DigitalOcean Authenticator plugin for Certbot License: Apache-2.0 @@ -26,6 +26,7 @@ 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 @@ -43,10 +44,10 @@ Digitalocean DNS Authenticator plugin for Certbot. %setup -q -n certbot_dns_digitalocean-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check