This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ Synapse 1.21.1 (2020-10-13)
2
+ ===========================
3
+
4
+ This release fixes a regression in v1.21.0 that prevented debian packages from being built.
5
+ It is otherwise identical to v1.21.0.
6
+
1
7
Synapse 1.21.0 (2020-10-12)
2
8
===========================
3
9
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dh_virtualenv \
42
42
--preinstall=" mock" \
43
43
--extra-pip-arg=" --no-cache-dir" \
44
44
--extra-pip-arg=" --compile" \
45
- --extras=" all,systemd"
45
+ --extras=" all,systemd,test "
46
46
47
47
PACKAGE_BUILD_DIR=" debian/matrix-synapse-py3"
48
48
VIRTUALENV_DIR=" ${PACKAGE_BUILD_DIR}${DH_VIRTUALENV_INSTALL_ROOT} /matrix-synapse"
Original file line number Diff line number Diff line change
1
+ matrix-synapse-py3 (1.21.1) stable; urgency=medium
2
+
3
+ [ Synapse Packaging team ]
4
+ * New synapse release 1.21.1.
5
+
6
+ [ Andrew Morgan ]
7
+ * Explicitly install "test" python dependencies.
8
+
9
+ -- Synapse Packaging team <packages@matrix.org> Tue, 13 Oct 2020 10:24:13 +0100
10
+
1
11
matrix-synapse-py3 (1.21.0) stable; urgency=medium
2
12
3
13
* New synapse release 1.21.0.
Original file line number Diff line number Diff line change 48
48
except ImportError :
49
49
pass
50
50
51
- __version__ = "1.21.0 "
51
+ __version__ = "1.21.1 "
52
52
53
53
if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
54
54
# We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments