From unknown Fri Sep 19 21:29:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 12 Oct 2020 12:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43952 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43952@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160250610127489 (code B ref -1); Mon, 12 Oct 2020 12:35:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Oct 2020 12:35:01 +0000 Received: from localhost ([127.0.0.1]:41882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRx2a-00079I-NL for submit@debbugs.gnu.org; Mon, 12 Oct 2020 08:35:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:40260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRx2Y-00079A-Mi for submit@debbugs.gnu.org; Mon, 12 Oct 2020 08:34:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRx2Y-0002cX-GD for guix-patches@gnu.org; Mon, 12 Oct 2020 08:34:58 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:58176) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRx2W-0007BP-FT for guix-patches@gnu.org; Mon, 12 Oct 2020 08:34:58 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kRx2T-0003G2-Nq; Mon, 12 Oct 2020 14:34:53 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kRx2Q-0003bP-SK; Mon, 12 Oct 2020 14:34:53 +0200 From: Michael Rohleder Date: Mon, 12 Oct 2020 14:34:51 +0200 Message-Id: <20201012123451.27135-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1602506096;710d5f4c; X-HE-SMSGID: 1kRx2T-0003G2-Nq Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/12 08:34:54 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/matrix.scm (synapse): Update to 1.20.1. --- gnu/packages/matrix.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 002c1b530d..83a0d478af 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Alex ter Weele ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -60,13 +61,13 @@ an LDAP server.") (define-public synapse (package (name "synapse") - (version "1.14.0") + (version "1.20.1") (source (origin (method url-fetch) (uri (pypi-uri "matrix-synapse" version)) (sha256 (base32 - "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq")))) + "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw")))) (build-system python-build-system) ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’. (propagated-inputs -- 2.28.0 From unknown Fri Sep 19 21:29:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Rohleder Subject: bug#43952: closed (Re: [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1.) Message-ID: References: <87o8l39n0r.fsf@gnu.org> <20201012123451.27135-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 43952 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43952@debbugs.gnu.org Date: Thu, 15 Oct 2020 21:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1602798662-32447-1" This is a multi-part message in MIME format... ------------=_1602798662-32447-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43952: [PATCH] gnu: synapse: Update to 1.20.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43952@debbugs.gnu.org. --=20 43952: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43952 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1602798662-32447-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43952-done) by debbugs.gnu.org; 15 Oct 2020 21:50:53 +0000 Received: from localhost ([127.0.0.1]:56801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTB9B-0008R1-I9 for submit@debbugs.gnu.org; Thu, 15 Oct 2020 17:50:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTB99-0008Qn-TW for 43952-done@debbugs.gnu.org; Thu, 15 Oct 2020 17:50:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59408) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTB94-0004tu-DJ; Thu, 15 Oct 2020 17:50:46 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33308 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTB93-0003tz-TK; Thu, 15 Oct 2020 17:50:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1. References: <20201012123451.27135-1-mike@rohleder.de> Date: Thu, 15 Oct 2020 23:50:44 +0200 In-Reply-To: <20201012123451.27135-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 12 Oct 2020 14:34:51 +0200") Message-ID: <87o8l39n0r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43952-done Cc: 43952-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Rohleder skribis: > * gnu/packages/matrix.scm (synapse): Update to 1.20.1. Applied, thanks! ------------=_1602798662-32447-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Oct 2020 12:35:01 +0000 Received: from localhost ([127.0.0.1]:41882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRx2a-00079I-NL for submit@debbugs.gnu.org; Mon, 12 Oct 2020 08:35:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:40260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRx2Y-00079A-Mi for submit@debbugs.gnu.org; Mon, 12 Oct 2020 08:34:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRx2Y-0002cX-GD for guix-patches@gnu.org; Mon, 12 Oct 2020 08:34:58 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:58176) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRx2W-0007BP-FT for guix-patches@gnu.org; Mon, 12 Oct 2020 08:34:58 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kRx2T-0003G2-Nq; Mon, 12 Oct 2020 14:34:53 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kRx2Q-0003bP-SK; Mon, 12 Oct 2020 14:34:53 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: synapse: Update to 1.20.1. Date: Mon, 12 Oct 2020 14:34:51 +0200 Message-Id: <20201012123451.27135-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1602506096;710d5f4c; X-HE-SMSGID: 1kRx2T-0003G2-Nq Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/12 08:34:54 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/matrix.scm (synapse): Update to 1.20.1. --- gnu/packages/matrix.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 002c1b530d..83a0d478af 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Alex ter Weele ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -60,13 +61,13 @@ an LDAP server.") (define-public synapse (package (name "synapse") - (version "1.14.0") + (version "1.20.1") (source (origin (method url-fetch) (uri (pypi-uri "matrix-synapse" version)) (sha256 (base32 - "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq")))) + "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw")))) (build-system python-build-system) ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’. (propagated-inputs -- 2.28.0 ------------=_1602798662-32447-1--