- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:657b10f2ddbe01967cb4d6cd97c226f5ee1087a327040f7fe04d1544b3328175
|
||||
size 16096
|
3
certbot-dns-cloudflare-2.9.0.tar.gz
Normal file
3
certbot-dns-cloudflare-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6d340f3519d74184104d6aa151b086a6020815ac462942071a321999ba6fdad
|
||||
size 16109
|
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
- update to version 1.31.0
|
||||
* 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
|
||||
* 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
|
||||
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>
|
||||
|
||||
- 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>
|
||||
@@ -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>
|
||||
|
||||
- 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
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-certbot-dns-cloudflare
|
||||
Version: 2.8.0
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: Cloudflare Authenticator plugin for Certbot
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user