--- /srv/reproducible-results/rbuild-debian/r-b-build.3EDXKZYa/b1/watchman_4.9.0-7_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.3EDXKZYa/b2/watchman_4.9.0-7_i386.changes ├── Files │ @@ -1,5 +1,5 @@ │ │ 35c3ecc23b77721c1912482667a8f929 42760 debug optional python3-pywatchman-dbgsym_4.9.0-7_i386.deb │ - ae932b7bd9316919470f9dca5d19a6d9 37396 python optional python3-pywatchman_4.9.0-7_i386.deb │ + a5fa7bed01858b71087a3959f47d068c 37396 python optional python3-pywatchman_4.9.0-7_i386.deb │ 4d88c10a4c5d4db618413b7b0f91e4eb 8584620 debug optional watchman-dbgsym_4.9.0-7_i386.deb │ 872ad7683a26db88be3a15960730665a 351636 utils optional watchman_4.9.0-7_i386.deb ├── python3-pywatchman_4.9.0-7_i386.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./control │ │ │ │ @@ -1,14 +1,14 @@ │ │ │ │ Package: python3-pywatchman │ │ │ │ Source: watchman │ │ │ │ Version: 4.9.0-7 │ │ │ │ Architecture: i386 │ │ │ │ Maintainer: Debian QA Group │ │ │ │ Installed-Size: 165 │ │ │ │ -Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3.11:any, python3:any, watchman │ │ │ │ +Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3.12:any, python3:any, watchman │ │ │ │ Section: python │ │ │ │ Priority: optional │ │ │ │ Homepage: https://facebook.github.io/watchman │ │ │ │ Description: Python library for Watchman and related utilities │ │ │ │ A Python library for watchman (the file watching service), and related │ │ │ │ utilities such as watchman-make and watchman-wait. Watchman can be used │ │ │ │ to watch files and record when they actually change. It can be used │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/bin/watchman-make │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ -#!/usr/bin/python3.11 │ │ │ │ +#!/usr/bin/python3.12 │ │ │ │ from __future__ import print_function │ │ │ │ import pywatchman │ │ │ │ import argparse │ │ │ │ import os │ │ │ │ import sys │ │ │ │ import subprocess │ │ │ ├── ./usr/bin/watchman-wait │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ -#!/usr/bin/python3.11 │ │ │ │ +#!/usr/bin/python3.12 │ │ │ │ from __future__ import print_function │ │ │ │ import pywatchman │ │ │ │ import argparse │ │ │ │ import os │ │ │ │ import sys │ │ │ │ import time