17
0

- update to version 1.4.0

* Turn off session tickets for apache plugin by default when appropriate.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=45
This commit is contained in:
2020-05-14 08:57:10 +00:00
committed by Git OBS Bridge
parent a7cbdabfa0
commit 870e2c9735
4 changed files with 10 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-apache
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Apache plugin for Certbot
License: Apache-2.0
@@ -26,7 +26,6 @@ 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 mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.component}