From 870e2c973524da6876dc4aa0a5182228f9cace4e95bb12f320e27cec5960af77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 14 May 2020 08:57:10 +0000 Subject: [PATCH] - 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 --- certbot-apache-1.3.0.tar.gz | 3 --- certbot-apache-1.4.0.tar.gz | 3 +++ python-certbot-apache.changes | 6 ++++++ python-certbot-apache.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 certbot-apache-1.3.0.tar.gz create mode 100644 certbot-apache-1.4.0.tar.gz diff --git a/certbot-apache-1.3.0.tar.gz b/certbot-apache-1.3.0.tar.gz deleted file mode 100644 index 5bcfeed..0000000 --- a/certbot-apache-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6bb818a7a70803127590a54bb25c1e79810761c9d4c92cf9f16a56b518bd52 -size 217789 diff --git a/certbot-apache-1.4.0.tar.gz b/certbot-apache-1.4.0.tar.gz new file mode 100644 index 0000000..be113e4 --- /dev/null +++ b/certbot-apache-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6067f537deb7f70b979d11ed19846712dbf5c484ca927841805e78d8797b4640 +size 221695 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 6009a3c..1522407 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 08:49:00 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 5926a3e..43cf6c3 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -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}