From 82f8335193db81ecb0997fd77fe429f42757ce365e43d3ae47360a5700a8f51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Aug 2020 08:40:27 +0000 Subject: [PATCH] - Update to version 1.7.0 * Third-party plugins can be used without prefix (plugin_name instead of dist_name:plugin_name): this concerns the plugin name, CLI flags, and keys in credential files. The prefixed form is still supported but is deprecated, and will be removed in a future release. * We deprecated support for Python 3.5 in Certbot and its ACME library. Support for Python 3.5 will be removed in the next major release of Certbot. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=70 --- certbot-1.6.0.tar.gz | 3 --- certbot-1.7.0.tar.gz | 3 +++ python-certbot.changes | 10 ++++++++++ python-certbot.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 certbot-1.6.0.tar.gz create mode 100644 certbot-1.7.0.tar.gz diff --git a/certbot-1.6.0.tar.gz b/certbot-1.6.0.tar.gz deleted file mode 100644 index 53c56ce..0000000 --- a/certbot-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d373ee0f24ab06f561efa2b00f68cff43521b003d87fbf4d9e869e7cc7395481 -size 371909 diff --git a/certbot-1.7.0.tar.gz b/certbot-1.7.0.tar.gz new file mode 100644 index 0000000..cafc9ac --- /dev/null +++ b/certbot-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355 +size 380431 diff --git a/python-certbot.changes b/python-certbot.changes index 2e476a5..6ec3600 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 21 08:37:38 UTC 2020 - Marketa Calabkova + +- Update to version 1.7.0 + * Third-party plugins can be used without prefix (plugin_name instead of dist_name:plugin_name): + this concerns the plugin name, CLI flags, and keys in credential files. + The prefixed form is still supported but is deprecated, and will be removed in a future release. + * We deprecated support for Python 3.5 in Certbot and its ACME library. + Support for Python 3.5 will be removed in the next major release of Certbot. + ------------------------------------------------------------------- Mon Jul 13 08:34:32 UTC 2020 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 731b445..50d239d 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-certbot -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: ACME client License: Apache-2.0