summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2019-06-25 00:51:48 +0300
committerIvan Shapovalov2019-06-25 00:51:48 +0300
commit19184607ef5367e2fa65e481127891668d000d82 (patch)
tree793f16bea15f8e2ba2a60bf8e5f2266dc7d4c90e
parent2c345bbbfa197c36e96cd3c25d747760d3b95f41 (diff)
downloadaur-19184607ef5367e2fa65e481127891668d000d82.tar.gz
Bump; update patches
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Bump-python_dependencies.patch20
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658f29e9bac2..85d00d076c73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matrix-synapse-git
pkgdesc = Matrix reference homeserver
- pkgver = 1.0.0.r26.g7e68691ce
+ pkgver = 1.0.0.r153.g28604ab03
pkgrel = 1
url = https://github.com/matrix-org/synapse
install = synapse.install
@@ -57,7 +57,7 @@ pkgbase = matrix-synapse-git
md5sums = SKIP
md5sums = 276a99050f40601089255ea168bb7620
md5sums = ecd9f66fb57fe1a2e1e2df07a460a35b
- md5sums = 9c6b82545e5ca8ee36a9740bb706b67e
+ md5sums = 7e9d9982e9f1862857b57e652c605563
pkgname = matrix-synapse-git
diff --git a/0001-Bump-python_dependencies.patch b/0001-Bump-python_dependencies.patch
index f9237cdb1238..fefcbff6266b 100644
--- a/0001-Bump-python_dependencies.patch
+++ b/0001-Bump-python_dependencies.patch
@@ -1,5 +1,18 @@
+From d4bc2cdd2dfdef1abd36a0c00fc0c5d528b85fa6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes@kyriasis.com>
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index c78f2cb15..130e445fe 100644
+index 13698d963..f2b4259b2 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -67,7 +67,7 @@ REQUIREMENTS = [
@@ -8,6 +21,9 @@ index c78f2cb15..130e445fe 100644
# (cf https://github.com/matrix-org/synapse/issues/4001)
- "prometheus_client>=0.0.18,<0.4.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
+ "attrs>=17.4.0",
+--
+2.22.0
+
diff --git a/PKGBUILD b/PKGBUILD
index 57df9261d81a..b3c37420d696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Löthberg <johannes@kyriasis.com>
pkgname=matrix-synapse-git
-pkgver=1.0.0.r26.g7e68691ce
+pkgver=1.0.0.r153.g28604ab03
pkgrel=1
pkgdesc="Matrix reference homeserver"
@@ -38,7 +38,7 @@ source=("git://github.com/matrix-org/synapse.git#branch=develop"
md5sums=('SKIP'
'276a99050f40601089255ea168bb7620'
'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '9c6b82545e5ca8ee36a9740bb706b67e')
+ '7e9d9982e9f1862857b57e652c605563')
backup=('etc/synapse/log_config.yaml')
install=synapse.install