- Update to 2.7.3

* Add certbot.util.LooseVersion class. See GH #9489.
  * NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
    of global state previously needed to inspect whether a user set an argument or not.
  * Support for Python 3.7 was deprecated and will be removed in our next planned release.
  * Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks.
  * Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=104
This commit is contained in:
2023-10-30 15:52:53 +00:00
committed by Git OBS Bridge
parent e690f26957
commit 67e391d36d
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 2.7.3
* Add certbot.util.LooseVersion class. See GH #9489.
* NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
of global state previously needed to inspect whether a user set an argument or not.
* Support for Python 3.7 was deprecated and will be removed in our next planned release.
* Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks.
* Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()
-------------------------------------------------------------------
Wed Jun 7 15:37:48 UTC 2023 - Markéta Machová <mmachova@suse.com>