Accepting request 1091323 from devel:languages:python:certbot

OBS-URL: https://build.opensuse.org/request/show/1091323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2023-06-07 21:08:22 +00:00 committed by Git OBS Bridge
commit 1a750c7a90
4 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 7 16:05:11 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to version 2.6.0
* 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.
* Certbot no longer depends on zope.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 27 08:21:32 UTC 2022 - Markéta Machová <mmachova@suse.com> Thu Oct 27 08:21:32 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-certbot-dns-digitalocean # spec file for package python-certbot-dns-digitalocean
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-certbot-dns-digitalocean Name: python-certbot-dns-digitalocean
Version: 1.31.0 Version: 2.6.0
Release: 0 Release: 0
Summary: DigitalOcean Authenticator plugin for Certbot Summary: DigitalOcean Authenticator plugin for Certbot
License: Apache-2.0 License: Apache-2.0
@ -34,8 +34,6 @@ BuildRequires: python-rpm-macros
Requires: python-acme >= %{version} Requires: python-acme >= %{version}
Requires: python-certbot >= %{version} Requires: python-certbot >= %{version}
Requires: python-digitalocean >= 1.11 Requires: python-digitalocean >= 1.11
Requires: python-six
Requires: python-zope.interface
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages