From 57c36b4d2cbc92e43f66940efedd3fd97e0e8c2a597d5148af0f61d8be46a49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 7 Jun 2023 17:04:34 +0000 Subject: [PATCH] Accepting request 1091297 from home:mcalabkova:branches:devel:languages:python:certbot certbot version bump OBS-URL: https://build.opensuse.org/request/show/1091297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=84 --- certbot-apache-1.31.0.tar.gz | 3 --- certbot-apache-2.6.0.tar.gz | 3 +++ python-certbot-apache.changes | 10 ++++++++++ python-certbot-apache.spec | 7 +++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 certbot-apache-1.31.0.tar.gz create mode 100644 certbot-apache-2.6.0.tar.gz diff --git a/certbot-apache-1.31.0.tar.gz b/certbot-apache-1.31.0.tar.gz deleted file mode 100644 index 9fd1ec3..0000000 --- a/certbot-apache-1.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4736a29233068022b217034acdbf53198a43d19a8ca00a0928771f2b107276b -size 225109 diff --git a/certbot-apache-2.6.0.tar.gz b/certbot-apache-2.6.0.tar.gz new file mode 100644 index 0000000..5e84c07 --- /dev/null +++ b/certbot-apache-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c +size 182176 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 81e7cb2..0a9f90e 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 7 16:04:33 UTC 2023 - Markéta Machová + +- 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á diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 8d84797..eaf7de7 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -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}