- Update to 3.3.0

* The --register-unsafely-without-email flag is no longer needed
    in non-interactive mode.
  * In interactive mode, pressing Enter at the email prompt will
    register without an email.
  * deprecated certbot.crypto_util.dump_pyopenssl_chain
  * deprecated certbot.crypto_util.pyopenssl_load_certificate
  * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment
    variables needed in our snap configuration were persisted in calls
    to external programs like nginx which could cause them to fail to
    load OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=128
This commit is contained in:
2025-03-21 12:24:37 +00:00
committed by Git OBS Bridge
parent 00d1633555
commit b9ea4f4c4b
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2939a248def1a8bce661f8d92f9add975108741d7d96fcbfff2936031e72930c
size 439207

3
certbot-3.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40482fde0dd36b08e811d847df40ed04b6a3da52979c55456384a96807801d07
size 438767

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 21 12:21:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 3.3.0
* The --register-unsafely-without-email flag is no longer needed
in non-interactive mode.
* In interactive mode, pressing Enter at the email prompt will
register without an email.
* deprecated certbot.crypto_util.dump_pyopenssl_chain
* deprecated certbot.crypto_util.pyopenssl_load_certificate
* Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment
variables needed in our snap configuration were persisted in calls
to external programs like nginx which could cause them to fail to
load OpenSSL.
-------------------------------------------------------------------
Thu Feb 13 11:23:18 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-certbot
Version: 3.2.0
Version: 3.3.0
Release: 0
Summary: ACME client
License: Apache-2.0