- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df68c0e1acb3824a2100013f8cd51bda2e1a56aa23447449d14c942959f0c41
|
||||
size 96820
|
||||
3
acme-5.0.0.tar.gz
Normal file
3
acme-5.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b701b23e66d3c58352896a72caa13523d9f72b183a0ba1cde93e6713a450a391
|
||||
size 89872
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 12:06:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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á <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user