File: 0001-test-2.20.patch

package info (click to toggle)
python-certbot-dns-cloudflare 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 443; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Override python-cloudflare dep to <3.0
Author: Harlan Lieberman-Berg <hlieberman@debian.org>
Forwarded: not-needed
Index: dns-cloudflare/setup.py
===================================================================
--- dns-cloudflare.orig/setup.py
+++ dns-cloudflare/setup.py
@@ -9,7 +9,7 @@ version = '4.0.0'
 install_requires = [
     # for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
     # changes in version 3.0. see https://github.com/certbot/certbot/issues/9938
-    'cloudflare>=2.19, <2.20',
+    'cloudflare>=2.19, <3.0',
 ]
 
 if os.environ.get('SNAP_BUILD'):