Maximilian Bosch
58dc1e2a6f
matrix-synapse: fix startup
...
Currently, `setuptools` isn't propagated automatically to python
packages[1] which causes the following error when starting
`matrix-synapse`:
```
Traceback (most recent call last):
File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/bin/.homeserver-wrapped", line 39, in <module>
import synapse.config.logger
File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/config/logger.py", line 27, in <module>
from synapse.app import _base as appbase
File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/app/__init__.py", line 18, in <module>
E402
File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/python_dependencies.py", line 19, in <module>
from pkg_resources import (
No module named 'pkg_resources'
```
[1] https://github.com/NixOS/nixpkgs/pull/68314
2019-09-10 16:33:48 +02:00
Maximilian Güntner
86a57e400d
matrix-synapse: 1.2.1 -> 1.3.1
2019-08-18 09:41:26 +02:00
pacien
50d0a5b299
matrix-synapse: 1.1.0 -> 1.2.1
2019-07-27 12:48:39 +02:00
Maximilian Güntner
7c64083bc5
matrix-synapse: 1.0.0 -> 1.1.0
2019-07-06 15:09:27 +02:00
Franz Pletz
557c586f4e
matrix-synapse: 0.99.5.2 -> 1.0.0
2019-06-12 00:47:33 +02:00
pacien
435685942b
matrix-synapse: 0.99.5.1 -> 0.99.5.2
2019-05-31 15:07:10 +02:00
Peter Hoeg
adddf5492b
matrix-synapse: 0.95.5 -> 0.95.5.1
...
This version is needed for compatibility with 1.0.0 and the new v4 rooms.
Also, enable systemd support based on host OS.
2019-05-29 10:05:09 +08:00
Maximilian Güntner
cff544bc99
matrix-synapse: 0.99.4 -> 0.99.5
2019-05-22 18:32:02 +02:00
Maximilian Güntner
f654606e87
matrix-synapse: 0.99.3.2 -> 0.99.4
2019-05-19 23:10:05 +02:00
Maximilian Güntner
f91b7984b4
matrix-synapse: 0.99.3 -> 0.99.3.2
2019-05-04 22:32:43 +02:00
Franz Pletz
5344fcfeb1
matrix-synapse: 0.99.2 -> 0.99.3
2019-04-01 23:18:18 +02:00
pacien
9620a0cf9d
matrix-synapse: 0.99.1.1 -> 0.99.2
2019-03-01 20:34:57 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
pacien
0c663e9032
matrix-synapse: restore entry point for service
2019-02-23 20:57:20 +01:00
pacien
ce62a9dd11
matrix-synapse: register additional maintainer
2019-02-23 20:54:18 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
pacien
1b01704503
matrix-synapse: 0.99.0 -> 0.99.1.1
2019-02-16 09:48:48 +01:00
nyanloutre
d667c33cb2
matrix-synapse: 0.34.1.1 -> 0.99.0
...
Also cleanup of old dependencies and irrelevant patch
2019-02-06 10:50:20 +01:00
Robert Schütz
b720ecb9ee
matrix-synapse: use python3
2019-01-11 16:36:28 +01:00
nyanloutre
bc561526d1
matrix-synapse: 0.34.0.1 -> 0.34.1.1
...
Also correctly run tests.
2019-01-11 16:36:27 +01:00
Notkea
0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885)
2019-01-10 20:22:01 +01:00
Michael Raskin
35efbedce4
matrix-synapse: 0.33.9 -> 0.34.0
2018-12-21 15:01:45 +01:00
Michael Raskin
13d5941d50
matrix-synapse: fix build by local dependency downgrade
2018-12-21 15:01:45 +01:00
Franz Pletz
2bf16cbbc3
matrix-synapse: 0.33.8 -> 0.33.9
2018-11-23 21:09:57 +01:00
Peter Hoeg
dc74c44e67
matrix-synapse: prepare for python3 switch
...
With this commit, we *can* swap python2 for python3 to run synapse using python3
instead.
The reason for not making the switch is that a number of CLI tools provided with
synapse do not yet work under py3 despite synapse running fine.
So this doesn't actually do anything on its own except to prepare for the
upcoming py3 switch.
2018-11-08 16:23:32 +08:00
Léo Gaspard
bb86056575
matrix-synapse: 0.33.6 -> 0.33.8
...
Also reworked dependencies:
* blist and ujson are marked as no longer needed
* pytz has no mention throughout `git log -p` on synapse's repository
* systemd and affinity are optional (but turned on by default)
2018-11-04 23:39:42 +09:00
Notkea
570b9bab25
matrix-synapse: 0.33.5 -> 0.33.6
2018-10-04 20:30:48 +02:00
Notkea
4cd6502925
matrix-synapse: 0.33.3.1 -> 0.33.5
...
Upgrade matrix-synapse to the latest version,
adding a new required dependency (treq)
2018-09-24 16:57:37 +02:00
Michael Raskin
6ea0c3e271
matrix-synapse: 0.33.3 -> 0.33.3.1
2018-09-06 17:16:45 +03:00
Michael Raskin
37c0f1cafa
matrix-synapse: 0.33.0 -> 0.33.3
2018-08-31 14:50:15 +03:00
rnhmjoj
cdb3e689f6
matrix-synapse: use python2
2018-08-08 02:20:54 +02:00
Andreas Rammhold
782342cf30
Merge pull request #43888 from Ekleog/synapse-0.33.0
...
matrix-synapse: 0.31.2 -> 0.33.0
2018-07-28 10:13:52 +02:00
Léo Gaspard
182b7f63af
matrix-synapse: 0.31.2 -> 0.33.0
2018-07-21 21:56:46 +09:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Tristan Helmich
1e7d53d113
matrix-synapse: 0.31.1 -> 0.31.2
2018-06-14 19:05:38 +02:00
florianjacob
c86622219a
matrix-synapse: 0.30.0 -> 0.31.1 ( #41728 )
2018-06-09 11:46:24 +02:00
Florian Jacob
429d81db2b
matrix-synapse: 0.28.1 -> 0.30.0
2018-05-24 18:13:41 +02:00
florianjacob
0f62284972
matrix-synapse: 0.27.4 -> 0.28.1 ( #39922 )
2018-05-03 23:38:14 +02:00
Florian Jacob
53bea54a65
matrix-synapse: 0.27.2 -> 0.27.4
2018-04-20 16:42:27 +02:00
Benjamin Saunders
29473c5208
matrix-synapse: 0.26.1 -> 0.27.2
2018-04-06 18:19:01 -07:00
Benjamin Saunders
cef5ed1bc2
matrix-synapse: 0.26.0 -> 0.26.1
...
Security hotfix
2018-03-15 20:47:48 -07:00
Robert Schütz
c8d3a81d2a
matrix-synapse: fix pynacl dependency
...
closes #34959
2018-02-19 15:57:28 +01:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
Frederik Rietdijk
50896074c2
matrix-synapse-ldap3: 0.1.2 -> 0.1.3
2018-01-07 10:20:58 +01:00
Ruben Maher
fb094fdc36
matrix-synapse: 0.25.1 -> 0.26.0
2018-01-07 16:09:30 +10:30
Ruben Maher
b68f6e14bf
matrix-synapse: 0.24.1 -> 0.25.1
2017-11-19 13:47:54 +10:30
Benjamin Saunders
11d3143f91
matrix-synapse: 0.22.1 -> 0.24.1
...
Also fix use of buildPythonApplication where buildPythonPackage is
more appropriate.
2017-10-28 08:55:20 -07:00
Franz Pletz
90f9d52b73
matrix-synapse: 0.21.0 -> 0.22.1
2017-07-10 09:36:05 +02:00
Tristan Helmich
2b7eb321de
matrix-synapse: 0.20.0 -> 0.21.0
2017-05-19 10:11:46 +02:00