From 5b0ca79fc14ec80ce2a2e9afb67f63b43a4341eed7fe9cc273afffd10f25bf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 3 Sep 2025 12:11:06 +0000 Subject: [PATCH] - Update to 5.0.0 * Removed acme.crypto_util.SSLSocket and acme.crypto_util.probe_sni * Removed a number of deprecated classes/interfaces in acme.challenges * 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-acme?expand=0&rev=131 --- acme-4.2.0.tar.gz | 3 --- acme-5.0.0.tar.gz | 3 +++ python-acme.changes | 9 +++++++++ python-acme.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 acme-4.2.0.tar.gz create mode 100644 acme-5.0.0.tar.gz diff --git a/acme-4.2.0.tar.gz b/acme-4.2.0.tar.gz deleted file mode 100644 index f11566f..0000000 --- a/acme-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df68c0e1acb3824a2100013f8cd51bda2e1a56aa23447449d14c942959f0c41 -size 96820 diff --git a/acme-5.0.0.tar.gz b/acme-5.0.0.tar.gz new file mode 100644 index 0000000..a5c3a11 --- /dev/null +++ b/acme-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b701b23e66d3c58352896a72caa13523d9f72b183a0ba1cde93e6713a450a391 +size 89872 diff --git a/python-acme.changes b/python-acme.changes index f26f137..3546d39 100644 --- a/python-acme.changes +++ b/python-acme.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 3 12:06:41 UTC 2025 - Markéta Machová + +- Update to 5.0.0 + * Removed acme.crypto_util.SSLSocket and acme.crypto_util.probe_sni + * Removed a number of deprecated classes/interfaces in acme.challenges + * Python 3.9 support was removed. + * Migrated most functionality from setup.py to pyproject.toml + ------------------------------------------------------------------- Tue Aug 12 15:45:31 UTC 2025 - Markéta Machová diff --git a/python-acme.spec b/python-acme.spec index 3bacd66..9fa453d 100644 --- a/python-acme.spec +++ b/python-acme.spec @@ -1,7 +1,7 @@ # # spec file for package python-acme # -# 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 @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define libname acme Name: python-%{libname} -Version: 4.2.0 +Version: 5.0.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0