From 4442e40fc766e14ef4baf597a68c04d4267fe61a28657de77620f27ce1ed01c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 17 Jul 2019 13:45:34 +0000 Subject: [PATCH] - update to version 0.36.0 * Update the 'manage your account' help to be more generic. * Certbot's config_changes subcommand has been deprecated and will be removed in a future release. * certbot config_changes no longer accepts a --num parameter. * The functions certbot.plugins.common.Installer.view_config_changes and certbot.reverter.Reverter.view_config_changes have been deprecated and will be removed in a future release. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=33 --- certbot-0.35.1.tar.gz | 3 --- certbot-0.36.0.tar.gz | 3 +++ python-certbot.changes | 12 ++++++++++++ python-certbot.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 certbot-0.35.1.tar.gz create mode 100644 certbot-0.36.0.tar.gz diff --git a/certbot-0.35.1.tar.gz b/certbot-0.35.1.tar.gz deleted file mode 100644 index 40f3a7a..0000000 --- a/certbot-0.35.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7e8ecc14e06ed1dc691c6069bc9ce42dce04e8db1684ddfab446fbd71290860 -size 346968 diff --git a/certbot-0.36.0.tar.gz b/certbot-0.36.0.tar.gz new file mode 100644 index 0000000..96c6c44 --- /dev/null +++ b/certbot-0.36.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6745b823644cdca8461150455aeb67d417f87f80b9ec774c716e9587ef20a2 +size 356981 diff --git a/python-certbot.changes b/python-certbot.changes index abe95b1..837c69c 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 17 13:35:22 UTC 2019 - Marketa Calabkova + +- update to version 0.36.0 + * Update the 'manage your account' help to be more generic. + * Certbot's config_changes subcommand has been deprecated and + will be removed in a future release. + * certbot config_changes no longer accepts a --num parameter. + * The functions certbot.plugins.common.Installer.view_config_changes + and certbot.reverter.Reverter.view_config_changes have been + deprecated and will be removed in a future release. + ------------------------------------------------------------------- Tue Jun 18 09:41:01 UTC 2019 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index c0a43a3..06ac874 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.35.1 +Version: 0.36.0 Release: 0 Summary: ACME client License: Apache-2.0