From owner-svn-ports-all@freebsd.org Thu Nov 26 00:16:40 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C5C947878B; Thu, 26 Nov 2020 00:16:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChJGH6tRMz4fdc; Thu, 26 Nov 2020 00:16:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4AA119EBE; Thu, 26 Nov 2020 00:16:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AQ0Gd3g067504; Thu, 26 Nov 2020 00:16:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AQ0GdIY067501; Thu, 26 Nov 2020 00:16:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202011260016.0AQ0GdIY067501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 26 Nov 2020 00:16:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556310 - in head/net-im/py-matrix-synapse: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 556310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 00:16:40 -0000 Author: dbaio Date: Thu Nov 26 00:16:38 2020 New Revision: 556310 URL: https://svnweb.freebsd.org/changeset/ports/556310 Log: net-im/py-matrix-synapse: Update to 1.23.0 Changelog: https://github.com/matrix-org/synapse/blob/v1.23.0/CHANGES.md PR: 250965 Submitted by: Sascha Biberhofer (maintainer) Modified: head/net-im/py-matrix-synapse/Makefile head/net-im/py-matrix-synapse/distinfo head/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Modified: head/net-im/py-matrix-synapse/Makefile ============================================================================== --- head/net-im/py-matrix-synapse/Makefile Wed Nov 25 23:26:47 2020 (r556309) +++ head/net-im/py-matrix-synapse/Makefile Thu Nov 26 00:16:38 2020 (r556310) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.21.2 +DISTVERSION= 1.23.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-matrix-synapse/distinfo ============================================================================== --- head/net-im/py-matrix-synapse/distinfo Wed Nov 25 23:26:47 2020 (r556309) +++ head/net-im/py-matrix-synapse/distinfo Thu Nov 26 00:16:38 2020 (r556310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602777544 -SHA256 (matrix-org-synapse-v1.21.2_GH0.tar.gz) = ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf -SIZE (matrix-org-synapse-v1.21.2_GH0.tar.gz) = 6930190 +TIMESTAMP = 1605706303 +SHA256 (matrix-org-synapse-v1.23.0_GH0.tar.gz) = afa86ea1332a52d09552ea5825567f910b304d4684692fa8325cefec105b2b4c +SIZE (matrix-org-synapse-v1.23.0_GH0.tar.gz) = 6987361 Modified: head/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py ============================================================================== --- head/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Wed Nov 25 23:26:47 2020 (r556309) +++ head/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Thu Nov 26 00:16:38 2020 (r556310) @@ -1,9 +1,9 @@ ---- synapse/python_dependencies.py.orig 2020-10-15 15:59:57 UTC +--- synapse/python_dependencies.py.orig 2020-11-18 13:34:04 UTC +++ synapse/python_dependencies.py -@@ -72,7 +72,7 @@ REQUIREMENTS = [ - # prom-client has a history of breaking backwards compatibility between - # minor versions (https://github.com/prometheus/client_python/issues/317), - # so we also pin the minor version. +@@ -76,7 +76,7 @@ REQUIREMENTS = [ + # Note that we replicate these constraints in the Synapse Dockerfile while + # pre-installing dependencies. If these constraints are updated here, the + # same change should be made in the Dockerfile. - "prometheus_client>=0.4.0,<0.9.0", + "prometheus_client>=0.4.0", # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: