1
0

- update to 2.9.0:

* Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.
  * The DigitalOcean plugin now creates TXT records for the DNS-01

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=90
This commit is contained in:
Dirk Mueller 2024-02-09 13:41:37 +00:00 committed by Git OBS Bridge
parent 6104534ce8
commit 6146436be3
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 9 13:21:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.9.0:
* Support for Python 3.12 was added.
* Updates `joinpath` syntax to only use one addition per call,
because the multiple inputs version was causing mypy errors
on Python 3.10.
* Makes the `reconfigure` verb actually use the staging server
for the dry run to check the new configuration.
-------------------------------------------------------------------
Wed Feb 7 12:41:17 UTC 2024 - Markéta Machová <mmachova@suse.com>
@ -110,7 +121,7 @@ Wed May 12 12:06:51 UTC 2021 - Markéta Machová <mmachova@suse.com>
Wed Apr 14 15:16:52 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.14.0
* The DigitalOcean plugin now creates TXT records for the DNS-01
* The DigitalOcean plugin now creates TXT records for the DNS-01
challenge with a lower 30s TTL.
-------------------------------------------------------------------

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-certbot-dns-digitalocean
Version: 2.8.0
Version: 2.9.0
Release: 0
Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0