From f0d5b8a9fe0843068eae3c369da182cdfe08f3fffc0ba210e878fe10a95c45a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 11 Mar 2020 13:46:19 +0000 Subject: [PATCH] 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 --- certbot-1.2.0.tar.gz | 3 --- certbot-1.3.0.tar.gz | 3 +++ python-certbot.changes | 17 +++++++++++++++++ python-certbot.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 certbot-1.2.0.tar.gz create mode 100644 certbot-1.3.0.tar.gz diff --git a/certbot-1.2.0.tar.gz b/certbot-1.2.0.tar.gz deleted file mode 100644 index 8300d5d..0000000 --- a/certbot-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c -size 359006 diff --git a/certbot-1.3.0.tar.gz b/certbot-1.3.0.tar.gz new file mode 100644 index 0000000..f4c38b7 --- /dev/null +++ b/certbot-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8 +size 362957 diff --git a/python-certbot.changes b/python-certbot.changes index 16c07ac..7353ea9 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Mar 10 09:23:44 UTC 2020 - Michael Ströder + +- 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 diff --git a/python-certbot.spec b/python-certbot.spec index a2c6e75..cffb1b0 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: ACME client License: Apache-2.0