From a6cd604a63fe2e9993d046f99de24bcb36d413832d943aeeb141f3f73425b646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 11 Sep 2019 12:36:34 +0000 Subject: [PATCH] - update to version 0.38.0 * If Certbot fails to rollback your server configuration, the error message links to the Let's Encrypt forum. * Replace platform.linux_distribution with distro.linux_distribution as a step towards Python 3.8 support in Certbot. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=40 --- certbot-0.37.2.tar.gz | 3 --- certbot-0.38.0.tar.gz | 3 +++ python-certbot.changes | 9 +++++++++ python-certbot.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 certbot-0.37.2.tar.gz create mode 100644 certbot-0.38.0.tar.gz diff --git a/certbot-0.37.2.tar.gz b/certbot-0.37.2.tar.gz deleted file mode 100644 index 9783f15..0000000 --- a/certbot-0.37.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e454368aa8d62559c673091b511319c130c8e0ea1c4dfa314ed7bdc91dd96ef5 -size 358242 diff --git a/certbot-0.38.0.tar.gz b/certbot-0.38.0.tar.gz new file mode 100644 index 0000000..b3bcd97 --- /dev/null +++ b/certbot-0.38.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27712101794e3adf54f3a3067c63be5caa507a930a79865bc654b6864121c6b +size 359066 diff --git a/python-certbot.changes b/python-certbot.changes index a076f3c..497d3b0 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 11 12:29:03 UTC 2019 - Marketa Calabkova + +- update to version 0.38.0 + * If Certbot fails to rollback your server configuration, the + error message links to the Let's Encrypt forum. + * Replace platform.linux_distribution with distro.linux_distribution + as a step towards Python 3.8 support in Certbot. + ------------------------------------------------------------------- Mon Aug 26 10:40:27 UTC 2019 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 5c6ebdf..9489156 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.37.2 +Version: 0.38.0 Release: 0 Summary: ACME client License: Apache-2.0