- Update to 2.8.0

* Support for Python 3.7 was removed.
  * Stop using the deprecated pkg_resources API included in setuptools.

Note: delegate the lexicon fixes to the home branch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=112
This commit is contained in:
2023-12-07 10:42:45 +00:00
committed by Git OBS Bridge
parent 30023c0eb4
commit f3df20bfa5
5 changed files with 11 additions and 217 deletions

View File

@@ -1,10 +1,16 @@
-------------------------------------------------------------------
Thu Dec 7 10:40:28 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.8.0
* Support for Python 3.7 was removed.
* Stop using the deprecated pkg_resources API included in setuptools.
-------------------------------------------------------------------
Thu Nov 16 12:56:34 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.7.4
* Fixed a bug introduced in version 2.7.0 that caused interactively entered
webroot plugin values to not be saved for renewal.
- Add built-in-lexicon.patch to fix failures with dns-lexicon.
-------------------------------------------------------------------
Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová <mmachova@suse.com>