From bdd144bade0e6b0b6ae98f502a7e3359c707698e94ad77caa69f5ad1afcef82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 10 Feb 2019 10:20:48 +0000 Subject: [PATCH] Accepting request 672747 from home:mcalabkova:branches:devel:languages:python:certbot - update to version 0.31.0 * Avoid reprocessing challenges that are already validated when a certificate is issued. * Certbot's official Docker images are now based on Alpine Linux 3.9 rather than 3.7. * Clarify behavior for deleting certs as part of revocation. OBS-URL: https://build.opensuse.org/request/show/672747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=20 --- certbot-0.30.2.tar.gz | 3 --- certbot-0.31.0.tar.gz | 3 +++ python-certbot.changes | 10 ++++++++++ python-certbot.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 certbot-0.30.2.tar.gz create mode 100644 certbot-0.31.0.tar.gz diff --git a/certbot-0.30.2.tar.gz b/certbot-0.30.2.tar.gz deleted file mode 100644 index 122fa29..0000000 --- a/certbot-0.30.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:534487cb552ced8e47948ba3d2e7ca12c3a439133fc609485012b1a02fc7776e -size 333414 diff --git a/certbot-0.31.0.tar.gz b/certbot-0.31.0.tar.gz new file mode 100644 index 0000000..2307b2f --- /dev/null +++ b/certbot-0.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3196f80a102c0f9d82d566ba859efe3b70e9ed4670520224c844fafd930473 +size 336579 diff --git a/python-certbot.changes b/python-certbot.changes index 66b84eb..beabc86 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 8 10:32:10 UTC 2019 - Marketa Calabkova + +- update to version 0.31.0 + * Avoid reprocessing challenges that are already validated when + a certificate is issued. + * Certbot's official Docker images are now based on Alpine Linux 3.9 + rather than 3.7. + * Clarify behavior for deleting certs as part of revocation. + ------------------------------------------------------------------- Tue Jan 29 11:39:30 UTC 2019 - Tomáš Chvátal diff --git a/python-certbot.spec b/python-certbot.spec index 5b4837f..1f4d233 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 0.30.2 +Version: 0.31.0 Release: 0 Summary: ACME client License: Apache-2.0