From cdc834ca93cd30d21f52aed0824370eaf3c573b10ef41f634904d77ade61fba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 21 Jan 2020 09:48:27 +0000 Subject: [PATCH] - update to version 1.1.0 * Support for Python 3.4 in Certbot and its ACME library is deprecated and will be removed in the next release of Certbot. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=54 --- certbot-1.0.0.tar.gz | 3 --- certbot-1.1.0.tar.gz | 3 +++ python-certbot.changes | 7 +++++++ python-certbot.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 certbot-1.0.0.tar.gz create mode 100644 certbot-1.1.0.tar.gz diff --git a/certbot-1.0.0.tar.gz b/certbot-1.0.0.tar.gz deleted file mode 100644 index f2ace03..0000000 --- a/certbot-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86b82d31db19fffffb0d6b218951e2121ef514e3ff659aa042deaf92a33e302a -size 357926 diff --git a/certbot-1.1.0.tar.gz b/certbot-1.1.0.tar.gz new file mode 100644 index 0000000..80b0a8d --- /dev/null +++ b/certbot-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e93661a0db53f416c0f5476d8d2e62bc7259b7660dd983453b85df9ef6e8b8 +size 359396 diff --git a/python-certbot.changes b/python-certbot.changes index 8e8f00f..d612317 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 21 09:39:19 UTC 2020 - Marketa Calabkova + +- update to version 1.1.0 + * Support for Python 3.4 in Certbot and its ACME library is deprecated and will be + removed in the next release of Certbot. + ------------------------------------------------------------------- Fri Jan 3 11:16:34 UTC 2020 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 61fa362..43e6ac0 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: ACME client License: Apache-2.0