forked from pool/python-certbot-dns-rfc2136
Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c7862d474d | |||
| a64a4c169a | |||
| 1925c5a1c0 | |||
| 68ca28e9a6 | |||
| 8e36c6e986 | |||
| 8710425510 | |||
| e613e52ad6 | |||
| 3c13f9522a | |||
| eaff216c83 | |||
| 7d11cc07e7 | |||
| 13e34ad063 | |||
| 88c412790b | |||
| fc9743d3a8 | |||
| ef33010030 | |||
| a19a3bb573 | |||
| 3fc9123600 | |||
| 8238dedc42 | |||
| aca36b1dc1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:413a80c09e3a00162d9f7833cb2f5ed3690ae0833e09be84c795b7ee5a357c4b
|
||||
size 16638
|
||||
3
certbot_dns_rfc2136-5.2.2.tar.gz
Normal file
3
certbot_dns_rfc2136-5.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d85e43491ae830d654c8c3f5d14668b94f1d71fb50934a2acaf14ca505462f79
|
||||
size 16787
|
||||
@@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 14:00:01 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:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 5.1.0
|
||||
* sync with the main certbot package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 12:26:10 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:04:26 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:56 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:47 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:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 3.3.0
|
||||
* sync with the main certbot package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 14:39:35 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 3.1.0
|
||||
* certbot-dns-rfc2136's minimum required version of dnspython is
|
||||
now 2.6.1.
|
||||
- convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 14:52:57 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:34 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-certbot-dns-rfc2136
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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
|
||||
@@ -18,21 +18,22 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-certbot-dns-rfc2136
|
||||
Version: 2.11.0
|
||||
Version: 5.2.2
|
||||
Release: 0
|
||||
Summary: RFC 2136 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-rfc2136/certbot_dns_rfc2136-%{version}.tar.gz
|
||||
BuildRequires: %{python_module certbot >= %{version}}
|
||||
BuildRequires: %{python_module dnspython >= 1.15.0}
|
||||
BuildRequires: %{python_module dnspython >= 2.6.1}
|
||||
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-dnspython >= 1.15.0
|
||||
Requires: python-dnspython >= 2.6.1
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@@ -44,10 +45,10 @@ RFC 2136 DNS Authenticator plugin for Certbot.
|
||||
%setup -q -n certbot_dns_rfc2136-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -56,6 +57,7 @@ RFC 2136 DNS Authenticator plugin for Certbot.
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/certbot_dns_rfc2136
|
||||
%{python_sitelib}/certbot_dns_rfc2136-%{version}*info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user