| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python314-certbot-dns-luadns | Distribution: openSUSE Tumbleweed |
| Version: 5.7.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Jul 23 13:38:16 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 41909 | Source RPM: python-certbot-dns-luadns-5.7.0-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/certbot/certbot | |
| Summary: LuaDNS Authenticator plugin for Certbot | |
LuaDNS DNS Authenticator plugin for Certbot.
Apache-2.0
* Thu Jul 23 2026 Markéta Machová <mmachova@suse.com>
- update to version 5.7.0
* sync with the nginx certbot module
* Thu May 14 2026 Markéta Machová <mmachova@suse.com>
- update to version 5.6.0
* sync with the main certbot package
* 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
* 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
* sync with the main certbot package
* Mon Jan 27 2025 Markéta Machová <mmachova@suse.com>
- update to version 3.1.0
* Our runtime dependency on setuptools has been dropped from all
Certbot components.
* 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
* Sun Mar 24 2024 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
- Add missing Requires on setuptools.
* 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
* Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plugins that
caused them to fail to find the DNS zone that needs to be modified in some
cases.
* Tue Oct 31 2023 Markéta Machová <mmachova@suse.com>
- update to version 2.7.3
* Add a new base class certbot.plugins.dns_common_lexicon.LexiconDNSAuthenticator to implement a DNS
authenticator plugin backed by Lexicon to communicate with the provider DNS API. This approach relies
heavily on conventions to reduce the implementation complexity of a new plugin.
* Add a new test base class certbot.plugins.dns_test_common_lexicon.BaseLexiconDNSAuthenticatorTest to
help testing DNS plugins implemented on top of LexiconDNSAuthenticator.
* Deprecates LexiconClient base class and build_lexicon_config function in
certbot.plugins.dns_common_lexicon module in favor of LexiconDNSAuthenticator.
* Deprecates BaseLexiconAuthenticatorTest and BaseLexiconClientTest test base classes of
certbot.plugins.dns_test_common_lexicon module in favor of BaseLexiconDNSAuthenticatorTest.
* 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.
/usr/lib/python3.14/site-packages/certbot_dns_luadns /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/INSTALLER /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/METADATA /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/RECORD /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/REQUESTED /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/WHEEL /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/entry_points.txt /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/licenses /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.14/site-packages/certbot_dns_luadns-5.7.0.dist-info/top_level.txt /usr/lib/python3.14/site-packages/certbot_dns_luadns/__init__.py /usr/lib/python3.14/site-packages/certbot_dns_luadns/__pycache__ /usr/lib/python3.14/site-packages/certbot_dns_luadns/__pycache__/__init__.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__init__.py /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__pycache__ /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__pycache__/__init__.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__pycache__/dns_luadns.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/__pycache__/dns_luadns.cpython-314.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/dns_luadns.py /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__init__.py /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__pycache__ /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__pycache__/__init__.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__pycache__/dns_luadns_test.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/__pycache__/dns_luadns_test.cpython-314.pyc /usr/lib/python3.14/site-packages/certbot_dns_luadns/_internal/tests/dns_luadns_test.py /usr/lib/python3.14/site-packages/certbot_dns_luadns/py.typed /usr/share/doc/packages/python314-certbot-dns-luadns /usr/share/doc/packages/python314-certbot-dns-luadns/README.rst /usr/share/licenses/python314-certbot-dns-luadns /usr/share/licenses/python314-certbot-dns-luadns/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:14:27 2026