From 7e9d7d1054d358c339255c495b9641036d7894f5 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Wed, 8 Jan 2025 11:08:17 +0900 Subject: 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 --- security/py-certbot-dns-cloudflare/files/patch-cloudflare | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/py-certbot-dns-cloudflare/files') 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'): -- cgit v1.2.3