- 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user