17
0

- update to 0.34.0

* update for main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=13
This commit is contained in:
2019-05-19 12:24:59 +00:00
committed by Git OBS Bridge
parent 5c35337880
commit ed587cb180
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c43cd26aacc2eb0ae890be6a2f74d726b6dcb4ee7b63c0e55ec33e576f3e84
size 79096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13d58e40097f6b36e323752c146dc90d06120dc69a313e141476e0bc1a74ee17
size 75844

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 18 23:11:25 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 0.34.0
* update for main certbot package
-------------------------------------------------------------------
Mon Mar 18 12:06:47 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,14 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-nginx
Version: 0.32.0
Version: 0.34.2
Release: 0
Summary: Nginx plugin for Certbot
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/letsencrypt/letsencrypt
Source: https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot-nginx-%{version}.tar.gz
BuildRequires: %{python_module certbot >= 0.22.0}
BuildRequires: %{python_module certbot >= 0.34.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -33,8 +33,8 @@ BuildRequires: fdupes
BuildRequires: nginx
BuildRequires: python-rpm-macros
Requires: nginx
Requires: python-acme >= 0.26.0
Requires: python-certbot >= 0.22.0
Requires: python-acme >= 0.29.0
Requires: python-certbot >= 0.34.0
Requires: python-pyOpenSSL
Requires: python-pyparsing >= 1.5.5
Requires: python-zope.interface