diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-01-08 11:08:17 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-01-22 21:42:24 +0900 |
commit | 7e9d7d1054d358c339255c495b9641036d7894f5 (patch) | |
tree | 9abe1432241fd2479b9babf98af8e3c211012053 /security/py-certbot-dns-cloudflare/files/patch-cloudflare | |
parent | graphics/py-visvis: Update to 1.15.0 (diff) |
security/py-{acme,certbot*}: Update to 3.1.0
ChangeLog: https://github.com/certbot/certbot/releases/tag/v3.1.0
PR: 283912
Approved by: maintainer timeout
Diffstat (limited to 'security/py-certbot-dns-cloudflare/files/patch-cloudflare')
-rw-r--r-- | security/py-certbot-dns-cloudflare/files/patch-cloudflare | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-certbot-dns-cloudflare/files/patch-cloudflare b/security/py-certbot-dns-cloudflare/files/patch-cloudflare index c7e24299416b..48ad500c7cfa 100644 --- a/security/py-certbot-dns-cloudflare/files/patch-cloudflare +++ b/security/py-certbot-dns-cloudflare/files/patch-cloudflare @@ -1,4 +1,4 @@ ---- certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2024-06-05 21:34:02 UTC +--- certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2025-01-07 20:53:36 UTC +++ certbot_dns_cloudflare/_internal/dns_cloudflare.py @@ -99,12 +99,12 @@ class _CloudflareClient: # We can't use named arguments in this case, as it would break compatibility with @@ -15,7 +15,7 @@ def add_txt_record(self, domain: str, record_name: str, record_content: str, record_ttl: int) -> None: ---- setup.py.orig 2024-06-05 21:34:03 UTC +--- setup.py.orig 2025-01-07 20:53:37 UTC +++ setup.py @@ -9,7 +9,7 @@ install_requires = [ install_requires = [ @@ -23,6 +23,6 @@ # changes in version 3.0. see https://github.com/certbot/certbot/issues/9938 - 'cloudflare>=1.5.1, <2.20', + 'cloudflare>=1.5.1, <=2.20', - 'setuptools>=41.6.0', ] + if os.environ.get('SNAP_BUILD'): |