Accepting request 685975 from home:mcalabkova:branches:devel:languages:python:certbot
- 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.
OBS-URL: https://build.opensuse.org/request/show/685975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user