--- /srv/reproducible-results/rbuild-debian/r-b-build.yy2cRysI/b1/alembic_1.8.1-2_armhf.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.yy2cRysI/b2/alembic_1.8.1-2_armhf.changes
├── Files
│ @@ -1,3 +1,3 @@
│
│ - 0d4419ed8ce8f14329a7d8a1adf2d70a 457164 python optional alembic_1.8.1-2_all.deb
│ + da4b4d41a0f688e39f34f1a8ee1bcbd2 457176 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 454272 2022-09-23 11:47:38.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 454284 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'}, {'LONGTEXT', 'JSON'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'BOOL', 'TINYINT'}, {'LONGTEXT', 'JSON'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ 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)
│ │ │ │ @@ -622,15 +622,15 @@
│ │ │ │
│ │ │ │ -
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'VARCHAR', 'NVARCHAR'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'NVARCHAR', 'VARCHAR'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ alembic.ddl.mssql.mssql_add_column(compiler: MSDDLCompiler, column: Column, **kw) → str
│ │ │ │ @@ -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'}, {'LONGTEXT', 'JSON'})¶
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'}, {'BOOL',
│ │ │ │ │ + 'TINYINT'}, {'LONGTEXT', 'JSON'})¶
│ │ │ │ │ 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
│ │ │ │ │
│ │ │ │ │ @@ -275,15 +275,15 @@
│ │ │ │ │ EnvironmentContext.begin_transaction().
│ │ │ │ │ identity_attrs_ignore: Tuple[str, ...]= ('minvalue', 'maxvalue',
│ │ │ │ │ 'nominvalue', 'nomaxvalue', 'cycle', 'cache', 'order', 'on_null',
│ │ │ │ │ 'order')¶
│ │ │ │ │ memo: dict¶
│ │ │ │ │ transactional_ddl= True¶
│ │ │ │ │ type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'},
│ │ │ │ │ - {'VARCHAR', 'NVARCHAR'})¶
│ │ │ │ │ + {'NVARCHAR', 'VARCHAR'})¶
│ │ │ │ │ alembic.ddl.mssql.mssql_add_column(compiler: MSDDLCompiler, column: Column,
│ │ │ │ │ **kw) → str¶
│ │ │ │ │ alembic.ddl.mssql.visit_add_column(element: AddColumn, compiler:
│ │ │ │ │ MSDDLCompiler, **kw) → str¶
│ │ │ │ │ alembic.ddl.mssql.visit_column_default(element: ColumnDefault, compiler:
│ │ │ │ │ MSDDLCompiler, **kw) → str¶
│ │ │ │ │ alembic.ddl.mssql.visit_column_nullable(element: ColumnNullable, compiler:
│ │ │ │ │ @@ -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],