11
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.
  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
    Cloudflare library which was introduced in the Cloudflare library version
    2.10.1. The library would raise an error if a token was specified in the
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
  * sync with the main certbot package
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=83
This commit is contained in:
2024-02-09 13:37:15 +00:00
committed by Git OBS Bridge
parent cd155eb99a
commit e0acf2ff1f
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

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:09:56 UTC 2024 - Markéta Machová <mmachova@suse.com> Wed Feb 7 12:09:56 UTC 2024 - Markéta Machová <mmachova@suse.com>
@@ -35,10 +46,10 @@ Wed Jun 7 16:05:05 UTC 2023 - Markéta Machová <mmachova@suse.com>
Thu Oct 27 08:20:48 UTC 2022 - Markéta Machová <mmachova@suse.com> Thu Oct 27 08:20:48 UTC 2022 - Markéta Machová <mmachova@suse.com>
- update to version 1.31.0 - update to version 1.31.0
* Fixed an incompatibility in the certbot-dns-cloudflare plugin and the * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
Cloudflare library which was introduced in the Cloudflare library version Cloudflare library which was introduced in the Cloudflare library version
2.10.1. The library would raise an error if a token was specified in the 2.10.1. The library would raise an error if a token was specified in the
Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
configuration file of the Cloudflare library. configuration file of the Cloudflare library.
------------------------------------------------------------------- -------------------------------------------------------------------
@@ -66,7 +77,7 @@ Mon Jul 11 13:07:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
Fri Jun 24 19:32:10 UTC 2022 - Dirk Müller <dmueller@suse.com> Fri Jun 24 19:32:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to version 1.28.0 - update to version 1.28.0
* sync with the main certbot package * sync with the main certbot package
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 30 09:19:31 UTC 2022 - Markéta Machová <mmachova@suse.com> Mon May 30 09:19:31 UTC 2022 - Markéta Machová <mmachova@suse.com>
@@ -258,7 +269,7 @@ Tue Jan 29 11:45:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
Fri Sep 14 08:24:40 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com> Fri Sep 14 08:24:40 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.27.1 - update to version 0.27.1
* sync with main certbot package * sync with main certbot package
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 30 09:45:14 UTC 2018 - mcalabkova@suse.com Thu Aug 30 09:45:14 UTC 2018 - mcalabkova@suse.com

View File

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