forked from pool/python-certbot-dns-cloudflare
Compare commits
17 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.1.0.tar.gz
Normal file
3
certbot_dns_cloudflare-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fea3d5e2c3db018f83bc074315a48588fb680c900f7fef3349eae6a2cfc4c6c
|
||||
size 16211
|
||||
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-certbot-dns-cloudflare
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-certbot-dns-cloudflare
|
||||
Version: 2.11.0
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: Cloudflare Authenticator plugin for Certbot
|
||||
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
|
||||
BuildRequires: %{python_module acme >= %{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 setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-acme >= %{version}
|
||||
Requires: python-certbot >= %{version}
|
||||
Requires: python-cloudflare >= 1.5.1
|
||||
Requires: python-cloudflare >= 2.19
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -44,14 +45,15 @@ Cloudflare DNS Authenticator plugin for Certbot.
|
||||
%setup -q -n certbot_dns_cloudflare-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/certbot_dns_cloudflare
|
||||
%{python_sitelib}/certbot_dns_cloudflare-%{version}*info
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
Reference in New Issue
Block a user