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

Johannes Löthberg demize at archlinux.org
Fri Jul 26 14:55:54 UTC 2019


    Date: Friday, July 26, 2019 @ 14:55:54
  Author: demize
Revision: 492864

upgpkg: matrix-synapse 1.2.1-1

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

-------------------------------------+
 0001-Bump-python_dependencies.patch |   29 -----------------------------
 PKGBUILD                            |   15 ++++-----------
 2 files changed, 4 insertions(+), 40 deletions(-)

Deleted: 0001-Bump-python_dependencies.patch
===================================================================
--- 0001-Bump-python_dependencies.patch	2019-07-26 13:06:30 UTC (rev 492863)
+++ 0001-Bump-python_dependencies.patch	2019-07-26 14:55:54 UTC (rev 492864)
@@ -1,29 +0,0 @@
-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
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg <johannes at 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 f71e21ff4..b49873781 100644
---- a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
-     "six>=1.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.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.21.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 13:06:30 UTC (rev 492863)
+++ PKGBUILD	2019-07-26 14:55:54 UTC (rev 492864)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=1.1.0
+pkgver=1.2.1
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -30,22 +30,15 @@
 
 source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz"
         'synapse.service'
-        'sysusers-synapse.conf'
-        '0001-Bump-python_dependencies.patch')
+        'sysusers-synapse.conf')
 
-md5sums=('e5ad1e0be0173cde3b8fdbdf86584eb8'
+md5sums=('e6e005ec360ccd1fa27ff33e15eb78ab'
          '276a99050f40601089255ea168bb7620'
-         'ecd9f66fb57fe1a2e1e2df07a460a35b'
-         '81df2055170953f1fcd7883621406484')
+         'ecd9f66fb57fe1a2e1e2df07a460a35b')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install
 
-prepare() {
-	cd synapse-$pkgver
-	patch -p1 <"$srcdir"/0001-Bump-python_dependencies.patch
-}
-
 build() {
 	cd synapse-$pkgver
 	python setup.py build



More information about the arch-commits mailing list