161 Commits

Author SHA256 Message Date
92f39fe62c 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
eb263b5cd4 - 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
c5dceb5025 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
ea00699eba - 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
a5caa13df0 Accepting request 1311313 from devel:languages:python:certbot
- Update to 5.1.0
  * The function acme.crypto_util.make_self_signed_cert was deprecated
    and will be removed in a future release.

OBS-URL: https://build.opensuse.org/request/show/1311313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=77
2025-10-14 16:10:34 +00:00
f40babcadc - Update to 5.1.0
* The function acme.crypto_util.make_self_signed_cert was deprecated
    and will be removed in a future release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=133
2025-10-14 07:56:24 +00:00
ed022f6398 Accepting request 1302581 from devel:languages:python:certbot
- 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/request/show/1302581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=76
2025-09-03 19:08:30 +00:00
5b0ca79fc1 - 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
2025-09-03 12:11:06 +00:00
3ce4595fb9 Accepting request 1299118 from devel:languages:python:certbot
- Update to 4.2.0
  * Catches and ignores errors during the directory fetch for ARI checking
    so that these errors do not hinder the actual certificate issuance.
  * Removed the dependency on pytz.
  * Deprecated acme.crypto_util.probe_sni
  * Support for Python 3.9 was deprecated and will be removed in our next
    planned release.

OBS-URL: https://build.opensuse.org/request/show/1299118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=75
2025-08-13 14:30:31 +00:00
e6838ccef1 - Update to 4.2.0
* Catches and ignores errors during the directory fetch for ARI checking
    so that these errors do not hinder the actual certificate issuance.
  * Removed the dependency on pytz.
  * Deprecated acme.crypto_util.probe_sni
  * Support for Python 3.9 was deprecated and will be removed in our next
    planned release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=129
2025-08-12 15:49:40 +00:00
bc5ebe97b0 Accepting request 1286019 from devel:languages:python:certbot
- Update to 4.1.1
  * ACME Renewal Info (ARI) support. certbot renew will automatically
    check ARI when using an ACME server that supports it, and may renew
    early based on the ARI information.
  * Switched to src-layout from flat-layout to accommodate PEP 517 pip
    editable installs
  * acme.client.ClientNetwork now makes the "key" parameter optional.
  * Deprecated acme.challenges.TLSALPN01*, acme.crypto_util.SSLSocket,
    acme.standalone.TLSServer, acme.standalone.TLSALPN01Server and
    parameter alpn_protocols from acme.crypto_util.probe_sni
  * Fixed an unintended change introduced in 4.0.0 where renew_before_expiry
    could not be shorter than certbot's default renewal time.

OBS-URL: https://build.opensuse.org/request/show/1286019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=74
2025-06-16 10:26:32 +00:00
addba9043f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=127 2025-06-13 14:39:42 +00:00
e4aae71313 - Update to 4.1.1
* ACME Renewal Info (ARI) support. certbot renew will automatically
    check ARI when using an ACME server that supports it, and may renew
    early based on the ARI information.
  * Switched to src-layout from flat-layout to accommodate PEP 517 pip
    editable installs
  * acme.client.ClientNetwork now makes the "key" parameter optional.
  * Deprecated acme.challenges.TLSALPN01*, acme.crypto_util.SSLSocket,
    acme.standalone.TLSServer, acme.standalone.TLSALPN01Server and
    parameter alpn_protocols from acme.crypto_util.probe_sni
  * Fixed an unintended change introduced in 4.0.0 where renew_before_expiry
    could not be shorter than certbot's default renewal time.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=126
2025-06-13 14:33:44 +00:00
dae8593576 Accepting request 1271239 from devel:languages:python:certbot
- Update to 4.0.0:
  * Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/request/show/1271239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=73
