Compare commits

4 Commits

Author SHA256 Message Date
6d4ec730d1 Accepting request 1332023 from devel:languages:python:certbot
- 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.

OBS-URL: https://build.opensuse.org/request/show/1332023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=79
2026-02-09 18:28:25 +00:00
f26853aa16 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=137
2026-02-09 12:47:13 +00:00
cff23aaf18 Accepting request 1327568 from devel:languages:python:certbot
- Update to 5.2.2
  * Support for Python 3.14 was added.

OBS-URL: https://build.opensuse.org/request/show/1327568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=78
2026-01-17 13:54:20 +00:00
a2d4747071 - Update to 5.2.2
* Support for Python 3.14 was added.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=135
2026-01-15 13:38:27 +00:00
4 changed files with 25 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:015b6159ceb1cdf789aa79084e8f5e9e5f0515bb110d452aac03ad52db35bb74
size 90655

View File

@@ -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>

View File

@@ -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}