diff -pruN 4.19.2-6/debian/changelog 4.19.2-6ubuntu2/debian/changelog
--- 4.19.2-6/debian/changelog	2025-01-06 11:47:31.000000000 +0000
+++ 4.19.2-6ubuntu2/debian/changelog	2025-12-06 10:54:08.000000000 +0000
@@ -1,3 +1,17 @@
+python-jsonschema (4.19.2-6ubuntu2) resolute; urgency=medium
+
+  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)
+
+ -- Sebastien Bacher <seb128@debian.org>  Sat, 06 Dec 2025 11:54:08 +0100
+
+python-jsonschema (4.19.2-6ubuntu1) plucky; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - d/control: Move python3-{rfc3987,uritemplate,webcolors,fqdn,isoduration}
+      to Suggests as these are optional dependencies and not in Ubuntu main.
+
+ -- James Page <james.page@ubuntu.com>  Mon, 03 Feb 2025 10:54:56 +0000
+
 python-jsonschema (4.19.2-6) unstable; urgency=medium
 
   * Now also recommends: python3-fqdn, python3-isoduration,
@@ -19,6 +33,14 @@ python-jsonschema (4.19.2-4) unstable; u
 
  -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2024 12:57:03 +0200
 
+python-jsonschema (4.19.2-3ubuntu1) oracular; urgency=low
+
+  * Merge from Debian unstablei (LP: #2072533). Remaining changes:
+    - d/control: Move python3-{rfc3987,uritemplate,webcolors} to Suggests
+      as these are optional dependencies and not in Ubuntu main.
+ 
+ -- James Page <james.page@ubuntu.com>  Tue, 09 Jul 2024 15:13:57 +0100
+
 python-jsonschema (4.19.2-3) unstable; urgency=medium
 
   * Fix short and long description (Closes: #1053505).
@@ -45,6 +67,13 @@ python-jsonschema (4.19.2-1) experimenta
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 15 Nov 2023 14:36:32 +0100
 
+python-jsonschema (4.10.3-2ubuntu1) mantic; urgency=medium
+
+  * d/control: Move python3-rfc3987, python3-uritemplate, python3-webcolors,
+    to Suggests as these are optional dependencies and not in Ubuntu main.
+
+ -- Corey Bryant <corey.bryant@canonical.com>  Mon, 14 Aug 2023 17:45:04 -0400
+
 python-jsonschema (4.10.3-2) unstable; urgency=medium
 
   * Do not b-d on nose (Closes: #1018519).
@@ -414,3 +443,4 @@ python-jsonschema (0.2-0ubuntu1) quantal
   * Initial release.
 
  -- Chuck Short <zulcss@ubuntu.com>  Wed, 02 May 2012 08:46:39 -0400
+
diff -pruN 4.19.2-6/debian/control 4.19.2-6ubuntu2/debian/control
--- 4.19.2-6/debian/control	2025-01-06 11:47:31.000000000 +0000
+++ 4.19.2-6ubuntu2/debian/control	2025-02-03 10:49:51.000000000 +0000
@@ -1,14 +1,15 @@
 Source: python-jsonschema
 Section: python
 Priority: optional
-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- autopkgtest,
  debhelper-compat (= 13),
  dh-python,
+ autopkgtest,
  openstack-pkg-tools,
  pybuild-plugin-pyproject,
  python3-all,
@@ -65,20 +66,19 @@ Depends:
  ${misc:Depends},
  ${python3:Depends},
 Recommends:
- python3-fqdn,
  python3-idna,
- python3-isoduration,
  python3-json-pointer,
+Suggests:
+ python-jsonschema-doc,
+ python3-fqdn,
+ python3-isoduration,
  python3-jsonschema-specifications,
  python3-referencing,
  python3-rfc3339-validator,
  python3-rfc3986-validator,
  python3-rfc3987,
- python3-rpds-py,
  python3-uritemplate,
  python3-webcolors,
-Suggests:
- python-jsonschema-doc,
 Description: An(other) implementation of JSON Schema
  JSON Schema is a specification for a JSON-based format for defining the
  structure of JSON data. JSON Schema provides a contract for what JSON data is
diff -pruN 4.19.2-6/debian/tests/control 4.19.2-6ubuntu2/debian/tests/control
--- 4.19.2-6/debian/tests/control	2025-01-06 11:47:31.000000000 +0000
+++ 4.19.2-6ubuntu2/debian/tests/control	2025-02-03 10:47:55.000000000 +0000
@@ -1,5 +1,7 @@
-Tests: upstream-py3
+Tests:
+ upstream-py3,
 Depends:
  @,
  @builddeps@,
-Restrictions: allow-stderr
+Restrictions:
+ allow-stderr,