2025-04-22 15:28:56 +00:00
e9d5cad165 - Update to 4.0.0:
* Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=124
2025-04-22 03:30:36 +00:00
0075e09f4d Accepting request 1254986 from devel:languages:python:certbot
- Update to 3.3.0
  * deprecated acme.crypto_util.dump_pyopenssl_chain
  * deprecated acme.crypto_util._pyopenssl_cert_or_req_all_names
  * deprecated acme.crypto_util._pyopenssl_cert_or_req_san

OBS-URL: https://build.opensuse.org/request/show/1254986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=72
2025-03-21 19:23:24 +00:00
61df3d0776 - Update to 3.3.0
* deprecated acme.crypto_util.dump_pyopenssl_chain
  * deprecated acme.crypto_util._pyopenssl_cert_or_req_all_names
  * deprecated acme.crypto_util._pyopenssl_cert_or_req_san

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=122
2025-03-21 12:20:45 +00:00
5fab819224 Accepting request 1247351 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1247351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=71
2025-02-20 15:41:51 +00:00
7a60e8ea1f - update to 3.2.0:
* Python 3.13 support
  * certbot and its acme library now require cryptography>=43.0.0.
  * certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.
  * Deprecated gen_ss_cert in acme.crypto_util as it uses deprecated
    pyOpenSSL API.
  * Support for Python 3.8 was deprecated and will be removed in

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=120
2025-02-13 09:33:29 +00:00
7f3ea79603 Accepting request 1240554 from devel:languages:python:certbot
- Update to 3.1.0
  * Python 3.8 support was removed.
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1240554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=70
2025-01-27 19:56:54 +00:00
26998edfa4 fix build on Leap
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=118
2025-01-27 14:25:33 +00:00
99f8e2ea31 now there is distinfo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=117
2025-01-27 14:21:20 +00:00
0d5dc62105 - Update to 3.1.0
* Python 3.8 support was removed.
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=116
2025-01-27 14:06:04 +00:00
159648d081 Accepting request 1228064 from devel:languages:python:certbot
- Update to 3.0.1
  * Support for Python 3.8 was deprecated and will be removed in 
    our next planned release.

OBS-URL: https://build.opensuse.org/request/show/1228064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=69
2024-12-03 19:48:13 +00:00
4a268624ee - Update to 3.0.1
* Support for Python 3.8 was deprecated and will be removed in 
    our next planned release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=114
2024-12-03 14:44:36 +00:00
8a7f96074b Accepting request 1183166 from devel:languages:python:certbot
- Update to 2.11.0
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/1183166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=68
2024-06-25 21:08:56 +00:00
b07f91b045 - Update to 2.11.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=112
2024-06-25 12:14:10 +00:00
fe58ab9c21 Accepting request 1174587 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1174587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=67
2024-05-16 15:17:24 +00:00
03352b9f68 - update to 2.10.0:
* We no longer publish our beta Windows installer as was
    originally announced

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=110
2024-05-09 13:49:36 +00:00
f08cdc0c4b Accepting request 1145432 from devel:languages:python:certbot
- update to 2.9.0:
  * Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.

