- Update to 5.0.0

* Removed acme.crypto_util.SSLSocket and acme.crypto_util.probe_sni
  * Removed a number of deprecated classes/interfaces in acme.challenges
  * Python 3.9 support was removed.
  * Migrated most functionality from setup.py to pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=131
This commit is contained in:
2025-09-03 12:11:06 +00:00
committed by Git OBS Bridge
parent e6838ccef1
commit 5b0ca79fc1
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 3 12:06:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 5.0.0
* Removed acme.crypto_util.SSLSocket and acme.crypto_util.probe_sni
* Removed a number of deprecated classes/interfaces in acme.challenges
* Python 3.9 support was removed.
* Migrated most functionality from setup.py to pyproject.toml
-------------------------------------------------------------------
Tue Aug 12 15:45:31 UTC 2025 - Markéta Machová <mmachova@suse.com>