diff -pruN 2.20.0-1/debian/changelog 2.20.0-2/debian/changelog
--- 2.20.0-1/debian/changelog	2024-08-08 22:29:04.000000000 +0000
+++ 2.20.0-2/debian/changelog	2025-12-06 23:49:15.000000000 +0000
@@ -1,3 +1,14 @@
+python-cloudflare (2.20.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add debian/salsa-ci.yml
+  * Use dh-sequence-python3
+  * Drop "Rules-Requires-Root: no": it is now the default
+  * Bump Standards-Version to 4.7.2
+  * Replace transitional python3-tz build-dep with python3-pytz
+
+ -- Alexandre Detiste <tchet@debian.org>  Sun, 07 Dec 2025 00:49:15 +0100
+
 python-cloudflare (2.20.0-1) unstable; urgency=medium
 
   * Team upload.
diff -pruN 2.20.0-1/debian/control 2.20.0-2/debian/control
--- 2.20.0-1/debian/control	2024-08-08 22:29:04.000000000 +0000
+++ 2.20.0-2/debian/control	2025-12-06 23:40:44.000000000 +0000
@@ -5,19 +5,18 @@ Uploaders: Harlan Lieberman-Berg <hliebe
 Section: python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               dh-python,
+               dh-sequence-python3,
                python3,
                python3-bs4,
                python3-pytest <!nocheck>,
+               python3-pytz <!nocheck>,
                python3-requests,
                python3-setuptools,
-               python3-tz <!nocheck>,
                python3-yaml,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cloudflare
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-cloudflare.git
 Homepage: https://github.com/cloudflare/python-cloudflare
-Rules-Requires-Root: no
 
 Package: python3-cloudflare
 Architecture: all
diff -pruN 2.20.0-1/debian/rules 2.20.0-2/debian/rules
--- 2.20.0-1/debian/rules	2024-08-08 22:29:04.000000000 +0000
+++ 2.20.0-2/debian/rules	2025-12-06 23:39:28.000000000 +0000
@@ -3,7 +3,7 @@
 export PYBUILD_NAME = cloudflare
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
 
 # Suppress testing due to requirement of internet access
 override_dh_auto_test:
diff -pruN 2.20.0-1/debian/salsa-ci.yml 2.20.0-2/debian/salsa-ci.yml
--- 2.20.0-1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 2.20.0-2/debian/salsa-ci.yml	2025-12-06 23:38:45.000000000 +0000
@@ -0,0 +1,2 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
