Accepting request 1133000 from devel:languages:python:certbot

certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=48
This commit is contained in:
2023-12-14 21:02:50 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

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

3
certbot-2.8.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 7 10:40:28 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.8.0
* Support for Python 3.7 was removed.
* Stop using the deprecated pkg_resources API included in setuptools.
-------------------------------------------------------------------
Thu Nov 16 12:56:34 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.7.4
* Fixed a bug introduced in version 2.7.0 that caused interactively entered
webroot plugin values to not be saved for renewal.
-------------------------------------------------------------------
Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot
Version: 2.7.3
Version: 2.8.0
Release: 0
Summary: ACME client
License: Apache-2.0
@@ -69,6 +69,7 @@ to lower the barriers to entry for encrypting all HTTP traffic on the internet.
%prep
%setup -q -n certbot-%{version}
%autopatch -p1
%build
%python_build