- Update to 2.8.0

* Support for Python 3.7 was removed.
  * Stop using the deprecated pkg_resources API included in setuptools.

Note: delegate the lexicon fixes to the home branch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=112
This commit is contained in:
2023-12-07 10:42:45 +00:00
committed by Git OBS Bridge
parent 30023c0eb4
commit f3df20bfa5
5 changed files with 11 additions and 217 deletions

View File

@@ -19,14 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot
Version: 2.7.4
Version: 2.8.0
Release: 0
Summary: ACME client
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source0: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz
# PATCH-FIX-UPSTREAM picked from https://github.com/certbot/certbot/pull/9838 Actual resolution of the DNS zone name in Lexicon-based DNS plugins
Patch: built-in-lexicon.patch
BuildRequires: %{python_module acme >= %{version}}
BuildRequires: %{python_module configargparse >= 1.5.3}
BuildRequires: %{python_module configobj >= 5.0.6}