[arch-commits] Commit in matrix-synapse/trunk (3 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 14 20:19:04 UTC 2019


    Date: Thursday, November 14, 2019 @ 20:19:03
  Author: foutrelis
Revision: 528717

upgpkg: matrix-synapse 1.5.1-3

Update python3.7 references.

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install
  matrix-synapse/trunk/synapse.service

-----------------+
 PKGBUILD        |    4 ++--
 synapse.install |    2 +-
 synapse.service |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-14 19:40:56 UTC (rev 528716)
+++ PKGBUILD	2019-11-14 20:19:03 UTC (rev 528717)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=1.5.1
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse"
@@ -35,7 +35,7 @@
          matrix-synapse-python-3.8.patch::"https://github.com/matrix-org/synapse/commit/affcc2cc.patch")
 
 md5sums=('9b8cc37ca41207e24ef660771bea422d'
-         '276a99050f40601089255ea168bb7620'
+         'fb196dee4f38a4b19e0a160f45574032'
          'ecd9f66fb57fe1a2e1e2df07a460a35b'
          'e961c9ecad84a70345a57a7e9e6d5b09'
          'b33ea2a4c40b2871c517889298cad228')

Modified: synapse.install
===================================================================
--- synapse.install	2019-11-14 19:40:56 UTC (rev 528716)
+++ synapse.install	2019-11-14 20:19:03 UTC (rev 528717)
@@ -32,7 +32,7 @@
 		==> Upstream email templates are no longer available in /var/lib/synapse/res/templates.
 
 		    If you want to customize the templates, you can copy the default ones from
-		    /usr/lib/python3.7/site-packages/synapse/res/templates/
+		    /usr/lib/python3.x/site-packages/synapse/res/templates/
 		EOF
 	fi
 }

Modified: synapse.service
===================================================================
--- synapse.service	2019-11-14 19:40:56 UTC (rev 528716)
+++ synapse.service	2019-11-14 20:19:03 UTC (rev 528717)
@@ -10,7 +10,7 @@
 SyslogIdentifier=synapse
 Environment=LANG=en_US.UTF-8
 WorkingDirectory=/var/lib/synapse
-ExecStart=/usr/bin/python3.7 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
+ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
 ExecStop=/usr/bin/synctl stop /etc/synapse/homeserver.yaml
 EnvironmentFile=-/etc/default/synapse
 



More information about the arch-commits mailing list