From b9795d67157bd2df2daa20de21d22ebad3d19b81af69f634f10ba2d0e681df04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 3 Sep 2025 12:19:52 +0000 Subject: [PATCH] - Update to 5.0.0 * Certbot now stores the Retry-After value given by ACME Renewal Info (ARI) so the value can be respected across multiple Certbot runs. * Added uv as a test dependency, and switched most pip invocations to uv pip for faster installs. * certbot.ocsp.RevocationChecker.__init__ no longer accepts the parameter enforce_openssl_binary_usage and always uses the cryptography library for OCSP checking. * 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-certbot?expand=0&rev=140 --- certbot-4.2.0.tar.gz | 3 --- certbot-5.0.0.tar.gz | 3 +++ python-certbot.changes | 14 ++++++++++++++ python-certbot.spec | 5 +++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 certbot-4.2.0.tar.gz create mode 100644 certbot-5.0.0.tar.gz diff --git a/certbot-4.2.0.tar.gz b/certbot-4.2.0.tar.gz deleted file mode 100644 index 9937f74..0000000 --- a/certbot-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb1e56ca8a072bec49ac0c7b5390a29cbf68c2c05f712259a9b3491de041c27b -size 442984 diff --git a/certbot-5.0.0.tar.gz b/certbot-5.0.0.tar.gz new file mode 100644 index 0000000..a57b293 --- /dev/null +++ b/certbot-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9e4680e812037b582cef7335570074390b455d24a3e09bcaa2fdc473dbcc0a +size 442736 diff --git a/python-certbot.changes b/python-certbot.changes index b70ddb0..cc5dccc 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 3 12:15:55 UTC 2025 - Markéta Machová + +- Update to 5.0.0 + * Certbot now stores the Retry-After value given by ACME Renewal Info (ARI) + so the value can be respected across multiple Certbot runs. + * Added uv as a test dependency, and switched most pip invocations to uv pip + for faster installs. + * certbot.ocsp.RevocationChecker.__init__ no longer accepts the parameter + enforce_openssl_binary_usage and always uses the cryptography library + for OCSP checking. + * Python 3.9 support was removed. + * Migrated most functionality from setup.py to pyproject.toml + ------------------------------------------------------------------- Tue Aug 12 15:53:44 UTC 2025 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index da61d8c..c7a01b0 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-certbot -Version: 4.2.0 +Version: 5.0.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -40,6 +40,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pyRFC3339} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 41.6.0} +BuildRequires: %{python_module uv} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-acme >= %{version}