- update to version 1.17.0

* We changed how dependencies are specified between Certbot packages. For this
    and future releases, higher level Certbot components will require that lower
    level components are the same version or newer. More specifically, version X
    of the Certbot package will now always require acme>=X and version Y of a
    plugin package will always require acme>=Y and certbot=>Y. Specifying
    dependencies in this way simplifies testing and development.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=85
This commit is contained in:
2021-07-30 08:42:52 +00:00
committed by Git OBS Bridge
parent 357207f178
commit 8e3ad2443d
6 changed files with 28 additions and 17 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 30 08:40:46 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.17.0
* We changed how dependencies are specified between Certbot packages. For this
and future releases, higher level Certbot components will require that lower
level components are the same version or newer. More specifically, version X
of the Certbot package will now always require acme>=X and version Y of a
plugin package will always require acme>=Y and certbot=>Y. Specifying
dependencies in this way simplifies testing and development.
-------------------------------------------------------------------
Thu Jun 24 08:51:38 UTC 2021 - Markéta Machová <mmachova@suse.com>