forked from pool/python-certbot-dns-digitalocean
Accepting request 1145442 from devel:languages:python:certbot
- 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. - Add %{?sle15_python_module_pythons} * The DigitalOcean plugin now creates TXT records for the DNS-01 OBS-URL: https://build.opensuse.org/request/show/1145442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=39
This commit is contained in:
commit
3efafa55c8
@ -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,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Add %{?sle15_python_module_pythons}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 10:45:56 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
@ -105,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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-certbot-dns-digitalocean
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?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
|
||||
|
Loading…
x
Reference in New Issue
Block a user