SHA256
1
0
forked from pool/python-acme

78 Commits

Author SHA256 Message Date
efd4d563c1 - 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
6341e84c81 - 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
9edc7bcb96 - 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
3a78142553 - 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
3075f8da43 - 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
2f79dd20db 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
d5f7a66d5b 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
d58af48794 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
65038ca06d 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
f2fe9505f8 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
8b97889488 - 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
9149107cac - 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
3585f7ff02 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
e66789ecc5 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
b28a1eb60d - 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
019c999527 - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=87
2022-07-11 13:11:44 +00:00
610c305bac - update to 1.28.0:
* use order "status" to determine action during finalization

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=85
2022-06-24 19:27:53 +00:00
008e13cce7 - Update to version 1.27.0
* Added support for RFC8555 subproblems to our acme library.
  * The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added 
    as an additional trusted key to sign our PyPI packages
- Refreshed python-acme.keyring

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=83
2022-05-30 09:08:11 +00:00
2e8d0cc50b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=81 2022-04-08 11:03:50 +00:00
e05f34137f Accepting request 967673 from home:mcalabkova:branches:devel:languages:python:certbot
- Update to version 1.26.0
  * Added show_account subcommand, which will fetch the account information from 
    the ACME server and show the account details (account URL and, if applicable, 
    email address or addresses)
  * The acme library now requires requests>=2.20.0.
  * Certbot and its acme library now require pytz>=2019.3.
  * Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation support.
  * 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, 
    so that if an ACME server does not provide any Terms of Service to agree with, 
    the user is not asked to agree to a non-existent Terms of Service any longer.
  * If account registration fails, Certbot did not relay the error from the ACME 
    server back to the user. This is now fixed: the error message from the ACME 
    server is now presented to the user when account registration fails.

OBS-URL: https://build.opensuse.org/request/show/967673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=80
2022-04-08 06:27:39 +00:00
Danilo Spinella
348d318fed Accepting request 941918 from home:dspinella:branches:devel:languages:python:certbot
- Update to version 1.22.0
  * sync with main certbot package
- Refresh python-acme.keyring

OBS-URL: https://build.opensuse.org/request/show/941918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=79
2021-12-21 18:34:58 +00:00
Danilo Spinella
da8ede0bd8 Accepting request 940327 from home:susnux:branches:devel:languages:python:certbot
Update to version 1.20.0

OBS-URL: https://build.opensuse.org/request/show/940327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=78
2021-12-21 15:33:55 +00:00
af76f2771e Accepting request 911267 from home:dspinella:branches:devel:languages:python:certbot
- update to version 1.18.0
  * sync with main certbot package
  * the .client.Client and .client.BackwardsCompatibleClientV2 classes
    are now deprecated in favor of .client.ClientV2

OBS-URL: https://build.opensuse.org/request/show/911267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=77
2021-08-11 06:02:23 +00:00
3f0cea0bcd - update to version 1.17.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=76
2021-07-30 08:38:49 +00:00
1bf754eca4 - update to version 1.16.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=74
2021-06-24 08:57:06 +00:00
eff3ffa0f7 - update to version 1.15.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=72
2021-05-12 12:02:46 +00:00
9c8f06d9f6 - update to version 1.14.0
* The module acme.magic_typing is deprecated and will be removed in 
    a future release. Please use the built-in module typing instead.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=70
2021-04-14 15:11:20 +00:00
38b5c34586 fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=68
2021-03-08 08:21:19 +00:00
f92229445f - update to version 1.13.0
* Support for Python 2 has been removed.
  * The acme library no longer depends on the security extras from 
    requests which was needed to support SNI in TLS requests when 
    using old versions of Python 2.
  * When revoking a certificate by --cert-name, it is no longer 
    necessary to specify the --server if the certificate was 
    obtained from a non-default ACME server.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=67
2021-03-08 08:13:54 +00:00
6d8e599539 Accepting request 861609 from home:alarrosa:branches:devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/861609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=65
2021-01-08 12:12:07 +00:00
e276469de5 - update to version 1.9.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=63
2020-10-07 08:09:20 +00:00
6e12821bc9 Accepting request 838354 from home:frispete:python
- update to version 1.8.0
  * Support for Python 3.5 has been removed.
  * The acme library can now tell the ACME server to clear contact information by passing an empty
    tuple to the contact field of a Registration message.

