forked from pool/python-certbot-dns-cloudflare
Compare commits
19 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 24fc1fa7b9 | |||
| f237cdd600 | |||
| 2c421bc1e2 | |||
| b566cdf76b | |||
| 6d6f39cd82 | |||
| 7cf0295e26 | |||
| 7b54b34ea2 | |||
| b759feb887 | |||
| 128d9a3048 | |||
| 22d7e8303c | |||
| d8ec7d0ecf | |||
| 3dfd4e4495 | |||
| 224a410e8f | |||
| c8bb37c1c9 | |||
| e40aa87e47 | |||
| 6c48dccceb | |||
| ba7b19f7b4 | |||
| a6871e3673 | |||
| 092a19cdb8 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42788044840328de1fe85ea32df1254823f1452e0479a60445fd364f8234a4a9
|
|
||||||
size 16208
|
|
||||||
3
certbot_dns_cloudflare-5.2.2.tar.gz
Normal file
3
certbot_dns_cloudflare-5.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18cc8e3f7c0eae2a355ee5c4d28ae4c4eb96be5641342fea89512e6360a5fff9
|
||||||
|
size 16218
|
||||||
@@ -1,3 +1,77 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 15 13:58:41 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:03:28 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 5.1.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 12:24:36 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:02 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 4.2.0
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 14:50:42 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:44 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:29:24 UTC 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 14:36:01 UTC 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 3 14:52:28 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to version 3.0.1
|
||||||
|
* sync with the main certbot package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 12:22:09 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Tue Jun 25 12:22:09 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-certbot-dns-cloudflare
|
# spec file for package python-certbot-dns-cloudflare
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-certbot-dns-cloudflare
|
Name: python-certbot-dns-cloudflare
|
||||||
Version: 2.11.0
|
Version: 5.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cloudflare Authenticator plugin for Certbot
|
Summary: Cloudflare Authenticator plugin for Certbot
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -26,14 +26,15 @@ URL: https://github.com/certbot/certbot
|
|||||||
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-cloudflare/certbot_dns_cloudflare-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/certbot-dns-cloudflare/certbot_dns_cloudflare-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module acme >= %{version}}
|
BuildRequires: %{python_module acme >= %{version}}
|
||||||
BuildRequires: %{python_module certbot >= %{version}}
|
BuildRequires: %{python_module certbot >= %{version}}
|
||||||
BuildRequires: %{python_module cloudflare >= 1.5.1}
|
BuildRequires: %{python_module cloudflare >= 2.19}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-acme >= %{version}
|
Requires: python-acme >= %{version}
|
||||||
Requires: python-certbot >= %{version}
|
Requires: python-certbot >= %{version}
|
||||||
Requires: python-cloudflare >= 1.5.1
|
Requires: python-cloudflare >= 2.19
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -44,14 +45,15 @@ Cloudflare DNS Authenticator plugin for Certbot.
|
|||||||
%setup -q -n certbot_dns_cloudflare-%{version}
|
%setup -q -n certbot_dns_cloudflare-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/certbot_dns_cloudflare
|
||||||
|
%{python_sitelib}/certbot_dns_cloudflare-%{version}*info
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user