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

Johannes Löthberg demize at archlinux.org
Fri Mar 22 18:42:18 UTC 2019


    Date: Friday, March 22, 2019 @ 18:42:17
  Author: demize
Revision: 443187

upgpkg: matrix-synapse 0.99.2-2

Modified:
  matrix-synapse/trunk/0001-Bump-python_dependencies.patch
  matrix-synapse/trunk/PKGBUILD

-------------------------------------+
 0001-Bump-python_dependencies.patch |    8 ++++----
 PKGBUILD                            |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: 0001-Bump-python_dependencies.patch
===================================================================
--- 0001-Bump-python_dependencies.patch	2019-03-22 18:32:26 UTC (rev 443186)
+++ 0001-Bump-python_dependencies.patch	2019-03-22 18:42:17 UTC (rev 443187)
@@ -1,4 +1,4 @@
-From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes at kyriasis.com>
 Date: Tue, 8 Jan 2019 20:09:50 +0100
 Subject: [PATCH] Bump python_dependencies
@@ -12,7 +12,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index 756721e30..f8ee9e53f 100644
+index f71e21ff4..b49873781 100644
 --- a/synapse/python_dependencies.py
 +++ b/synapse/python_dependencies.py
 @@ -62,7 +62,7 @@ REQUIREMENTS = [
@@ -20,10 +20,10 @@
      # prometheus_client 0.4.0 changed the format of counter metrics
      # (cf https://github.com/matrix-org/synapse/issues/4001)
 -    "prometheus_client>=0.0.18,<0.4.0",
-+    "prometheus_client>=0.0.18,<0.6.0",
++    "prometheus_client>=0.0.18,<0.7.0",
  
      # we use attr.s(slots), which arrived in 16.0.0
      # Twisted 18.7.0 requires attrs>=17.4.0
 -- 
-2.20.1
+2.21.0
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-22 18:32:26 UTC (rev 443186)
+++ PKGBUILD	2019-03-22 18:42:17 UTC (rev 443187)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.99.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse"
@@ -37,7 +37,7 @@
 md5sums=('920a2773497b1487b29d20558a651ed2'
          '276a99050f40601089255ea168bb7620'
          'ecd9f66fb57fe1a2e1e2df07a460a35b'
-         '62b94bdcd227ec2d097ba2eb28fe36df')
+         'ad2900abb04351778e577175cedf6edc')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install



More information about the arch-commits mailing list