- Add %{?sle15_python_module_pythons}

  * acme.challenges.HTTP01Response.simple_verify now accepts a timeout argument
    which defaults to 30 that causes the verification request to timeout after
  * The default key type for new certificates is now ECDSA secp256r1 (P-256).
  * acme.messages.Directory now only supports lookups by the exact resource name
  * Certbot will no longer respect very long challenge polling intervals, which
    may be suggested by some ACME servers. Certbot will continue to wait up to
    90 seconds by default, or up to a total of 30 minutes if requested by the server
  * acme.client.ClientV2 now provides separate begin_finalization and poll_finalization
  * acme.client.ClientBase, acme.messages.Authorization.resolved_combinations,
    acme.messages.Authorization.combinations, acme.mixins, acme.fields.resource
  * acme.messages.OLD_ERROR_PREFIX (urn:acme:error:) is deprecated and support
    for the old ACME error prefix in Certbot will be removed in the next major
  * acme.messages.Directory.register is deprecated and will be removed in the
    next major release of Certbot. Furthermore, .Directory will only support
    lookups by the exact resource name string in the ACME directory (e.g.
  * The source_address argument for acme.client.ClientNetwork is deprecated and
  * use order "status" to determine action during finalization
  * The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added
  * Added show_account subcommand, which will fetch the account information from
    the ACME server and show the account details (account URL and, if applicable,

OBS-URL: https://build.opensuse.org/request/show/1145432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=66
2024-02-09 22:54:33 +00:00
3831789d6f - update to 2.9.0:
* Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.
  * acme.challenges.HTTP01Response.simple_verify now accepts a timeout argument
    which defaults to 30 that causes the verification request to timeout after
  * The default key type for new certificates is now ECDSA secp256r1 (P-256).
  * acme.messages.Directory now only supports lookups by the exact resource name
  * Certbot will no longer respect very long challenge polling intervals, which
    may be suggested by some ACME servers. Certbot will continue to wait up to
    90 seconds by default, or up to a total of 30 minutes if requested by the server
  * acme.client.ClientV2 now provides separate begin_finalization and poll_finalization
  * acme.client.ClientBase, acme.messages.Authorization.resolved_combinations,
    acme.messages.Authorization.combinations, acme.mixins, acme.fields.resource
  * acme.messages.OLD_ERROR_PREFIX (urn:acme:error:) is deprecated and support
    for the old ACME error prefix in Certbot will be removed in the next major
  * acme.messages.Directory.register is deprecated and will be removed in the
    next major release of Certbot. Furthermore, .Directory will only support
    lookups by the exact resource name string in the ACME directory (e.g.
  * The source_address argument for acme.client.ClientNetwork is deprecated and
  * use order "status" to determine action during finalization
  * The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added
  * Added show_account subcommand, which will fetch the account information from
    the ACME server and show the account details (account URL and, if applicable,
  * Previously, when Certbot was in the process of registering a new ACME account
    and the ACME server did not present any Terms of Service, the user was asked
    to agree with a non-existent Terms of Service ("None"). This bug is now fixed,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=108
2024-02-09 13:24:34 +00:00
388ea6f4c2 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=107
2024-02-07 12:33:57 +00:00
d6d1a24690 Accepting request 1132999 from devel:languages:python:certbot
- Update to 2.8.0
  * Support for Python 3.7 was removed.

- Update to 2.7.4
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/1132999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=65
2023-12-14 21:02:49 +00:00
b8bfef94c8 - Update to 2.8.0
* Support for Python 3.7 was removed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=105
2023-12-07 10:29:27 +00:00
d1e2f0649e oh, nevermind
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=104
2023-11-16 13:51:40 +00:00
ee63ab0be0 while in it...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=103
2023-11-16 13:37:49 +00:00
dbbf2efc9c syntax troubles
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=102
2023-11-16 13:33:48 +00:00
03a3afbe19 better?
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=101
2023-11-16 13:29:49 +00:00
f299dc857e attempt to enable Leaps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=100
2023-11-16 13:26:55 +00:00
9bd348926a - Update to 2.7.4
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=99
2023-11-16 12:55:55 +00:00
ae03638c72 Accepting request 1123632 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1123632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=64
2023-11-06 20:14:51 +00:00
d073ea632b * Support for Python 3.7 was deprecated and will be removed in our next planned release.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=97
2023-10-30 15:55:47 +00:00
8f4dad4968 - Update to 2.7.3
* Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()
  * Fixed a bug that caused the ACME account to not be properly restored on
    renewal causing problems in setups where the user had multiple accounts with
    the same ACME server.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=96
2023-10-30 15:36:59 +00:00
e29485ad66 Accepting request 1091296 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=63
2023-06-07 21:08:08 +00:00
498fd1207c Accepting request 1091295 from home:mcalabkova:branches:devel:languages:python:certbot
- Update to 2.6.0
  * Support for Python 3.11 was added to Certbot and all of its components
  * acme.challenges.HTTP01Response.simple_verify now accepts a timeout argument 
    which defaults to 30 that causes the verification request to timeout after 
    that many seconds.
  * The default key type for new certificates is now ECDSA secp256r1 (P-256). 
    It was previously RSA 2048-bit. Existing certificates are not affected.
  * acme and Certbot no longer support versions of ACME from before the RFC 8555 standard.
  * acme and Certbot no longer support the old urn:acme:error: ACME error prefix.
  * many acme classes have been removed
  * acme.messages.Directory now only supports lookups by the exact resource name 
    string in the ACME directory
  * Removed the deprecated source_address argument for acme.client.ClientNetwork.
  * Certbot will no longer respect very long challenge polling intervals, which 
    may be suggested by some ACME servers. Certbot will continue to wait up to 
    90 seconds by default, or up to a total of 30 minutes if requested by the server 
    via Retry-After.
  * certbot show_account now displays the ACME Account Thumbprint.
  * acme.messages.OrderResource now supports being round-tripped through JSON
  * acme.client.ClientV2 now provides separate begin_finalization and poll_finalization 
    methods, in addition to the existing finalize_order method.
  * Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module.
- Drop the signature (last was acme-1.31.0.tar.gz.asc) and python-acme.keyring
  * PyPI currently hides the signatures and plans to drop support
  * https://github.com/certbot/certbot/issues/9707

OBS-URL: https://build.opensuse.org/request/show/1091295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=94
2023-06-07 16:58:31 +00:00
3960cc2909 Accepting request 1031480 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=62
2022-10-27 11:54:35 +00:00
b5707d5ece changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=92
2022-10-27 08:19:43 +00:00
e95e2c8ed8 Accepting request 1031391 from home:stroeder:branches:devel:languages:python:certbot
- Update to 1.31.0

OBS-URL: https://build.opensuse.org/request/show/1031391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=91
2022-10-27 08:17:05 +00:00
015a6a3765 Accepting request 1005262 from devel:languages:python:certbot
- Update to 1.30.0
  * acme.client.ClientBase, acme.messages.Authorization.resolved_combinations, 
    acme.messages.Authorization.combinations, acme.mixins, acme.fields.resource 
    and acme.fields.Resource are deprecated and will be removed in a future release.
  * acme.messages.OLD_ERROR_PREFIX (urn:acme:error:) is deprecated and support 
    for the old ACME error prefix in Certbot will be removed in the next major 
    release of Certbot.
  * acme.messages.Directory.register is deprecated and will be removed in the 
    next major release of Certbot. Furthermore, .Directory will only support 
    lookups by the exact resource name string in the ACME directory (e.g. 
    directory['newOrder']).
  * The source_address argument for acme.client.ClientNetwork is deprecated and 
    support for it will be removed in the next major release.

OBS-URL: https://build.opensuse.org/request/show/1005262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=61
2022-09-22 12:49:59 +00:00
0e90861d7a - Update to 1.30.0
* acme.client.ClientBase, acme.messages.Authorization.resolved_combinations, 
    acme.messages.Authorization.combinations, acme.mixins, acme.fields.resource 
    and acme.fields.Resource are deprecated and will be removed in a future release.
  * acme.messages.OLD_ERROR_PREFIX (urn:acme:error:) is deprecated and support 
    for the old ACME error prefix in Certbot will be removed in the next major 
    release of Certbot.
  * acme.messages.Directory.register is deprecated and will be removed in the 
    next major release of Certbot. Furthermore, .Directory will only support 
    lookups by the exact resource name string in the ACME directory (e.g. 
    directory['newOrder']).
  * The source_address argument for acme.client.ClientNetwork is deprecated and 
    support for it will be removed in the next major release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=89
2022-09-21 17:52:39 +00:00