--- /srv/reproducible-results/rbuild-debian/r-b-build.d1jst5NY/b1/alembic_1.4.3-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.d1jst5NY/b2/alembic_1.4.3-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 83fdb4520352043cc7fc9b0eecc44b2a 401928 python optional alembic_1.4.3-1_all.deb │ + a384be6fcda29badd4cbcf7be51446a2 401928 python optional alembic_1.4.3-1_all.deb │ a06c1c06a40d6ccd31969a4fbbf1dbf7 115248 python optional python3-alembic_1.4.3-1_all.deb ├── alembic_1.4.3-1_all.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/alembic/html/api/ddl.html │ │ │ │ @@ -397,15 +397,15 @@ │ │ │ │
│ │ │ │
│ │ │ │ type_arg_extract = ()
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -type_synonyms = ({'DECIMAL', 'NUMERIC'},)
│ │ │ │ +type_synonyms = ({'NUMERIC', 'DECIMAL'},) │ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ class alembic.ddl.impl.ImplMeta(classname, bases, dict_)
│ │ │ │ @@ -498,15 +498,15 @@ │ │ │ │
│ │ │ │
│ │ │ │ type_arg_extract = ['character set ([\\w\\-_]+)', 'collate ([\\w\\-_]+)']
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -type_synonyms = ({'DECIMAL', 'NUMERIC'}, {'BOOL', 'TINYINT'})
│ │ │ │ +type_synonyms = ({'NUMERIC', 'DECIMAL'}, {'BOOL', 'TINYINT'}) │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ class alembic.ddl.mysql.MySQLModifyColumn(name, column_name, schema=None, newname=None, type_=None, nullable=None, default=False, autoincrement=None, comment=False)
│ │ │ │ @@ -566,15 +566,15 @@ │ │ │ │
│ │ │ │
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -type_synonyms = ({'DECIMAL', 'NUMERIC'}, {'VARCHAR', 'NVARCHAR'})
│ │ │ │ +type_synonyms = ({'NUMERIC', 'DECIMAL'}, {'NVARCHAR', 'VARCHAR'}) │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ alembic.ddl.mssql.mssql_add_column(compiler, column, **kw)
│ │ │ │ @@ -698,15 +698,15 @@ │ │ │ │
│ │ │ │
│ │ │ │ transactional_ddl = True
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -type_synonyms = ({'DECIMAL', 'NUMERIC'}, {'DOUBLE PRECISION', 'FLOAT'})
│ │ │ │ +type_synonyms = ({'NUMERIC', 'DECIMAL'}, {'FLOAT', 'DOUBLE PRECISION'}) │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ alembic.ddl.postgresql.visit_column_comment(element, compiler, **kw)
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -126,15 +126,15 @@ │ │ │ │ │ add_column are present. │ │ │ │ │ start_migrations()¶ │ │ │ │ │ A hook called when EnvironmentContext.run_migrations() is called. │ │ │ │ │ Implementations can set up per-migration-run state here. │ │ │ │ │ static_output(text)¶ │ │ │ │ │ transactional_ddl= False¶ │ │ │ │ │ type_arg_extract= ()¶ │ │ │ │ │ - type_synonyms= ({'DECIMAL', 'NUMERIC'},)¶ │ │ │ │ │ + type_synonyms= ({'NUMERIC', 'DECIMAL'},)¶ │ │ │ │ │ classalembic.ddl.impl.ImplMeta(classname, bases, dict_)¶ │ │ │ │ │ classalembic.ddl.impl.Params(token0, tokens, args, kwargs)¶ │ │ │ │ │ Create new instance of Params(token0, tokens, args, kwargs) │ │ │ │ │ args¶ │ │ │ │ │ Alias for field number 2 │ │ │ │ │ kwargs¶ │ │ │ │ │ Alias for field number 3 │ │ │ │ │ @@ -167,15 +167,15 @@ │ │ │ │ │ correct_for_autogen_constraints(conn_unique_constraints, conn_indexes, │ │ │ │ │ metadata_unique_constraints, metadata_indexes)¶ │ │ │ │ │ correct_for_autogen_foreignkeys(conn_fks, metadata_fks)¶ │ │ │ │ │ drop_constraint(const)¶ │ │ │ │ │ transactional_ddl= False¶ │ │ │ │ │ type_arg_extract= ['character set ([\\w\\-_]+)', 'collate ([\\w\\- │ │ │ │ │ _]+)']¶ │ │ │ │ │ - type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'BOOL', 'TINYINT'})¶ │ │ │ │ │ + type_synonyms= ({'NUMERIC', 'DECIMAL'}, {'BOOL', 'TINYINT'})¶ │ │ │ │ │ classalembic.ddl.mysql.MySQLModifyColumn(name, column_name, schema=None, │ │ │ │ │ newname=None, type_=None, nullable=None, default=False, autoincrement=None, │ │ │ │ │ comment=False)¶ │ │ │ │ │ Bases: alembic.ddl.mysql.MySQLChangeColumn │ │ │ │ │ ***** MS-SQL¶ ***** │ │ │ │ │ classalembic.ddl.mssql.MSSQLImpl(*arg, **kw)¶ │ │ │ │ │ Bases: alembic.ddl.impl.DefaultImpl │ │ │ │ │ @@ -194,15 +194,15 @@ │ │ │ │ │ EnvironmentContext.begin_transaction(). │ │ │ │ │ emit_commit()¶ │ │ │ │ │ Emit the string COMMIT, or the backend-specific equivalent, on the │ │ │ │ │ current connection context. │ │ │ │ │ This is used in offline mode and typically via │ │ │ │ │ EnvironmentContext.begin_transaction(). │ │ │ │ │ transactional_ddl= True¶ │ │ │ │ │ - type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'VARCHAR', 'NVARCHAR'})¶ │ │ │ │ │ + type_synonyms= ({'NUMERIC', 'DECIMAL'}, {'NVARCHAR', 'VARCHAR'})¶ │ │ │ │ │ alembic.ddl.mssql.mssql_add_column(compiler, column, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_add_column(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_column_default(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_column_nullable(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_column_type(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_rename_column(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.mssql.visit_rename_table(element, compiler, **kw)¶ │ │ │ │ │ @@ -244,16 +244,16 @@ │ │ │ │ │ prep_table_for_batch(table)¶ │ │ │ │ │ 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_, autogen_context)¶ │ │ │ │ │ transactional_ddl= True¶ │ │ │ │ │ - type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'DOUBLE PRECISION', │ │ │ │ │ - 'FLOAT'})¶ │ │ │ │ │ + type_synonyms= ({'NUMERIC', 'DECIMAL'}, {'FLOAT', 'DOUBLE │ │ │ │ │ + PRECISION'})¶ │ │ │ │ │ alembic.ddl.postgresql.visit_column_comment(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.postgresql.visit_column_type(element, compiler, **kw)¶ │ │ │ │ │ alembic.ddl.postgresql.visit_rename_table(element, compiler, **kw)¶ │ │ │ │ │ ***** SQLite¶ ***** │ │ │ │ │ classalembic.ddl.sqlite.SQLiteImpl(dialect, connection, as_sql, │ │ │ │ │ transactional_ddl, output_buffer, context_opts)¶ │ │ │ │ │ Bases: alembic.ddl.impl.DefaultImpl