From ba79320960ef97e899d2da054ef9537f578f4bf0aaf69def45ff965ffb3c0116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Feb 2020 15:32:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=40 --- certbot-apache-1.1.0.tar.gz | 3 --- certbot-apache-1.2.0.tar.gz | 3 +++ python-certbot-apache.changes | 6 ++++++ python-certbot-apache.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 certbot-apache-1.1.0.tar.gz create mode 100644 certbot-apache-1.2.0.tar.gz diff --git a/certbot-apache-1.1.0.tar.gz b/certbot-apache-1.1.0.tar.gz deleted file mode 100644 index efad059..0000000 --- a/certbot-apache-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e84dfe96b72582cde97c490977d8e2d33d440c927a320debb4cf287f6fadcc -size 195823 diff --git a/certbot-apache-1.2.0.tar.gz b/certbot-apache-1.2.0.tar.gz new file mode 100644 index 0000000..df180f3 --- /dev/null +++ b/certbot-apache-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46e9def272103a68108e48bf7e410ea46801529b1ea6954f6506b14dd9df9b3 +size 192297 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 03ffbec..968194c 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 21 15:31:41 UTC 2020 - Marketa Calabkova + +- update to version 1.2.0 + * Sync with main certbot package. + ------------------------------------------------------------------- Tue Jan 21 09:39:46 UTC 2020 - Marketa Calabkova diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 51ecaee..71b22a8 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-apache -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz BuildRequires: %{python_module augeas} -BuildRequires: %{python_module certbot >= 1.1.0} +BuildRequires: %{python_module certbot >= 1.2.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -37,7 +37,7 @@ Requires: apache2 Requires: augeas-lenses Requires: python-acme >= 0.34.0 Requires: python-augeas -Requires: python-certbot >= 1.1.0 +Requires: python-certbot >= 1.2.0 Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch