Accepting request 1183170 from devel:languages:python:certbot

certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2024-06-25 21:09:01 +00:00 committed by Git OBS Bridge
commit d30f70b2d3
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 25 12:22:17 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to version 2.11.0
* sync with the main certbot package
-------------------------------------------------------------------
Fri Feb 9 13:21:24 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-certbot-dns-digitalocean
Version: 2.9.0
Version: 2.11.0
Release: 0
Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0
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 >= %{version}}
BuildRequires: %{python_module digitalocean >= 1.11}
BuildRequires: %{python_module pytest}
@ -40,7 +40,7 @@ BuildArch: noarch
Digitalocean DNS Authenticator plugin for Certbot.
%prep
%setup -q -n certbot-dns-digitalocean-%{version}
%setup -q -n certbot_dns_digitalocean-%{version}
%build
%python_build