- Update to version 1.22.0
* Support for Python 3.10 was added to Certbot and all of its components.
* The function certbot.util.parse_loose_version was added to parse version
strings in the same way as the now deprecated distutils.version.LooseVersion
class from the Python standard library.
* Added --issuance-timeout. This option specifies how long (in seconds) Certbot will wait
for the server to issue a certificate.
* The function certbot.util.get_strict_version was deprecated and will be
removed in a future release.
- Refreshed python-certbot.keyring
OBS-URL: https://build.opensuse.org/request/show/941917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=88
- Update to version 1.8.0
+ Added
* Added the ability to remove email and phone contact
information from an account
* using update_account --register-unsafely-without-email
+ Changed
* Support for Python 3.5 has been removed.
+ Fixed
* The problem causing the Apache plugin in the Certbot snap on
ARM systems to
* fail to load the Augeas library it depends on has been fixed.
* The acme library can now tell the ACME server to clear
contact information by passing an empty
* tuple to the contact field of a Registration message.
* Fixed the *** stack smashing detected *** error in the
Certbot snap on some systems.
* More details about these changes can be found on our GitHub
repo.
- Add certbot keyring and hash file
OBS-URL: https://build.opensuse.org/request/show/838326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=72