Commit graph

6 commits

Author SHA1 Message Date
nyanloutre baddb2ac89
mautrix-telegram: 0.5.2 -> 0.6.0 2019-07-09 18:55:37 +02:00
nyanloutre 024c1c3d2a
mautrix-telegram: 0.5.1 -> 0.5.2 2019-06-01 17:37:32 +02:00
Maximilian Bosch 0a94f89fca
mautrix-telegram: patch away alembic dependency
`alembic`[1] is a database migration tool which is invoked from the CLI
when installing the telegram bridge, but never needed during the
runtime.

The reason why `alembic` is required here is to ensure that it
exists in the Python environment when deploying the bridge. However
`alembic` requires `mautrix-telegram` in its environment to create a
database schema from the Python models.

Such a dependency relation may be possible with tools like virtualenv,
however it'll result in an infinite recursion at evaluation time in Nix.

With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore
and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which
has `mautrix-telegram` in its path.

[1] https://alembic.sqlalchemy.org/en/latest/
2019-05-24 09:35:39 +02:00
nyanloutre 2f69e363a5 mautrix-telegram: 0.5.0 -> 0.5.1 2019-03-21 14:57:26 +01:00
nyanloutre 3fa5e2bab6 mautrix-telegram: 0.4.0.post1 -> 0.5.0 2019-03-20 11:42:27 +01:00
nyanloutre 53fddad692 mautrix-telegram: init at 0.4.0.post1 2019-01-31 09:55:55 +01:00