diff -pruN 1.1.0-1/debian/changelog 1.1.0-2/debian/changelog
--- 1.1.0-1/debian/changelog	2022-02-19 02:25:46.000000000 +0000
+++ 1.1.0-2/debian/changelog	2025-10-27 11:47:06.000000000 +0000
@@ -1,3 +1,18 @@
+python-pytest-click (1.1.0-2) unstable; urgency=medium
+
+  * Team Upload
+  * Use dh-sequence-python3
+  * Replace "py.test" with "pytest" in description
+  * Switch to debhelper-compat 13
+  * Drop "Rules-Requires-Root: no": it is now the default
+  * Bump Standards-Version to 4.7.2
+  * Trim autopkgtest dependencies
+
+  [ Jeroen Ploemen ]
+  * fix typo in Vcs-Browser url
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 27 Oct 2025 12:47:06 +0100
+
 python-pytest-click (1.1.0-1) unstable; urgency=medium
 
   * Add upstream/metadata
diff -pruN 1.1.0-1/debian/control 1.1.0-2/debian/control
--- 1.1.0-1/debian/control	2022-02-19 02:25:46.000000000 +0000
+++ 1.1.0-2/debian/control	2025-10-27 11:32:09.000000000 +0000
@@ -2,24 +2,27 @@ Source: python-pytest-click
 Section: python
 Priority: optional
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
-Uploaders: Jerome Charaoui <jerome@riseup.net>
-Build-Depends: debhelper-compat (= 12),
-               dh-python,
-               pybuild-plugin-pyproject,
-               python3-all,
-               python3-setuptools,
-               python3-click,
-               python3-pytest
-Standards-Version: 4.6.0
-Rules-Requires-Root: no
+Uploaders:
+ Jerome Charaoui <jerome@riseup.net>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-click,
+ python3-pytest <!nocheck>,
+ python3-setuptools,
+Standards-Version: 4.7.2
 Homepage: https://github.com/Stranger6667/pytest-click
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-click.git
-Vcs-Browser: https://salsa.debian.org/python-team/packages/ptyhon-pytest-click
+Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-click
 
 Package: python3-pytest-click
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Description: Click plugin for py.test
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Click plugin for pytest
  Click is a Python package for creating beautiful command line interfaces in a
  composable way with as little code as necessary. pytest-click provides fixtures
- for easy integration with the py.test framework.
+ for easy integration with the pytest framework.
diff -pruN 1.1.0-1/debian/rules 1.1.0-2/debian/rules
--- 1.1.0-1/debian/rules	2022-02-19 02:25:46.000000000 +0000
+++ 1.1.0-2/debian/rules	2025-10-27 11:29:00.000000000 +0000
@@ -3,4 +3,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
diff -pruN 1.1.0-1/debian/tests/control 1.1.0-2/debian/tests/control
--- 1.1.0-1/debian/tests/control	2022-02-19 02:25:46.000000000 +0000
+++ 1.1.0-2/debian/tests/control	2025-10-27 11:32:26.000000000 +0000
@@ -1,2 +1,6 @@
-Tests: upstream
-Depends: @, @builddeps@, python3-all
+Tests:
+ upstream,
+Depends:
+ python3-all,
+ python3-pytest,
+ @,
