--- /srv/reproducible-results/rbuild-debian/r-b-build.GPIFzm96/b1/alembic_1.8.1-2_amd64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.GPIFzm96/b2/alembic_1.8.1-2_amd64.changes
├── Files
│ @@ -1,3 +1,3 @@
│
│ - a1f255311c280946dd55dd6ca67c27ae 457164 python optional alembic_1.8.1-2_all.deb
│ + cc6aa93905e41088870b0a48d190d8f7 457180 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 2696 2022-09-23 11:47:38.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 454276 2022-09-23 11:47:38.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2700 2022-09-23 11:47:38.000000 control.tar.xz
│ │ +-rw-r--r-- 0 0 0 454288 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
│ │ │ │ @@ -428,15 +428,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'DECIMAL', 'NUMERIC'},)
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'},)
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ class alembic.ddl.impl.ImplMeta(classname: str, bases: Tuple[Type[DefaultImpl]], dict_: Dict[str, Any])
│ │ │ │ @@ -539,15 +539,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'DECIMAL', 'NUMERIC'}, {'BOOL', 'TINYINT'}, {'LONGTEXT', 'JSON'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'TINYINT', 'BOOL'}, {'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)
│ │ │ │ @@ -622,15 +622,15 @@
│ │ │ │
│ │ │ │ -
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'DECIMAL', 'NUMERIC'}, {'VARCHAR', 'NVARCHAR'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'VARCHAR', 'NVARCHAR'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ alembic.ddl.mssql.mssql_add_column(compiler: MSDDLCompiler, column: Column, **kw) → str
│ │ │ │ @@ -769,15 +769,15 @@
│ │ │ │
│ │ │ │ -
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -type_synonyms: Tuple[Set[str], ...] = ({'DECIMAL', 'NUMERIC'}, {'FLOAT', 'DOUBLE PRECISION'})
│ │ │ │ +type_synonyms: Tuple[Set[str], ...] = ({'NUMERIC', 'DECIMAL'}, {'FLOAT', 'DOUBLE PRECISION'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ alembic.ddl.postgresql.visit_column_comment(element: ColumnComment, compiler: PGDDLCompiler, **kw) → str
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -181,15 +181,15 @@
│ │ │ │ │ add_column are present.
│ │ │ │ │ start_migrations() → None¶
│ │ │ │ │ A hook called when EnvironmentContext.run_migrations() is called.
│ │ │ │ │ Implementations can set up per-migration-run state here.
│ │ │ │ │ static_output(text: str) → None¶
│ │ │ │ │ transactional_ddl= False¶
│ │ │ │ │ type_arg_extract: Sequence[str]= ()¶
│ │ │ │ │ - type_synonyms: Tuple[Set[str], ...]= ({'DECIMAL', 'NUMERIC'},)¶
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'},)¶
│ │ │ │ │ classalembic.ddl.impl.ImplMeta(classname: str, bases: Tuple[Type
│ │ │ │ │ [DefaultImpl]], dict_: Dict[str, Any])¶
│ │ │ │ │ classalembic.ddl.impl.Params(token0, tokens, args, kwargs)¶
│ │ │ │ │ Create new instance of Params(token0, tokens, args, kwargs)
│ │ │ │ │ args¶
│ │ │ │ │ Alias for field number 2
│ │ │ │ │ kwargs¶
│ │ │ │ │ @@ -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], ...]= ({'DECIMAL', 'NUMERIC'}, {'BOOL',
│ │ │ │ │ - 'TINYINT'}, {'LONGTEXT', 'JSON'})¶
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'},
│ │ │ │ │ + {'TINYINT', 'BOOL'}, {'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
│ │ │ │ │
│ │ │ │ │ @@ -274,15 +274,15 @@
│ │ │ │ │ This is used in offline mode and typically via
│ │ │ │ │ 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], ...]= ({'DECIMAL', 'NUMERIC'},
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'},
│ │ │ │ │ {'VARCHAR', 'NVARCHAR'})¶
│ │ │ │ │ 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¶
│ │ │ │ │ @@ -348,15 +348,15 @@
│ │ │ │ │ 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], ...]= ({'DECIMAL', 'NUMERIC'}, {'FLOAT',
│ │ │ │ │ + type_synonyms: Tuple[Set[str], ...]= ({'NUMERIC', 'DECIMAL'}, {'FLOAT',
│ │ │ │ │ 'DOUBLE PRECISION'})¶
│ │ │ │ │ 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)¶
│ │ │ ├── ./usr/share/doc/alembic/html/searchindex.js
│ │ │ │ ├── js-beautify {}
│ │ │ │ │ @@ -947,16 +947,16 @@
│ │ │ │ │ "recreat": [3, 10, 12, 13, 18],
│ │ │ │ │ "proce": [3, 7, 9, 10, 11, 12, 13, 14, 18],
│ │ │ │ │ "start_migr": 3,
│ │ │ │ │ "run_migr": [3, 5, 7, 9, 12, 13, 17, 18],
│ │ │ │ │ "per": [3, 6, 7, 9, 12, 18],
│ │ │ │ │ "static_output": [3, 7],
│ │ │ │ │ "type_arg_extract": 3,
│ │ │ │ │ - "decim": [3, 9, 12, 19],
│ │ │ │ │ "numer": [3, 9, 12, 18],
│ │ │ │ │ + "decim": [3, 9, 12, 19],
│ │ │ │ │ "implmeta": [3, 4, 15],
│ │ │ │ │ "classnam": 3,
│ │ │ │ │ "dict_": 3,
│ │ │ │ │ "param": [3, 4, 15],
│ │ │ │ │ "token0": 3,
│ │ │ │ │ "alia": [3, 11],
│ │ │ │ │ "field": [3, 12, 13, 19],
│ │ │ │ │ @@ -966,16 +966,16 @@
│ │ │ │ │ "memo": 3,
│ │ │ │ │ "mysqlalterdefault": 3,
│ │ │ │ │ "mysqlchangecolumn": 3,
│ │ │ │ │ "conn_unique_constraint": 3,
│ │ │ │ │ "charact": [3, 8, 12, 18, 19],
│ │ │ │ │ "_": [3, 12, 18],
│ │ │ │ │ "tinyint": [3, 12],
│ │ │ │ │ - "longtext": [3, 12],
│ │ │ │ │ "json": [3, 12],
│ │ │ │ │ + "longtext": [3, 12],
│ │ │ │ │ "mysqlmodifycolumn": 3,
│ │ │ │ │ "mssql": [3, 7, 12],
│ │ │ │ │ "mssqlimpl": 3,
│ │ │ │ │ "batch_separ": 3,
│ │ │ │ │ "minvalu": 3,
│ │ │ │ │ "maxvalu": 3,
│ │ │ │ │ "nominvalu": 3,