forked from pool/python-certbot-dns-digitalocean
- 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:
parent
6104534ce8
commit
6146436be3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51fe555c8123727a66e18b7339c097529a084dc93e925f2b913543d0d9eb9ab2
|
|
||||||
size 14399
|
|
3
certbot-dns-digitalocean-2.9.0.tar.gz
Normal file
3
certbot-dns-digitalocean-2.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e485ce248095d6a7e561d44b9d53933fd0e71ed904a0a6c30d4739bf674f81c
|
||||||
|
size 14417
|
@ -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>
|
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>
|
Wed Apr 14 15:16:52 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- update to version 1.14.0
|
- 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.
|
challenge with a lower 30s TTL.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-certbot-dns-digitalocean
|
Name: python-certbot-dns-digitalocean
|
||||||
Version: 2.8.0
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DigitalOcean Authenticator plugin for Certbot
|
Summary: DigitalOcean Authenticator plugin for Certbot
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user