diff --git a/certbot-5.2.2.tar.gz b/certbot-5.2.2.tar.gz deleted file mode 100644 index d16ba49..0000000 --- a/certbot-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16cf7c83572796f1a86c685e4dd365f8f5b834541163cc2f242aa834e3849d2d -size 447537 diff --git a/certbot-5.3.0.tar.gz b/certbot-5.3.0.tar.gz new file mode 100644 index 0000000..d84d151 --- /dev/null +++ b/certbot-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5214661803118d58d8fc0d59dd0c48b8b864456e9d90ba834f8eedf9dd67b6 +size 449076 diff --git a/python-certbot.changes b/python-certbot.changes index 7b1a9b9..ed08ec7 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 9 12:50:01 UTC 2026 - Markéta Machová + +- Update to 5.3.0 + * A new command line flag, --ip-address, has been added. This requests + certificates with IP address SANs when using the standalone or manual + plugin. Note that for Let's Encrypt's implementation of IP address + certificates, you'll also need to pass --preferred-profile shortlived. + * Deploy directory hooks are now also run when using certbot certonly + or certbot run to get a new cert. + * A few largely unused functions/types from certbot.crypto_util have been + deprecated in our effort to remove our pyOpenSSL dependency. + * Authenticator.get_chall_pref's argument has been renamed from domain + to identifier, and can now receive string-formatted IP addresses in + addition to domain names. + ------------------------------------------------------------------- Thu Jan 15 13:55:32 UTC 2026 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index ad9ea17..c99981f 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-certbot -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -35,7 +35,7 @@ BuildRequires: %{python_module configobj >= 5.0.6} BuildRequires: %{python_module cryptography >= 43.0.0} BuildRequires: %{python_module distro >= 1.0.1} BuildRequires: %{python_module josepy >= 2.0.0} -BuildRequires: %{python_module parsedatetime >= 2.4} +BuildRequires: %{python_module parsedatetime >= 2.6} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyRFC3339} BuildRequires: %{python_module pytest} @@ -49,7 +49,7 @@ Requires: python-configobj >= 5.0.6 Requires: python-cryptography >= 43.0.0 Requires: python-distro >= 1.0.1 Requires: python-josepy >= 2.0.0 -Requires: python-parsedatetime >= 2.4 +Requires: python-parsedatetime >= 2.6 Requires: python-pyRFC3339 Provides: certbot = %{version} Obsoletes: certbot < %{version}