--- /srv/reproducible-results/rbuild-debian/r-b-build.CjhtYwq9/b1/alembic_1.4.3-1_i386.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.CjhtYwq9/b2/alembic_1.4.3-1_i386.changes
├── Files
│ @@ -1,3 +1,3 @@
│
│ - 844def83d9060365e3b1094c0d80bf69 401936 python optional alembic_1.4.3-1_all.deb
│ + 9512e2627d385f72ea7fed7fae7a7000 401944 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
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2020-10-26 13:48:56.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 2560 2020-10-26 13:48:56.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 399184 2020-10-26 13:48:56.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 399192 2020-10-26 13:48:56.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
│ │ │ │ @@ -397,15 +397,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -
type_synonyms
= ({'NUMERIC', 'DECIMAL'},)
│ │ │ │ +type_synonyms
= ({'DECIMAL', 'NUMERIC'},)
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ class
alembic.ddl.impl.
ImplMeta
(classname, bases, dict_)
│ │ │ │ @@ -498,15 +498,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -
type_synonyms
= ({'NUMERIC', 'DECIMAL'}, {'TINYINT', 'BOOL'})
│ │ │ │ +type_synonyms
= ({'DECIMAL', 'NUMERIC'}, {'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
= ({'NUMERIC', 'DECIMAL'}, {'VARCHAR', 'NVARCHAR'})
│ │ │ │ +type_synonyms
= ({'DECIMAL', 'NUMERIC'}, {'NVARCHAR', 'VARCHAR'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │
alembic.ddl.mssql.
mssql_add_column
(compiler, column, **kw)
│ │ │ │ @@ -698,15 +698,15 @@
│ │ │ │
│ │ │ │ -
│ │ │ │
transactional_ddl
= True
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ -
type_synonyms
= ({'NUMERIC', 'DECIMAL'}, {'DOUBLE PRECISION', 'FLOAT'})
│ │ │ │ +type_synonyms
= ({'DECIMAL', 'NUMERIC'}, {'DOUBLE PRECISION', 'FLOAT'})
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │
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= ({'NUMERIC', 'DECIMAL'},)¶
│ │ │ │ │ + type_synonyms= ({'DECIMAL', 'NUMERIC'},)¶
│ │ │ │ │ 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= ({'NUMERIC', 'DECIMAL'}, {'TINYINT', 'BOOL'})¶
│ │ │ │ │ + type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'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= ({'NUMERIC', 'DECIMAL'}, {'VARCHAR', 'NVARCHAR'})¶
│ │ │ │ │ + type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'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,15 +244,15 @@
│ │ │ │ │ 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= ({'NUMERIC', 'DECIMAL'}, {'DOUBLE PRECISION',
│ │ │ │ │ + type_synonyms= ({'DECIMAL', 'NUMERIC'}, {'DOUBLE PRECISION',
│ │ │ │ │ 'FLOAT'})¶
│ │ │ │ │ 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)¶