mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
matrixsynapse: Allow upgrade to version 1.17
Tests: - Run with new code. Setup is run for upgrades modules. /etc/apt/preferences.d/51-freedombox-apps.pref contains the changes for python3-attr. - On stable. apt policy python3-attr shows version 19.3.0-3~bpo10+1 is the preferred version. - On stable, installing matrix-synapse leads to installation of python3-attr =19.3.0-3~bpo10+1. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
73e55f06b4
commit
0c8ed13882
@ -63,6 +63,11 @@ Explanation: python3-twisted requires matching version of python3-twisted-bin
|
|||||||
Package: python3-twisted-bin
|
Package: python3-twisted-bin
|
||||||
Pin: release a=buster-backports
|
Pin: release a=buster-backports
|
||||||
Pin-Priority: 500
|
Pin-Priority: 500
|
||||||
|
|
||||||
|
Explanation: matrix-synapse >= 1.16 requires python3-attr >= 19.1.0~
|
||||||
|
Package: python3-attr
|
||||||
|
Pin: release a=buster-backports
|
||||||
|
Pin-Priority: 500
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ from plinth import cfg, glib, menu
|
|||||||
|
|
||||||
from .manifest import backup # noqa, pylint: disable=unused-import
|
from .manifest import backup # noqa, pylint: disable=unused-import
|
||||||
|
|
||||||
version = 4
|
version = 5
|
||||||
|
|
||||||
is_essential = True
|
is_essential = True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user