Accepting request 940331 from home:susnux:branches:devel:languages:python:certbot

Update to version 1.20.0, requires: SR#940327

OBS-URL: https://build.opensuse.org/request/show/940331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=87
This commit is contained in:
Danilo Spinella
2021-12-21 15:35:19 +00:00
committed by Git OBS Bridge
parent e554ed6344
commit 4de47c04f0
6 changed files with 31 additions and 17 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 13 17:24:10 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.20.0
* Added --no-reuse-key. This remains the default behavior, but
the flag may be useful to unset the --reuse-key option on
existing certificates.
- Update to version 1.19.0
* Several attributes in certbot.display.util and zope based
interfaces in certbot.interfaces module are deprecated and
will be removed in a future release of Certbot.
* Fixed a relatively harmless crash when issuing a certificate
with --quiet/-q.
-------------------------------------------------------------------
Tue Aug 10 13:23:09 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>