- Update to version 1.9.0

* certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
  * Update the packaging instructions to promote usage of python -m pytest to test Certbot
    instead of the deprecated python setup.py test setuptools approach.
  * Reduced CLI logging when handling some kinds of errors.
  * The minimum version of the acme library required by Certbot was corrected.
    In the previous release, Certbot said it required acme>=1.6.0 when it
    actually required acme>=1.8.0 to properly support removing contact
    information from an ACME account.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=73
This commit is contained in:
2020-10-07 08:29:09 +00:00
committed by Git OBS Bridge
parent 064a0a3b07
commit d2bea96758
6 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 7 08:15:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.9.0
* certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
* Update the packaging instructions to promote usage of python -m pytest to test Certbot
instead of the deprecated python setup.py test setuptools approach.
* Reduced CLI logging when handling some kinds of errors.
* The minimum version of the acme library required by Certbot was corrected.
In the previous release, Certbot said it required acme>=1.6.0 when it
actually required acme>=1.8.0 to properly support removing contact
information from an ACME account.
-------------------------------------------------------------------
Mon Sep 28 13:57:39 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>