17
0

Accepting request 1091326 from devel:languages:python:certbot

OBS-URL: https://build.opensuse.org/request/show/1091326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-apache?expand=0&rev=39
This commit is contained in:
2023-06-07 21:08:24 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c
size 182176

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 7 16:04:33 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to version 2.6.0
* The Apache plugin no longer supports Apache 2.2.
* Support for Python 3.11 was added to Certbot and all of its components.
* All Certbot components now require pytest to run tests.
* Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module.
* There is now a new Other annotated challenge object to allow plugins to support entirely novel challenges.
-------------------------------------------------------------------
Thu Oct 27 08:20:35 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-certbot-apache
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot-apache
Version: 1.31.0
Version: 2.6.0
Release: 0
Summary: Apache plugin for Certbot
License: Apache-2.0
@@ -31,8 +31,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: apache2
Requires: augeas-lenses
Requires: apache2 >= 2.3
Requires: python-acme >= %{version}
Requires: python-augeas
Requires: python-certbot >= %{version}