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 3d2020875f
commit 89ed0eaba5
4 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a6bb818a7a70803127590a54bb25c1e79810761c9d4c92cf9f16a56b518bd52
size 217789

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6067f537deb7f70b979d11ed19846712dbf5c484ca927841805e78d8797b4640
size 221695

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 14 08:49:00 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.4.0
* Turn off session tickets for apache plugin by default when appropriate.
-------------------------------------------------------------------
Wed Mar 11 13:43:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

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}