17
0

- update to version 1.16.0

* Require the latest certbot and acme plugins for simplicity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=66
This commit is contained in:
2021-06-24 09:26:40 +00:00
committed by Git OBS Bridge
parent 8b0d7821ac
commit a3946bbc8e
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:a705fa30dcc242914b68d905377f56d0f31a54aac95f3663fbc31b5e467aa9a1
size 221204

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26824b812826d22b3f80377dfc2976a6f37f425c414c50efd8f8bd6e7967d579
size 221072

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 24 09:26:08 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.16.0
* Require the latest certbot and acme plugins for simplicity
-------------------------------------------------------------------
Wed May 12 12:06:21 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@@ -19,14 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot-apache
Version: 1.15.0
Version: 1.16.0
Release: 0
Summary: Apache plugin for Certbot
License: Apache-2.0
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 certbot >= %{version}}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.component}
@@ -35,9 +35,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: apache2
Requires: augeas-lenses
Requires: python-acme >= 0.34.0
Requires: python-acme >= %{version}
Requires: python-augeas
Requires: python-certbot >= 1.1.0
Requires: python-certbot >= %{version}
Requires: python-zope.component
Requires: python-zope.interface
BuildArch: noarch