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

Johannes Löthberg demize at archlinux.org
Tue Feb 5 19:33:03 UTC 2019


    Date: Tuesday, February 5, 2019 @ 19:33:03
  Author: demize
Revision: 429665

upgpkg: matrix-synapse 0.99.0-1

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

-------------------------------------+
 0001-Bump-python_dependencies.patch |   20 +++++++-------------
 PKGBUILD                            |    8 ++++----
 2 files changed, 11 insertions(+), 17 deletions(-)

Modified: 0001-Bump-python_dependencies.patch
===================================================================
--- 0001-Bump-python_dependencies.patch	2019-02-05 19:11:21 UTC (rev 429664)
+++ 0001-Bump-python_dependencies.patch	2019-02-05 19:33:03 UTC (rev 429665)
@@ -1,4 +1,4 @@
-From 3afc953a1b7447ae19a563269b316a86afa38215 Mon Sep 17 00:00:00 2001
+From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 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
@@ -8,28 +8,22 @@
 
 Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
 ---
- synapse/python_dependencies.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ 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 69c5f9fe2..68bae2398 100644
+index 756721e30..f8ee9e53f 100644
 --- a/synapse/python_dependencies.py
 +++ b/synapse/python_dependencies.py
-@@ -53,12 +53,12 @@ REQUIREMENTS = [
-     "sortedcontainers>=1.4.4",
-     "psutil>=2.0.0",
-     "pymacaroons-pynacl>=0.9.3",
--    "msgpack-python>=0.4.2",
-+    "msgpack>=0.4.2",
-     "phonenumbers>=8.2.0",
+@@ -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.6.0",
+ 
      # we use attr.s(slots), which arrived in 16.0.0
-     "attrs>=16.0.0",
-     "netaddr>=0.7.18",
+     # Twisted 18.7.0 requires attrs>=17.4.0
 -- 
 2.20.1
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-05 19:11:21 UTC (rev 429664)
+++ PKGBUILD	2019-02-05 19:33:03 UTC (rev 429665)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=0.34.1.1
+pkgver=0.99.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -16,7 +16,7 @@
          'python-pillow' 'python-ujson'
          'python-pysaml2' 'python-setuptools'
          'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
-         'python-signedjson' 'python-pymacaroons-pynacl'
+         'python-signedjson' 'python-pymacaroons'
          'python-service-identity' 'python-msgpack'
          'python-phonenumbers' 'python-prometheus_client'
          'python-attrs' 'python-netaddr' 'python-sortedcontainers'
@@ -35,10 +35,10 @@
         'sysusers-synapse.conf'
         '0001-Bump-python_dependencies.patch')
 
-md5sums=('629ce375abd1fd20d45039a0debe3e92'
+md5sums=('038d087aa4b813b61ae7a0c0ea27abde'
          '276a99050f40601089255ea168bb7620'
          'ecd9f66fb57fe1a2e1e2df07a460a35b'
-         '6a7ed53d1891acd37b13422b78f1cfbb')
+         '62b94bdcd227ec2d097ba2eb28fe36df')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install



More information about the arch-commits mailing list