From 6104534ce88e020fcd7934007d4c8514c1a81c5d6b4c6a0c2172190e4c168367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 7 Feb 2024 12:48:23 +0000 Subject: [PATCH 1/2] - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=89 --- python-certbot-dns-digitalocean.changes | 5 +++++ python-certbot-dns-digitalocean.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index 9ecbbf7..04cc527 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 7 12:41:17 UTC 2024 - Markéta Machová + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Thu Dec 7 10:45:56 UTC 2023 - Markéta Machová diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index a6f91ed..47dd4b4 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -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,8 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-certbot-dns-digitalocean Version: 2.8.0 Release: 0 From 6146436be39f0b3933f4e50908a174b308ada65fc35c133582a0d39b32b27b74 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Feb 2024 13:41:37 +0000 Subject: [PATCH 2/2] - 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 --- certbot-dns-digitalocean-2.8.0.tar.gz | 3 --- certbot-dns-digitalocean-2.9.0.tar.gz | 3 +++ python-certbot-dns-digitalocean.changes | 13 ++++++++++++- python-certbot-dns-digitalocean.spec | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 certbot-dns-digitalocean-2.8.0.tar.gz create mode 100644 certbot-dns-digitalocean-2.9.0.tar.gz diff --git a/certbot-dns-digitalocean-2.8.0.tar.gz b/certbot-dns-digitalocean-2.8.0.tar.gz deleted file mode 100644 index c799302..0000000 --- a/certbot-dns-digitalocean-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51fe555c8123727a66e18b7339c097529a084dc93e925f2b913543d0d9eb9ab2 -size 14399 diff --git a/certbot-dns-digitalocean-2.9.0.tar.gz b/certbot-dns-digitalocean-2.9.0.tar.gz new file mode 100644 index 0000000..1ab0093 --- /dev/null +++ b/certbot-dns-digitalocean-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e485ce248095d6a7e561d44b9d53933fd0e71ed904a0a6c30d4739bf674f81c +size 14417 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index 04cc527..09d8a58 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 9 13:21:24 UTC 2024 - Dirk Müller + +- 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á @@ -110,7 +121,7 @@ Wed May 12 12:06:51 UTC 2021 - Markéta Machová Wed Apr 14 15:16:52 UTC 2021 - Markéta Machová - 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. ------------------------------------------------------------------- diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index 47dd4b4..b97f17d 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -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