From b1d2e792fad88fd2e74ce525bbdbd646789841366b59e97945a440acd45a86d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 16 Nov 2023 12:58:04 +0000 Subject: [PATCH] - Update to 2.7.4 * Fixed a bug introduced in version 2.7.0 that caused interactively entered webroot plugin values to not be saved for renewal. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=106 --- certbot-2.7.3.tar.gz | 3 --- certbot-2.7.4.tar.gz | 3 +++ python-certbot.changes | 7 +++++++ python-certbot.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 certbot-2.7.3.tar.gz create mode 100644 certbot-2.7.4.tar.gz diff --git a/certbot-2.7.3.tar.gz b/certbot-2.7.3.tar.gz deleted file mode 100644 index d249942..0000000 --- a/certbot-2.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6f5dbdbd36672925572f44feccef77501a36d4eb68d63ecd5e372f09606eb0 -size 434555 diff --git a/certbot-2.7.4.tar.gz b/certbot-2.7.4.tar.gz new file mode 100644 index 0000000..abe1be4 --- /dev/null +++ b/certbot-2.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173778fef4e2e3014f60be02d4798dff7ea32790277b90b3c7249c5d46d17c75 +size 435602 diff --git a/python-certbot.changes b/python-certbot.changes index b5cff9f..5c0733f 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 16 12:56:34 UTC 2023 - Markéta Machová + +- Update to 2.7.4 + * Fixed a bug introduced in version 2.7.0 that caused interactively entered + webroot plugin values to not be saved for renewal. + ------------------------------------------------------------------- Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index 8386a6f..9891da5 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 2.7.3 +Version: 2.7.4 Release: 0 Summary: ACME client License: Apache-2.0