Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-certbot-dns-cloudflare-5.6.0-bp161.1.1 RPM for noarch

From OpenSuSE Leap 16.1 for noarch

Name: python313-certbot-dns-cloudflare Distribution: SUSE Linux Enterprise 16
Version: 5.6.0 Vendor: openSUSE
Release: bp161.1.1 Build date: Thu May 14 11:15:03 2026
Group: Unspecified Build host: reproducible
Size: 122888 Source RPM: python-certbot-dns-cloudflare-5.6.0-bp161.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/certbot/certbot
Summary: Cloudflare Authenticator plugin for Certbot
Cloudflare DNS Authenticator plugin for Certbot.

Provides

Requires

License

Apache-2.0

Changelog

* Thu May 14 2026 Markéta Machová <mmachova@suse.com>
  - update to version 5.6.0
    * certbot-dns-cloudflare requires 4.0+ of the Cloudflare Python
      library
* Wed May 06 2026 Dirk Müller <dmueller@suse.com>
  - update to 5.5.0:
    * Moved nearly all code for the certbot-nginx and certbot-
      apache plugins into private modules in the certbot package
      which now offers "apache" and "nginx" extras. Users should
      notice no major changes. certbot-apache and certbot-nginx
      will continue to exist as simple packages that depend on
      certbot and also help register the plugin with certbot so it
      knows the functionality is available. Unit tests for these
      plugins are now also part of the certbot package.
    * The certbot.ocsp module has been deprecated and will be
      removed in the next major release. This is not a change to
      Certbot's OCSP functionality. The code is just being removed
      from Certbot's public API.
* Mon Mar 16 2026 Markéta Machová <mmachova@suse.com>
  - update to version 5.4.0
    * sync with the main certbot package
  - Tests are failing beacuse of too new cloudflare, skip for now
* Tue Feb 24 2026 Markéta Machová <mmachova@suse.com>
  - update to version 5.3.1
    * sync with the main certbot package
* Mon Feb 09 2026 Markéta Machová <mmachova@suse.com>
  - update to version 5.3.0
    * sync with the main certbot package
* Thu Jan 15 2026 Markéta Machová <mmachova@suse.com>
  - update to version 5.2.2
    * Support for Python 3.14 was added.
* Tue Oct 14 2025 Markéta Machová <mmachova@suse.com>
  - update to version 5.1.0
    * sync with the main certbot package
* Wed Sep 03 2025 Markéta Machová <mmachova@suse.com>
  - update to version 5.0.0
    * Python 3.9 support was removed
    * Migrated most functionality from setup.py to pyproject.toml
* Tue Aug 12 2025 Markéta Machová <mmachova@suse.com>
  - update to version 4.2.0
    * sync with the main certbot package
* Fri Jun 13 2025 Markéta Machová <mmachova@suse.com>
  - update to version 4.1.1
    * Switched to src-layout from flat-layout to accommodate PEP 517 pip
      editable installs
* Tue Apr 22 2025 Steve Kowalik <steven.kowalik@suse.com>
  - 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.
* Fri Mar 21 2025 Markéta Machová <mmachova@suse.com>
  - update to version 3.3.0
    * certbot-cloudflare-dns is now pinned to version 2.19 of
      Cloudflare's python library
* Mon Jan 27 2025 Markéta Machová <mmachova@suse.com>
  - update to version 3.1.0
    * sync with the main certbot package
  - convert to pip-based build
* Tue Dec 03 2024 Markéta Machová <mmachova@suse.com>
  - update to version 3.0.1
    * sync with the main certbot package
* Tue Jun 25 2024 Markéta Machová <mmachova@suse.com>
  - update to version 2.11.0
    * sync with the main certbot package
* Fri Feb 09 2024 Dirk Müller <dmueller@suse.com>
  - 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.
* Wed Feb 07 2024 Markéta Machová <mmachova@suse.com>
  - Add %{?sle15_python_module_pythons}
* Thu Dec 07 2023 Markéta Machová <mmachova@suse.com>
  - update to version 2.8.0
    * sync with the main certbot package
* Thu Nov 16 2023 Markéta Machová <mmachova@suse.com>
  - update to version 2.7.4
    * sync with the main certbot package
* Tue Oct 31 2023 Markéta Machová <mmachova@suse.com>
  - update to version 2.7.3
    * sync with the main certbot package
* Wed Jun 07 2023 Markéta Machová <mmachova@suse.com>
  - update to version 2.6.0
    * Support for Python 3.11 was added to Certbot and all of its components.
    * All Certbot components now require pytest to run tests.
    * Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module.
    * There is now a new Other annotated challenge object to allow plugins to support entirely novel challenges.
    * Certbot no longer depends on zope.
