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 <ports@skyforge.at> (maintainer)
This commit is contained in:
Danilo G. Baio 2020-11-26 00:16:38 +00:00
parent 717fbf7abb
commit e4de351588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556310
3 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 1.21.2
DISTVERSION= 1.23.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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: