diff --git a/certbot-apache-0.31.0.tar.gz b/certbot-apache-0.31.0.tar.gz deleted file mode 100644 index 97d6e03..0000000 --- a/certbot-apache-0.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4b840b2a439a63e2dce809272c3c3cd4b1aeefc4053cd188935135be137edd -size 168050 diff --git a/certbot-apache-0.32.0.tar.gz b/certbot-apache-0.32.0.tar.gz new file mode 100644 index 0000000..966c1f8 --- /dev/null +++ b/certbot-apache-0.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68072775f1bb4bc9fc64cabe051a761f6dbf296012512eff7819144ac8b9ec97 +size 163549 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index f634b5a..df3749a 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 18 09:22:45 UTC 2019 - Marketa Calabkova + +- update to version 0.32.0 + * Apache plugin now respects CERTBOT_DOCS environment variable + when adding command line defaults. + * Tests execution for certbot, certbot-apache and certbot-nginx + packages now relies on pytest. + ------------------------------------------------------------------- Fri Feb 8 10:35:28 UTC 2019 - Marketa Calabkova diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 72ad2f6..dba6d88 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: 0.31.0 +Version: 0.32.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/ BuildRequires: %{python_module augeas} BuildRequires: %{python_module certbot >= 0.26.0} BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.interface} @@ -57,7 +58,7 @@ The Apache plugin for Certbot. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst