From ccc1b0c0ccba81b1081d1c1aac1818bc00a05dcb57de75fcb952bd90a55585bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 3 Jan 2020 11:31:17 +0000 Subject: [PATCH] - update to version 1.0.0 * The docs extras for the certbot-apache and certbot-nginx packages have been removed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=34 --- certbot-apache-0.40.1.tar.gz | 3 --- certbot-apache-1.0.0.tar.gz | 3 +++ python-certbot-apache.changes | 7 +++++++ python-certbot-apache.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 certbot-apache-0.40.1.tar.gz create mode 100644 certbot-apache-1.0.0.tar.gz diff --git a/certbot-apache-0.40.1.tar.gz b/certbot-apache-0.40.1.tar.gz deleted file mode 100644 index 55a1293..0000000 --- a/certbot-apache-0.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16404e9e404f0b98c18bd752fad812a45ef7f9b0efa9bbc8589f24a94e67de7c -size 180430 diff --git a/certbot-apache-1.0.0.tar.gz b/certbot-apache-1.0.0.tar.gz new file mode 100644 index 0000000..7a43a56 --- /dev/null +++ b/certbot-apache-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7335ab5687a0a47d9041d9e13f3a2d67d0e8372da97ab639edb31c14b787cd68 +size 195910 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index c36dc8d..4f17ec4 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 3 11:29:27 UTC 2020 - Marketa Calabkova + +- update to version 1.0.0 + * The docs extras for the certbot-apache and certbot-nginx packages + have been removed. + ------------------------------------------------------------------- Thu Nov 14 11:54:06 UTC 2019 - Marketa Calabkova diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 27c5bdb..29a5687 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-apache # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-apache -Version: 0.40.1 +Version: 1.0.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -37,7 +37,7 @@ Requires: apache2 Requires: augeas-lenses Requires: python-acme >= 0.34.0 Requires: python-augeas -Requires: python-certbot >= 0.34.0 +Requires: python-certbot >= 0.39.0 Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch