- 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.
  * Removed support for Linode API v3 which was sunset at the end
  * Our runtime dependency on setuptools has been dropped from all

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-linode?expand=0&rev=100
This commit is contained in:
2026-05-06 20:39:23 +00:00
committed by Git OBS Bridge
commit 6ee059d01e
8 changed files with 469 additions and 0 deletions
+364
View File
@@ -0,0 +1,364 @@
-------------------------------------------------------------------
Wed May 6 20:39:13 UTC 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 12:16:50 UTC 2026 - Markéta Machová <mmachova@suse.com>
- update to version 5.4.0
* sync with the main certbot package
-------------------------------------------------------------------
Tue Feb 24 15:06:07 UTC 2026 - Markéta Machová <mmachova@suse.com>
- update to version 5.3.1
* sync with the main certbot package
-------------------------------------------------------------------
Mon Feb 9 12:58:44 UTC 2026 - Markéta Machová <mmachova@suse.com>
- update to version 5.3.0
* sync with the main certbot package
-------------------------------------------------------------------
Thu Jan 15 13:59:32 UTC 2026 - Markéta Machová <mmachova@suse.com>
- update to version 5.2.2
* Support for Python 3.14 was added.
-------------------------------------------------------------------
Tue Oct 14 08:04:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 5.1.0
* sync with the main certbot package
-------------------------------------------------------------------
Wed Sep 3 12:25:33 UTC 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 16:03:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 4.2.0
* sync with the main certbot package
-------------------------------------------------------------------
Fri Jun 13 14:51:27 UTC 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 03:45:46 UTC 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 12:30:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 3.3.0
* Removed support for Linode API v3 which was sunset at the end
of July 2023.
-------------------------------------------------------------------
Mon Jan 27 14:37:51 UTC 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 3 14:52:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to version 3.0.1
* sync with the main certbot package
-------------------------------------------------------------------
Tue Jun 25 12:23:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to version 2.11.0
* sync with the main certbot package
-------------------------------------------------------------------
Sun Mar 24 23:29:35 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
- Add missing Requires on setuptools.
-------------------------------------------------------------------
Fri Feb 9 13:21:24 UTC 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 7 12:42:14 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Dec 7 10:46:29 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to version 2.8.0
* sync with the main certbot package
-------------------------------------------------------------------
Thu Nov 16 13:01:04 UTC 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 08:13:35 UTC 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 7 16:05:38 UTC 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.
-------------------------------------------------------------------
Thu Oct 27 08:22:04 UTC 2022 - Markéta Machová <mmachova@suse.com>
- update to version 1.31.0
* sync with the main certbot package
-------------------------------------------------------------------
Wed Sep 21 17:57:05 UTC 2022 - Markéta Machová <mmachova@suse.com>
- update to version 1.30.0
* sync with the main certbot package
-------------------------------------------------------------------
Mon Jul 11 13:07:42 UTC 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 19:32:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to version 1.28.0
* sync with the main certbot package
-------------------------------------------------------------------
Mon May 30 09:21:38 UTC 2022 - Markéta Machová <mmachova@suse.com>
- update to version 1.27.0
* sync with the main certbot package
-------------------------------------------------------------------
Fri Apr 8 10:55:11 UTC 2022 - Markéta Machová <mmachova@suse.com>
- update to version 1.26.0
* sync with the main certbot package
-------------------------------------------------------------------
Tue Dec 21 19:14:15 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- update to version 1.22.0
* sync with the main certbot package
-------------------------------------------------------------------
Tue Aug 10 14:10:48 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- update to version 1.18.0
* sync with the main certbot package
-------------------------------------------------------------------
Fri Jul 30 08:45:19 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.17.0
* sync with the main certbot package
-------------------------------------------------------------------
Thu Jul 15 08:57:39 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Skip building for python 3.6: not all deps are available anymore
(e.g dns-lexicon).
-------------------------------------------------------------------
Thu Jun 24 09:28:51 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.16.0
* DNS plugins based on lexicon now require dns-lexicon >= v3.1.0
* Require the latest certbot and acme plugins for simplicity
-------------------------------------------------------------------
Wed May 12 12:07:24 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.15.0
* sync with the main certbot package
-------------------------------------------------------------------
Wed Apr 14 15:17:28 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.14.0
* sync with the main certbot package
-------------------------------------------------------------------
Mon Mar 8 08:40:37 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to version 1.13.0
* Support for Python 2 has been removed.
-------------------------------------------------------------------
Fri Jan 8 10:19:34 UTC 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 7 08:44:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.9.0
* Sync with main certbot package.
-------------------------------------------------------------------
Fri Aug 21 08:42:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.7.0
* The Linode DNS plugin now waits 120 seconds for DNS propagation, instead of 1200.
-------------------------------------------------------------------
Mon Jul 13 08:40:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.6.0
* Sync with main certbot package.
-------------------------------------------------------------------
Thu Jun 11 12:13:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.5.0
* Sync with main certbot package.
-------------------------------------------------------------------
Thu May 14 08:50:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.4.0
* Sync with main certbot package.
-------------------------------------------------------------------
Wed Mar 11 13:45:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.3.0
* Sync with main certbot package.
-------------------------------------------------------------------
Fri Feb 21 15:34:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.2.0
* Sync with main certbot package.
-------------------------------------------------------------------
Tue Jan 21 09:42:36 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.1.0
* Sync with main certbot package.
-------------------------------------------------------------------
Fri Jan 3 12:58:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.0.0
* Sync with main certbot package.
-------------------------------------------------------------------
Thu Nov 14 11:57:49 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.40.1
* Sync with main certbot package.
-------------------------------------------------------------------
Thu Oct 17 11:21:58 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Wed Oct 2 10:12:57 UTC 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 12:30:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.38.0
* sync with main certbot package
-------------------------------------------------------------------
Tue Sep 3 00:51:42 UTC 2019 - William Brown <william.brown@suse.com>
- Initial commit of 0.37.2
+65
View File
@@ -0,0 +1,65 @@
#
# spec file for package python-certbot-dns-linode
#
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-certbot-dns-linode
Version: 5.5.0
Release: 0
Summary: Linode DNS Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-linode/certbot_dns_linode-%{version}.tar.gz
BuildRequires: %{python_module acme >= %{version}}
BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module dns-lexicon >= 3.14.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-acme >= %{version}
Requires: python-certbot >= %{version}
Requires: python-dns-lexicon >= 3.14.1
BuildArch: noarch
%python_subpackages
%description
This certbot plugin automates the process of completing an ACME
dns-01 challenge by creating, and subsequently removing, TXT
records using Linode's DNS API.
%prep
%setup -q -n certbot_dns_linode-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license LICENSE.txt
%{python_sitelib}/certbot_dns_linode
%{python_sitelib}/certbot_dns_linode-%{version}.dist-info
%changelog
+24
View File
@@ -0,0 +1,24 @@
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
+4
View File
@@ -0,0 +1,4 @@
*.obscpio
*.osc
_build.*
.pbuild
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4824e6db2f6e21e9152d02ae24dd395440013df6c400c562ff4bbc4b16710ec
size 12481
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d3805b7f0173c9ebc0bebf0109a68f8a0c5568947313b969c749c038121e74c
size 12471
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61197ffe075f81cff3f68cffae3851fed17f8bf7479b81229a1dc5d0ec234417
size 12426
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71ccbd802a34602dcd937525a412cc2b7deb86dc2450dbb64c9e2b0e2702cee3
size 12484