* Thu Oct 27 2022 Markéta Machová <mmachova@suse.com>
  - update to version 1.31.0
    * 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
      configuration file of the Cloudflare library.
* Wed Sep 21 2022 Markéta Machová <mmachova@suse.com>
  - update to version 1.30.0
    * sync with the main certbot package
* Mon Jul 11 2022 Dirk Müller <dmueller@suse.com>
  - 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
* Fri Jun 24 2022 Dirk Müller <dmueller@suse.com>
  - update to version 1.28.0
    * sync with the main certbot package
* Mon May 30 2022 Markéta Machová <mmachova@suse.com>
  - update to version 1.27.0
    * sync with the main certbot package
* Fri Apr 08 2022 Markéta Machová <mmachova@suse.com>
  - Update to version 1.26.0
    * sync with the main certbot package
* Tue Dec 21 2021 Danilo Spinella <danilo.spinella@suse.com>
  - Update to version 1.22.0
    * sync with the main certbot package
* Tue Aug 10 2021 Danilo Spinella <danilo.spinella@suse.com>
  - update to version 1.18.0
    * sync with the main certbot package
* Fri Jul 30 2021 Markéta Machová <mmachova@suse.com>
  - update to version 1.17.0
    * sync with the main certbot package
* Thu Jun 24 2021 Markéta Machová <mmachova@suse.com>
  - update to version 1.16.0
    * Require the latest certbot and acme plugins for simplicity
* Wed May 12 2021 Markéta Machová <mmachova@suse.com>
  - update to version 1.15.0
    * sync with the main certbot package
* Wed Apr 14 2021 Markéta Machová <mmachova@suse.com>
  - update to version 1.14.0
    * sync with the main certbot package
* Mon Mar 08 2021 Markéta Machová <mmachova@suse.com>
  - update to version 1.13.0
    * Support for Python 2 has been removed.
* Fri Jan 08 2021 Antonio Larrosa <alarrosa@suse.com>
  - update to version 1.11.0
    * sync with the main certbot package
  - 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.
* Wed Oct 07 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.9.0
    * Sync with main certbot package.
* Fri Aug 21 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.7.0
    * Sync with main certbot package.
* Mon Jul 13 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.6.0
    * Sync with main certbot package.
* Thu Jun 11 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.5.0
    * Sync with main certbot package.
* Thu May 14 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.4.0
    * Sync with main certbot package.
* Wed Mar 11 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.3.0
    * Sync with main certbot package.
* Fri Feb 21 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.2.0
    * Added support for Cloudflare's limited-scope API Tokens
* Tue Jan 21 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.1.0
    * Sync with main certbot package.
* Fri Jan 03 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 1.0.0
    * sync with main certbot package
* Thu Nov 14 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.40.1
    * Sync with main certbot package.
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
  - Remove obsolete Groups tag (fate#326485)
* Wed Oct 02 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.39.0
    * Support for Python 3.8 was added to Certbot and all of its components.
* Wed Sep 11 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.38.0
    * sync with main certbot package
* Mon Aug 26 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.37.2
    * sync with main certbot package
* Wed Jul 17 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.36.0 (bsc#1141928)
    * sync with main certbot package
* Tue Jun 18 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.35.1
    * sync with main certbot package
* Sun May 19 2019 Dirk Mueller <dmueller@suse.com>
  - update to 0.34.2:
    * sync with main certbot package
* Mon Mar 18 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.32.0
    * sync with main certbot package
* Fri Feb 08 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.31.0
    * sync with main certbot package
* Tue Jan 29 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.30.2:
    * Lockstep with main certbot package
* Fri Sep 14 2018 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.27.1
    * sync with main certbot package
* Thu Aug 30 2018 mcalabkova@suse.com
  - Split the module from the main certbot package

Files

/usr/lib/python3.13/site-packages/certbot_dns_cloudflare
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/licenses
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare-5.6.0.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/__init__.py
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/__pycache__
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__init__.py
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__pycache__
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__pycache__/dns_cloudflare.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/__pycache__/dns_cloudflare.cpython-313.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__init__.py
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__pycache__
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__pycache__/dns_cloudflare_test.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/__pycache__/dns_cloudflare_test.cpython-313.pyc
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/_internal/tests/dns_cloudflare_test.py
/usr/lib/python3.13/site-packages/certbot_dns_cloudflare/py.typed


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 00:28:15 2026