From 8ccad1dad8d2d7509fa4854ebc4ff5948717dfb333253a9079a4c7910f56f020 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Tue, 21 Dec 2021 15:34:56 +0000 Subject: [PATCH] Accepting request 940329 from home:susnux:branches:devel:languages:python:certbot Update to version 1.20.0, requires: SR#940327 OBS-URL: https://build.opensuse.org/request/show/940329 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=70 --- certbot-apache-1.18.0.tar.gz | 3 --- certbot-apache-1.20.0.tar.gz | 3 +++ python-certbot-apache.changes | 7 +++++++ python-certbot-apache.spec | 6 +----- 4 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 certbot-apache-1.18.0.tar.gz create mode 100644 certbot-apache-1.20.0.tar.gz diff --git a/certbot-apache-1.18.0.tar.gz b/certbot-apache-1.18.0.tar.gz deleted file mode 100644 index 06b387d..0000000 --- a/certbot-apache-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0a8102f7417598e1a4b28ff5434cbfeccfc4ec5ddebb51bd097bd525fcfb3d -size 221569 diff --git a/certbot-apache-1.20.0.tar.gz b/certbot-apache-1.20.0.tar.gz new file mode 100644 index 0000000..d700ad1 --- /dev/null +++ b/certbot-apache-1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b964fef5a77d0f0b702fb82929d22aeb93dcdc9f8c74f368112fcdf069544dbc +size 221860 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 9213637..0a719fc 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 13 17:32:11 UTC 2021 - Ferdinand Thiessen + +- Update to version 1.19.0 + * Fixed parsing of Defined values in the Apache plugin to allow + for = in the value. + ------------------------------------------------------------------- Tue Aug 10 13:49:41 UTC 2021 - Danilo Spinella diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 35771ac..d075c0b 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-apache -Version: 1.18.0 +Version: 1.20.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -29,8 +29,6 @@ BuildRequires: %{python_module augeas} BuildRequires: %{python_module certbot >= %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module zope.component} -BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: apache2 @@ -38,8 +36,6 @@ Requires: augeas-lenses Requires: python-acme >= %{version} Requires: python-augeas Requires: python-certbot >= %{version} -Requires: python-zope.component -Requires: python-zope.interface BuildArch: noarch %python_subpackages