Commit graph

5 commits

Author SHA1 Message Date
Maximilian Bosch 22470fff35
mautrix-telegram: fix build
With updating `pluggy` to `0.13.0`[1] the way how python modules are
imported during pytest changed which broke all modules that had a
`coding: future_fstrings` annotation at the top which used to be needed
for python <=3.5. This only affected the tests, deploying a
`mautrix-telegram` from master with `doCheck = false;` works fine.

I applied a patch for `mautrix-telegram` which drops python 3.5 compat
(this package is intended to be used as application with python 3.7, so this
should be fine on master/unstable) and modified `mautrix-appservice`
accordingly as a lot of things on master changed since their last
release, so applying a patch didn't work there.

Resolves #71996

[1] faf8cfba4e
2019-10-26 10:58:56 +02:00
nyanloutre f88bb6c2b2
mautrix-appservice: 0.3.10.dev1 -> 0.3.11 2019-06-30 12:05:55 +02:00
nyanloutre dacad9860b
pythonPackages.mautrix-appservice: 0.3.8 -> 0.3.10.dev1 2019-06-01 17:37:15 +02:00
Frederik Rietdijk f1fac795be python: mautrix-appservice: 0.3.7 -> 0.3.8 2019-02-17 14:40:27 +01:00
nyanloutre 7993fa60b8 pythonPackages.mautrix-appservice: init at 0.3.7 2019-01-30 09:58:14 +01:00