diff -pruN 9.0.0-2/debian/changelog 9.0.0-3/debian/changelog
--- 9.0.0-2/debian/changelog	2025-02-24 07:37:11.000000000 +0000
+++ 9.0.0-3/debian/changelog	2025-11-17 18:51:54.000000000 +0000
@@ -1,3 +1,10 @@
+python-ical (9.0.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Replace dependence on transitional python3-tz with python3-pytz
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 17 Nov 2025 19:51:54 +0100
+
 python-ical (9.0.0-2) unstable; urgency=medium
 
   * Re-upload source-only.
diff -pruN 9.0.0-2/debian/control 9.0.0-3/debian/control
--- 9.0.0-2/debian/control	2025-02-24 07:37:11.000000000 +0000
+++ 9.0.0-3/debian/control	2025-11-17 18:47:18.000000000 +0000
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
  debhelper-compat (= 11),
- dh-python,
+ dh-sequence-python3,
  openstack-pkg-tools,
  pybuild-plugin-pyproject,
  python3-all,
@@ -19,10 +19,10 @@ Build-Depends-Indep:
  python3-pyparsing,
  python3-pytest,
  python3-pytest-benchmark,
+ python3-pytz,
  python3-syrupy,
- python3-tz,
  tzdata-legacy,
-Standards-Version: 4.6.1
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-ical
 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-ical.git
 Homepage: https://github.com/allenporter/ical
diff -pruN 9.0.0-2/debian/rules 9.0.0-3/debian/rules
--- 9.0.0-2/debian/rules	2025-02-24 07:37:11.000000000 +0000
+++ 9.0.0-3/debian/rules	2025-11-17 18:47:26.000000000 +0000
@@ -6,4 +6,4 @@ include /usr/share/openstack-pkg-tools/p
 export PYBUILD_TEST_ARGS= -v tests -k 'not test_emoji_import and not test_debug_invalid_rules and not test_debug_invalid_rule_without_recur'
 
 %:
-	dh $@ --buildsystem=pybuild --with python3
+	dh $@ --buildsystem=pybuild
