Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d4ec730d1 | |||
| f26853aa16 | |||
| cff23aaf18 | |||
| a2d4747071 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b97820857d9baffed98bca50ab82bb6a636e447865d7a013a7bdd7972f03cda
|
||||
size 89982
|
||||
3
acme-5.3.0.tar.gz
Normal file
3
acme-5.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:015b6159ceb1cdf789aa79084e8f5e9e5f0515bb110d452aac03ad52db35bb74
|
||||
size 90655
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 12:26:27 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 5.3.0
|
||||
* Deprecated acme.crypto_util.Format in our effort to remove our
|
||||
pyOpenSSL dependency
|
||||
* achallenges.KeyAuthorizationAnnotatedChallenge, achallenges.DNS,
|
||||
and achallenges.Other have a new field identifier, of type
|
||||
acme.messages.Identifier. This should be used in place of the
|
||||
domain field, which is now deprecated both as an attribute and
|
||||
during object creation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 13:29:20 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 5.2.2
|
||||
* Support for Python 3.14 was added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 07:53:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-acme
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 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: 5.1.0
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Summary: Python library for the ACME protocol
|
||||
License: Apache-2.0
|
||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
|
||||
BuildRequires: %{python_module pyRFC3339}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.20.0}
|
||||
BuildRequires: %{python_module requests >= 2.25.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
@@ -40,7 +40,7 @@ Requires: python-cryptography >= 43.0.0
|
||||
Requires: python-josepy >= 2.0.0
|
||||
Requires: python-pyOpenSSL >= 25.0.0
|
||||
Requires: python-pyRFC3339
|
||||
Requires: python-requests >= 2.20.0
|
||||
Requires: python-requests >= 2.25.1
|
||||
BuildArch: noarch
|
||||
%if %{?suse_version} < 1500
|
||||
BuildRequires: %{python_module devel}
|
||||
|
||||
Reference in New Issue
Block a user