Accepting request 783239 from home:stroeder:branches:devel:languages:python:certbot

update to version 1.3.0

OBS-URL: https://build.opensuse.org/request/show/783239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=58
This commit is contained in:
2020-03-11 13:46:19 +00:00
committed by Git OBS Bridge
parent 59da1d1a22
commit f0d5b8a9fe
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 10 09:23:44 UTC 2020 - Michael Ströder <michael@stroeder.com>
- update to version 1.3.0
* Added
- Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to
- determine the OCSP status of certificates.
- Don't verify the existing certificate in HTTP01Response.simple_verify, for
- compatibility with the real-world ACME challenge checks.
* Changed
- Certbot will now renew certificates early if they have been revoked according
- to OCSP.
- Fix acme module warnings when response Content-Type includes params (e.g. charset).
- Fixed issue where webroot plugin would incorrectly raise Read-only file system
- error when creating challenge directories (issue #7165).
-------------------------------------------------------------------
Fri Feb 21 15:31:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>