Revisions of python-acme

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1145432 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
- 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,
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1132999 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 65)
- Update to 2.8.0
  * Support for Python 3.7 was removed.

- Update to 2.7.4
  * sync with the main certbot package
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1123632 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 64)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1005262 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 61)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 988382 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 967759 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 57)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 941879 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 55)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 909363 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 53)
- update to version 1.17.0
  * sync with main certbot package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 901677 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 52)
- update to version 1.16.0
  * sync with main certbot package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 892476 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 51)
- update to version 1.15.0
  * sync with main certbot package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885405 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 50)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 877591 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 49)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 861638 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 48)
- update to version 1.11.0
  * We deprecated support for Python 2 in Certbot and its ACME
    library. Support for Python 2 will be removed in the next
    planned release of Certbot.
- update to version 1.10.1
  * sync with the main certbot package
- update to version 1.10.0
  * Support for Python 3.9 was added to Certbot and all of its
    components.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 839987 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 47)
- update to version 1.9.0
  * sync with the main certbot package
- 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.
Displaying revisions 1 - 20 of 66
openSUSE Build Service is sponsored by