Revisions of python-certbot

buildservice-autocommit accepted request 1174588 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 118)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 117)
- update to 2.10.0:
  * We no longer publish our beta Windows installer as was
    originally announced
buildservice-autocommit accepted request 1145433 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 116)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 115)
- 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.
  * The default key type for new certificates is now ECDSA secp256r1 (P-256). It was
  * Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type,
    --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key
  * The zope based interfaces in certbot.interfaces have been removed in favor of the abc
  * Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch
    certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util
  * Fixes a bug where the certbot working directory has unusably restrictive permissions on
  * 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
  * Allow a user to modify the configuration of a certificate without renewing it using the new
  * Certbot will no longer save previous CSRs and certificate private keys to /etc/letsencrypt/csr
  * Certbot will now only keep the current and 5 previous certificates in the /etc/letsencrypt/archive
    directory for each certificate lineage. Any prior certificates will be automatically deleted upon
  * We deprecated support for the update_symlinks command. Support will be removed in a following
  * Optionally sign the SOA query for dns-rfc2136, to help resolve problems with split-view DNS setups
  * Certbot will no longer try to invoke plugins which do not subclass from the proper certbot.interfaces.{Installer,Authenticator}
  * If Certbot exits before setting up its usual log files, the temporary
    directory created to save logging information will begin with the name
    certbot-log- rather than a generic name. This should not be considered a
  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
    Cloudflare library which was introduced in the Cloudflare library version
    2.10.1. The library would raise an error if a token was specified in the
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 114)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1133000 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 113)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 112)
- Update to 2.8.0
  * Support for Python 3.7 was removed.
  * Stop using the deprecated pkg_resources API included in setuptools.

Note: delegate the lexicon fixes to the home branch
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 110)
oops
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 108)
correct the file path
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 107)
- Add built-in-lexicon.patch to fix failures with dns-lexicon.
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 106)
- Update to 2.7.4
  * Fixed a bug introduced in version 2.7.0 that caused interactively entered
    webroot plugin values to not be saved for renewal.
buildservice-autocommit accepted request 1123633 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 105)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 104)
- Update to 2.7.3
  * Add certbot.util.LooseVersion class. See GH #9489.
  * NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
    of global state previously needed to inspect whether a user set an argument or not.
  * Support for Python 3.7 was deprecated and will be removed in our next planned release.
  * Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks.
  * Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()
buildservice-autocommit accepted request 1091313 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 103)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1091312 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 102)
- Update to 2.6.0
  * Support for Python 3.11 was added to Certbot and all of its components.
  * 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.
  * Removed the deprecated certbot-dns-cloudxns plugin.
  * Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type, 
    --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key 
    while preserving --reuse-key.
  * The zope based interfaces in certbot.interfaces have been removed in favor of the abc 
    based interfaces found in the same module.
  * Certbot no longer depends on zope.
  * Removed some deprecated functions and attributes from certbot(.display)?.(crypto_)?util
  * Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch 
    certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util 
    as a temporary workaround.
  * Fixes a bug where the certbot working directory has unusably restrictive permissions on 
    systems with stricter default umasks.
  * Requests to subscribe to the EFF mailing list now time out after 60 seconds.
  * 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.
  * Allow a user to modify the configuration of a certificate without renewing it using the new 
    reconfigure subcommand. See certbot help reconfigure for details.
  * certbot show_account now displays the ACME Account Thumbprint.
  * Certbot will no longer save previous CSRs and certificate private keys to /etc/letsencrypt/csr 
    and /etc/letsencrypt/keys, respectively. These directories may be safely deleted.
  * Certbot will now only keep the current and 5 previous certificates in the /etc/letsencrypt/archive 
    directory for each certificate lineage. Any prior certificates will be automatically deleted upon
buildservice-autocommit accepted request 1031481 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 101)
baserev update by copy to link target
buildservice-autocommit accepted request 1005263 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 99)
baserev update by copy to link target
Displaying revisions 1 - 20 of 118
openSUSE Build Service is sponsored by