Commit Graph

192 Commits

Author SHA1 Message Date
Maximilian Bosch
880e098a9f
matrix-synapse: 1.7.1 -> 1.7.2
https://github.com/matrix-org/synapse/releases/tag/1.7.2

Building for now with Python 3.7 as Python 3.8.1 changed it's behavior
regarding URL parsing[1] which broke one of its dependencies[2].

[1] https://bugs.python.org/issue27657
[2] https://hydra.nixos.org/build/108652790 / https://github.com/mozilla/bleach/issues/503
2019-12-20 19:32:34 +01:00
Maximilian Bosch
e4b91567e8
matrix-synapse: expose nixos-test in derivation
As proposed during the last matrix-synapse bump[1].

[1] https://github.com/NixOS/nixpkgs/pull/75860#issuecomment-567007810
2019-12-19 14:32:06 +01:00
Maximilian Bosch
f1acc6e70e
matrix-synapse: 1.7.0 -> 1.7.1
https://github.com/matrix-org/synapse/releases/tag/v1.7.1
2019-12-18 11:53:16 +01:00
Maximilian Bosch
73322737a3
matrix-synapse: 1.6.1 -> 1.7.0
https://github.com/matrix-org/synapse/releases/tag/v1.7.0
2019-12-14 02:40:52 +01:00
Maximilian Bosch
e533a8c565
matrix-synapse.ldap3: 0.1.3 -> 0.1.4
https://github.com/matrix-org/matrix-synapse-ldap3/releases/tag/v0.1.4
2019-12-14 02:40:13 +01:00
Christian Kampka
e58b4c094c
matrix-appservice-slack: 1.0.1 -> 1.0.2 2019-12-08 15:26:01 +01:00
Maximilian Bosch
58ccdeb8af
matrix-synapse: 1.5.1 -> 1.6.1
https://github.com/matrix-org/synapse/releases/tag/v1.6.0
https://github.com/matrix-org/synapse/releases/tag/v1.6.1
2019-11-28 19:18:48 +01:00
Maximilian Bosch
3c2c50b359
matrix-synapse: 1.5.0 -> 1.5.1
https://github.com/matrix-org/synapse/releases/tag/v1.5.1
2019-11-06 12:52:25 +01:00
Maximilian Bosch
ec83cda2d5
matrix-synapse: 1.4.1 -> 1.5.0
https://github.com/matrix-org/synapse/releases/tag/v1.5.0
2019-10-29 18:32:37 +01:00
Maximilian Bosch
d3849871dd
matrix-synapse: 1.4.0 -> 1.4.1
https://github.com/matrix-org/synapse/releases/tag/v1.4.1
2019-10-25 09:56:04 +02:00
WilliButz
c51a4801f4
Merge pull request #70753 from kampka/matrix-appservice-slack
matrix-appservice-slack: init at 1.0.1
2019-10-17 19:15:15 +02:00
Victor SENE
372422390f
matrix-synapse: 1.3.1 -> 1.4.0
Bumps `matrix-synapse` to version 1.4.0[1]. With this version the
following changes in the matrix-synapse module were needed:

* Removed `trusted_third_party_id_servers`: option is marked as deprecated
  and ignored by matrix-synapse[2].
* Added `account_threepid_delegates` options as replacement for 3rdparty
  server features[3].
* Added `redaction_retention_period` option to configure how long
  redacted options should be kept in the database.
* Added `ma27` as maintainer for `matrix-synapse`.

Co-Authored-By: Notkea <pacien@users.noreply.github.com>
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>

[1] https://matrix.org/blog/2019/10/03/synapse-1-4-0-released
[2] https://github.com/matrix-org/synapse/pull/5875
[3] https://github.com/matrix-org/synapse/pull/5876
2019-10-15 01:11:18 +02:00
Christian Kampka
0edddb8e11
matrix-appservice-slack: nixpkgs-fmt 2019-10-08 15:26:19 +02:00
Christian Kampka
6473d9ffb5
matrix-appservice-slack: init at 1.0.1 2019-10-08 15:16:31 +02:00
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
Frederik Rietdijk
ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Tristan Helmich
0f64656dca matrix-synapse: 0.19.3 -> 0.20.0 2017-04-12 01:58:28 +02:00
Franz Pletz
28a4c998fa
matrix-synapse: 0.19.2 -> 0.19.3 2017-03-22 15:05:30 +01:00
Tristan Helmich
0cb62ab661 matrix-synapse: 0.19.1 -> 0.19.2 2017-02-28 13:02:47 +01:00
Benjamin Saunders
1fbab53a80 matrix-synapse: 0.19.0 -> 0.19.1 2017-02-09 19:31:40 -08:00
Benjamin Saunders
433f7c7bef matrix-synapse: 0.18.7-rc2 -> 0.19.0 2017-02-04 00:49:53 -08:00
Benjamin Saunders
7027bbfba3 matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2 2017-01-06 20:41:29 -08:00
Benjamin Saunders
62e4cfa887 matrix-synapse: 0.18.6-rc2 -> 0.18.6-rc3 2017-01-05 19:53:47 -08:00
Benjamin Saunders
a715adf960 matrix-synapse: 0.18.5 -> 0.18.6-rc2 2016-12-30 12:42:22 -08:00
Benjamin Saunders
3422a7710f matrix-synapse: 0.18.4 -> 0.18.5 2016-12-19 19:50:24 -08:00
Ruben Maher
9c9a21d525 matrix-synapse service: Make url_preview_enabled optional (#20609) 2016-11-28 03:33:48 +01:00
Benjamin Saunders
205aecdf3b matrix-synapse: 0.18.0 -> 0.18.4 2016-11-24 20:43:45 -08:00
Frederik Rietdijk
104c50dd1a Python: remove modules and pythonFull 2016-10-10 10:33:24 +02:00
Emery Hemingway
5c8a31f84b matrix-synapse: 0.17.1 -> 0.18.0 2016-09-26 12:19:58 +02:00
Frederik Rietdijk
3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Emery Hemingway
3adbc07af7 matrix-synapse: 0.17.1 -> 0.17.2 2016-09-12 11:52:16 +02:00
Benjamin Saunders
96198d7421 matrix-synapse: 0.17.0 -> 0.17.1 2016-08-26 23:37:18 -07:00
Benjamin Saunders
199f5a2844 matrix-synapse: 0.16.1-r1 -> 0.17.0 (#17605) 2016-08-09 12:02:10 +02:00
Benjamin Saunders
96e5533cfa matrix-synapse: fix missing curses dependency 2016-07-31 12:33:27 -07:00
Robin Lambertz
b65e9d87e2 matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216) 2016-07-28 04:13:21 +02:00
roblabla
f77af9aa5e matrix-synapse: 0.16.1 -> 0.16.1-r1 2016-07-08 15:12:15 +02:00
Benjamin Saunders
65005fe302 matrix-synapse: 0.16.0 -> 0.16.1 2016-06-22 11:16:28 -07:00
Benjamin Saunders
26da79230b matrix-synapse: 0.14 -> 0.16 2016-06-17 09:21:46 -07:00
Frederik Rietdijk
d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
roblabla
be21e16652 matrix-synapse: update 0.12.0 -> 0.14.0 2016-04-23 01:48:54 +02:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Frederik Rietdijk
8535503556 pythonPackages.twisted: 11.1 -> 15.5 2016-01-24 14:33:56 +01:00
roblabla
7e10bf4327 matrix-synapse: init at 0.12.0 2016-01-15 15:17:14 +01:00