OBS-URL: https://build.opensuse.org/request/show/838354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=62
2020-10-07 07:58:46 +00:00
1191a5e87e - update to version 1.7.0
* We deprecated support for Python 3.5 in Certbot and its ACME library.
    Support for Python 3.5 will be removed in the next major release of Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=60
2020-08-21 08:36:07 +00:00
5ac61963a4 - update to version 1.6.0
* Support for alternative certificate chains in the acme module.
  * Added --preferred-chain <issuer CN>. If a CA offers multiple 
    certificate chains, it may be used to indicate to Certbot which 
    chain should be preferred.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=58
2020-07-13 08:30:35 +00:00
fa7976eefc - update to version 1.5.0
* Fix TLS-ALPN test that fails when run with newer versions of OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=56
2020-06-11 12:09:01 +00:00
708e87dbed - update to version 1.4.0
* Added TLS-ALPN-01 challenge support in the acme library. Support of this
    challenge in the Certbot client is planned to be added in a future release.
  * mock dependency is now conditional on Python 2 in all of our packages.
  * When using an RFC 8555 compliant endpoint, the acme library no longer sends the
    resource field in any requests or the type field when responding to challenges.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=54
2020-05-14 08:26:34 +00:00
a1aa6f3e2d - update to version 1.3.0
* Don't verify the existing certificate in HTTP01Response.simple_verify, for
    compatibility with the real-world ACME challenge checks.
  * Fix acme module warnings when response Content-Type includes params (e.g. charset).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=52
2020-03-11 13:41:49 +00:00
969a6f376c - update to version 1.2.0
* Support for Python 3.4 has been removed.
  * Fix collections.abc imports for Python 3.9.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=50
2020-02-21 15:29:54 +00:00
10170f7582 - update to version 1.1.0
* Removed the fallback introduced with 0.34.0 in acme to retry a POST-as-GET
    request as a GET request when the targeted ACME CA server seems to not support
    POST-as-GET requests.
  * Support for Python 3.4 in Certbot and its ACME library is deprecated and will be
    removed in the next release of Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=48
2020-01-21 09:47:07 +00:00
Tomáš Chvátal
3bac4e5a15 Accepting request 760621 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 1.0.0
  * Deprecated attributes related to the TLS-SNI-01 challenge in
    acme.challenges and acme.standalone have been removed.

OBS-URL: https://build.opensuse.org/request/show/760621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=45
2020-01-03 11:26:41 +00:00
257c45cc10 - update to version 0.40.1
* acme.standalone.BaseRequestHandlerWithLogging and acme.standalone.simple_tls_sni_01_server 
    have been deprecated and will be removed in a future release of the library.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=43
2019-11-14 12:03:09 +00:00
af773b9883 Accepting request 739135 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=41
2019-10-17 11:25:08 +00:00
762dd0c128 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=38 2019-10-02 11:18:04 +00:00
7932c3ad87 - update to version 0.38.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=33
2019-09-11 12:29:00 +00:00
f79977dc8a - update to version 0.37.2
* acme: Authz deactivation added to acme module.
- update to version 0.36.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=30
2019-08-26 10:47:17 +00:00
ffdd669c0c - update to version 0.36.0
* Added missing error types from RFC8555
  * Added signature

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=24
2019-07-17 13:43:09 +00:00
38f0d4721f - update to 3.5.1
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=21
2019-06-18 09:36:52 +00:00
Tomáš Chvátal
cb66de4688 - Use the %pytest macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=19
2019-05-27 13:53:17 +00:00
dd9a877709 - update to 0.34.2:
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=18
2019-05-18 23:14:52 +00:00
a2f7090f36 Accepting request 685974 from home:mcalabkova:branches:devel:languages:python:certbot
- update to 0.32.0
  * Certbot and its acme module now depend on josepy>=1.1.0.
  * An ACME CA server may return a "Retry-After" HTTP header on 
    authorization polling, as specified in the ACME protocol, to 
    indicate when the next polling should occur. Certbot now reads 
    this header if set and respect its value.
  * The acme module avoids sending the keyAuthorization field in 
    the JWS payload when responding to a challenge as the field is 
    not included in the current ACME protocol. To ease the migration 
    path for ACME CA servers, Certbot and its acme module will first 
    try the request without the keyAuthorization field but will 
    temporarily retry the request with the field included if a 
    malformed error is received. This fallback will be removed in 
    version 0.34.0.

OBS-URL: https://build.opensuse.org/request/show/685974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=16
2019-03-18 09:30:08 +00:00