Skip to content

Commit

Permalink
net-im/py-matrix-synapse: Update to 1.31.0
Browse files Browse the repository at this point in the history
Changes: https://github.com/matrix-org/synapse/releases/tag/v1.31.0

PR:		254944
Submitted by:	Sascha Biberhofer <ports AT skyforge DOT at> (maintainer)
  • Loading branch information
neelchauhan committed Apr 12, 2021
1 parent 57de0ec commit c12a581
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net-im/py-matrix-synapse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 1.29.0
DISTVERSION= 1.31.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down
6 changes: 3 additions & 3 deletions net-im/py-matrix-synapse/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1615397920
SHA256 (matrix-org-synapse-v1.29.0_GH0.tar.gz) = 01650226eabe9dbf04e01a457aafb8d6b147707b4d764d18692bde1786d608f3
SIZE (matrix-org-synapse-v1.29.0_GH0.tar.gz) = 7198706
TIMESTAMP = 1617826884
SHA256 (matrix-org-synapse-v1.31.0_GH0.tar.gz) = 5ec5b5659a0e3b925feb6016e33172cf948bb22427972a15a56c4ea886cd10e8
SIZE (matrix-org-synapse-v1.31.0_GH0.tar.gz) = 7230543
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- synapse/python_dependencies.py.orig 2021-04-07 20:22:25 UTC
+++ synapse/python_dependencies.py
@@ -85,7 +85,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;python_version>='3.6'",
+ #"cryptography>=3.4.7;python_version>='3.6'",
]

CONDITIONAL_REQUIREMENTS = {

0 comments on commit c12a581

Please sign in to comment.