mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-im/py-matrix-synapse: Update to 1.35.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.35.0 PR: 256380 Approved by: dbaio, garga (mentors, implicit)
This commit is contained in:
parent
cfc5a2b754
commit
aa0c36b1aa
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= matrix-synapse
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.33.2
|
||||
DISTVERSION= 1.35.1
|
||||
CATEGORIES= net-im python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -41,6 +41,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_F
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ijson>=3.0:devel/py-ijson@${PY_FLAVOR} \
|
||||
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1620739917
|
||||
SHA256 (matrix-org-synapse-v1.33.2_GH0.tar.gz) = 5e0a934dba5994ec102e94ba323e88746b9aec6ccaae03ba2c94780a6dbfeb97
|
||||
SIZE (matrix-org-synapse-v1.33.2_GH0.tar.gz) = 7275914
|
||||
TIMESTAMP = 1622726876
|
||||
SHA256 (matrix-org-synapse-v1.35.1_GH0.tar.gz) = 050e19db4303dce744ad5a8448af41aca35399af8986d11f87b37d03e96dd405
|
||||
SIZE (matrix-org-synapse-v1.35.1_GH0.tar.gz) = 7301793
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- synapse/python_dependencies.py.orig 2021-05-07 09:20:49 UTC
|
||||
--- synapse/python_dependencies.py.orig 2021-06-01 19:28:25 UTC
|
||||
+++ synapse/python_dependencies.py
|
||||
@@ -86,7 +86,7 @@ REQUIREMENTS = [
|
||||
"typing-extensions>=3.7.4",
|
||||
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
||||
# with the latest security patches.
|
||||
- "cryptography>=3.4.7",
|
||||
+ #"cryptography>=3.4.7",
|
||||
+ "cryptography",
|
||||
"ijson>=3.0",
|
||||
]
|
||||
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
|
Loading…
Reference in New Issue
Block a user