mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.95.1
This commit is contained in:
parent
3f78f68ea6
commit
63e7214aa9
5 changed files with 21 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.0/matrix-synapse_1.95.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=1a1d9248b139f67d23a89a20745d14d88c5b8627f76872d7f94f66952b5f1253
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.1/matrix-synapse_1.95.1-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=4e4693747b5c3c996b61a61707d6cf1d485dcb09db1bbc4075bd3bdb60702507
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.0/matrix-synapse_1.95.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=97e9942bea9bcecc2a75228255a1824298300302559a9332e50816fa54193738
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.1/matrix-synapse_1.95.1-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=6a2d4d7b67ca0bc0423c23dc75a6327d86687cd05782d5d686ae75ab41ebcc96
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -7,7 +7,7 @@ canonicaljson==2.0.0
|
|||
certifi==2023.7.22
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.1
|
||||
constantly==15.1.0
|
||||
constantly==23.10.4
|
||||
cryptography==41.0.5
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
|
@ -15,21 +15,21 @@ ijson==3.2.3
|
|||
immutabledict==3.0.0
|
||||
incremental==22.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.19.1
|
||||
jsonschema==4.19.2
|
||||
jsonschema-specifications==2023.7.1
|
||||
ldap3==2.9.1
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.95.0
|
||||
matrix-synapse==1.95.1
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.9.0
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.23
|
||||
phonenumbers==8.13.24
|
||||
Pillow==10.1.0
|
||||
prometheus-client==0.17.1
|
||||
prometheus-client==0.18.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
|
@ -38,19 +38,19 @@ pydantic==2.4.2
|
|||
pydantic_core==2.10.1
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
pyOpenSSL==23.3.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.6
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
setuptools-rust==1.8.1
|
||||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==23.8.0
|
||||
Twisted==23.10.0
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.7
|
||||
|
|
|
@ -7,7 +7,7 @@ canonicaljson==2.0.0
|
|||
certifi==2023.7.22
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.1
|
||||
constantly==15.1.0
|
||||
constantly==23.10.4
|
||||
cryptography==41.0.5
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
|
@ -15,22 +15,22 @@ ijson==3.2.3
|
|||
immutabledict==3.0.0
|
||||
incremental==22.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.19.1
|
||||
jsonschema==4.19.2
|
||||
jsonschema-specifications==2023.7.1
|
||||
ldap3==2.9.1
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.95.0
|
||||
matrix-synapse==1.95.1
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.9.0
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.23
|
||||
phonenumbers==8.13.24
|
||||
Pillow==10.1.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.17.1
|
||||
prometheus-client==0.18.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
|
@ -39,20 +39,20 @@ pydantic==2.4.2
|
|||
pydantic_core==2.10.1
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
pyOpenSSL==23.3.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.6
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
setuptools-rust==1.8.1
|
||||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
tomli==2.0.1
|
||||
treq==22.2.0
|
||||
Twisted==23.8.0
|
||||
Twisted==23.10.0
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.7
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.95.0~ynh1",
|
||||
"version": "1.95.1~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue