--- /srv/reproducible-results/rbuild-debian/r-b-build.FxfDDHod/b1/alembic_1.8.1-2_i386.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.FxfDDHod/b2/alembic_1.8.1-2_i386.changes
├── Files
│ @@ -1,3 +1,3 @@
│
│ - 9c5aaab1cd5515fb222ba5960faf5b27 457172 python optional alembic_1.8.1-2_all.deb
│ + 21e23bc5e1fe6e458eef74253dfead88 457152 python optional alembic_1.8.1-2_all.deb
│ c93d9549efd8344a367d18f64072aff6 134584 python optional python3-alembic_1.8.1-2_all.deb
├── alembic_1.8.1-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2022-09-23 11:47:38.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 2700 2022-09-23 11:47:38.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 454280 2022-09-23 11:47:38.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 454260 2022-09-23 11:47:38.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/alembic/html/api/ddl.html
│ │ │ │ @@ -539,15 +539,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'TINYINT', 'BOOL'}, {'JSON', 'LONGTEXT'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'BOOL', 'TINYINT'}, {'JSON', 'LONGTEXT'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ class alembic.ddl.mysql.MySQLModifyColumn(name: str, column_name: str, schema: Optional[str] = None, newname: Optional[str] = None, type_: Optional['TypeEngine'] = None, nullable: Optional[bool] = None, default: Optional[Union['_ServerDefault', 'Literal[False]']] = False, autoincrement: Optional[bool] = None, comment: Optional[Union[str, 'Literal[False]']] = False)
│ │ │ │ @@ -769,15 +769,15 @@
│ │ │ │
│ │ │ │ -
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'FLOAT', 'DOUBLE PRECISION'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'DOUBLE PRECISION', 'FLOAT'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ alembic.ddl.postgresql.visit_column_comment(element: ColumnComment, compiler: PGDDLCompiler, **kw) → str
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -232,16 +232,16 @@
│ │ │ │ │ metadata_unique_constraints, metadata_indexes)¶
│ │ │ │ │ correct_for_autogen_foreignkeys(conn_fks, metadata_fks)¶
│ │ │ │ │ drop_constraint(const: Constraint) → None¶
│ │ │ │ │ memo: dict¶
│ │ │ │ │ transactional_ddl= False¶
│ │ │ │ │ type_arg_extract: Sequence[str]= ['character set ([\\w\\-_]+)',
│ │ │ │ │ 'collate ([\\w\\-_]+)']¶
│ │ │ │ │ - type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'},
│ │ │ │ │ - {'TINYINT', 'BOOL'}, {'JSON', 'LONGTEXT'})¶
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'}, {'BOOL',
│ │ │ │ │ + 'TINYINT'}, {'JSON', 'LONGTEXT'})¶
│ │ │ │ │ classalembic.ddl.mysql.MySQLModifyColumn(name: str, column_name: str, schema:
│ │ │ │ │ Optional[str] = None, newname: Optional[str] = None, type_: Optional
│ │ │ │ │ ['TypeEngine'] = None, nullable: Optional[bool] = None, default: Optional
│ │ │ │ │ [Union['_ServerDefault', 'Literal[False]']] = False, autoincrement: Optional
│ │ │ │ │ [bool] = None, comment: Optional[Union[str, 'Literal[False]']] = False)¶
│ │ │ │ │ Bases: MySQLChangeColumn
│ │ │ │ │
│ │ │ │ │ @@ -348,16 +348,16 @@
│ │ │ │ │ perform any operations needed on a table before a new one is
│ │ │ │ │ created to replace it in batch mode.
│ │ │ │ │ the PG dialect uses this to drop constraints on the table before
│ │ │ │ │ the new one uses those same names.
│ │ │ │ │ render_type(type_: TypeEngine, autogen_context: AutogenContext)
│ │ │ │ │ → Union[str, 'Literal[False]']¶
│ │ │ │ │ transactional_ddl= True¶
│ │ │ │ │ - type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'}, {'FLOAT',
│ │ │ │ │ - 'DOUBLE PRECISION'})¶
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'}, {'DOUBLE
│ │ │ │ │ + PRECISION', 'FLOAT'})¶
│ │ │ │ │ alembic.ddl.postgresql.visit_column_comment(element: ColumnComment, compiler:
│ │ │ │ │ PGDDLCompiler, **kw) → str¶
│ │ │ │ │ alembic.ddl.postgresql.visit_column_type(element: PostgresqlColumnType,
│ │ │ │ │ compiler: PGDDLCompiler, **kw) → str¶
│ │ │ │ │ alembic.ddl.postgresql.visit_identity_column(element: IdentityColumnDefault,
│ │ │ │ │ compiler: PGDDLCompiler, **kw)¶
│ │ │ │ │ alembic.ddl.postgresql.visit_rename_table(element: RenameTable, compiler:
│ │ │ ├── ./usr/share/doc/alembic/html/searchindex.js
│ │ │ │ ├── js-beautify {}
│ │ │ │ │ @@ -999,16 +999,16 @@
│ │ │ │ │ "batchoper": [3, 5, 10, 12, 15, 18],
│ │ │ │ │ "create_exclude_constraint": [3, 12, 15, 18],
│ │ │ │ │ "constraint_typ": [3, 16],
│ │ │ │ │ "from_constraint": 3,
│ │ │ │ │ "to_constraint": 3,
│ │ │ │ │ "postgresqlcolumntyp": 3,
│ │ │ │ │ "postgresqlimpl": [3, 11, 13],
│ │ │ │ │ - "float": [3, 12],
│ │ │ │ │ "precis": [3, 9, 12],
│ │ │ │ │ + "float": [3, 12],
│ │ │ │ │ "visit_column_com": 3,
│ │ │ │ │ "pgddlcompil": 3,
│ │ │ │ │ "sqliteimpl": 3,
│ │ │ │ │ "cast": [3, 12],
│ │ │ │ │ "pysqlit": [3, 12],
│ │ │ │ │ "http": [3, 12, 13, 14],
│ │ │ │ │ "bug": [3, 15, 19],