Accepting request 1240558 from devel:languages:python:certbot

certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2025-01-27 19:57:03 +00:00 committed by Git OBS Bridge
commit 4c5e26d9b8
4 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@ -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