diff -pruN 0.2.0-5/debian/changelog 0.2.0-6/debian/changelog
--- 0.2.0-5/debian/changelog	2025-11-11 07:50:43.000000000 +0000
+++ 0.2.0-6/debian/changelog	2025-11-24 16:01:16.000000000 +0000
@@ -1,3 +1,11 @@
+rust-rustpython-parser (0.2.0-6) unstable; urgency=medium
+
+  * Team upload.
+  * Package rustpython-parser 0.2.0 from crates.io using debcargo 2.7.11
+  * Relax rustc-hash to 2.x
+
+ -- Fabian Grünbichler <debian@fabian.gruenbichler.email>  Mon, 24 Nov 2025 17:01:16 +0100
+
 rust-rustpython-parser (0.2.0-5) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.2.0-5/debian/control 0.2.0-6/debian/control
--- 0.2.0-5/debian/control	2025-11-11 07:50:43.000000000 +0000
+++ 0.2.0-6/debian/control	2025-11-24 16:01:16.000000000 +0000
@@ -16,7 +16,7 @@ Build-Depends-Arch: cargo:native <!noche
  librust-num-traits-0.2+default-dev (>= 0.2.14-~~) <!nocheck>,
  librust-phf-0.11+default-dev (>= 0.11.1-~~) <!nocheck>,
  librust-phf-codegen-0.11+default-dev (>= 0.11.1-~~) <!nocheck>,
- librust-rustc-hash-1+default-dev (>= 1.1.0-~~) <!nocheck>,
+ librust-rustc-hash-2+default-dev <!nocheck>,
  librust-rustpython-ast-0.2+default-dev <!nocheck>,
  librust-rustpython-compiler-core-0.2+default-dev <!nocheck>,
  librust-thiserror-1+default-dev <!nocheck>,
@@ -50,7 +50,7 @@ Depends:
  librust-num-traits-0.2+default-dev (>= 0.2.14-~~),
  librust-phf-0.11+default-dev (>= 0.11.1-~~),
  librust-phf-codegen-0.11+default-dev (>= 0.11.1-~~),
- librust-rustc-hash-1+default-dev (>= 1.1.0-~~),
+ librust-rustc-hash-2+default-dev,
  librust-rustpython-ast-0.2+default-dev,
  librust-rustpython-compiler-core-0.2+default-dev,
  librust-thiserror-1+default-dev,
diff -pruN 0.2.0-5/debian/patches/relax-dep.patch 0.2.0-6/debian/patches/relax-dep.patch
--- 0.2.0-5/debian/patches/relax-dep.patch	2025-11-11 07:50:43.000000000 +0000
+++ 0.2.0-6/debian/patches/relax-dep.patch	2025-11-24 16:01:16.000000000 +0000
@@ -13,7 +13,7 @@
  
  [dependencies.lalrpop-util]
  version = "0.20"
-@@ -40,7 +40,7 @@
+@@ -40,10 +40,10 @@
  version = "0.2.14"
  
  [dependencies.phf]
@@ -21,7 +21,11 @@
 +version = "0.11.1"
  
  [dependencies.rustc-hash]
- version = "1.1.0"
+-version = "1.1.0"
++version = "2"
+ 
+ [dependencies.rustpython-ast]
+ version = "0.2.0"
 @@ -61,7 +61,7 @@
  version = "0.9.0"
  
