17
0

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
This commit is contained in:
2023-06-07 17:04:34 +00:00
committed by Git OBS Bridge
parent c7274ec86c
commit 57c36b4d2c
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 7 16:04:33 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>