mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.94.0
This commit is contained in:
parent
0f2b421f66
commit
0fa77384a4
5 changed files with 33 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.93.0/matrix-synapse_1.93.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=7b81f948d3ba69f879648dc6bf2722c9bcda751cd7b81a1c18206e41d2b5b91e
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.94.0/matrix-synapse_1.94.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=e9145698dd5f96a24bef267844821a446fef47a5f938ea9e3e09fb29d967dcb1
|
||||
# (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.93.0/matrix-synapse_1.93.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=570bbb9bd5d020c180b786dcf5c55b1406d1ee8dab24eb1ab620821f70f5532c
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.94.0/matrix-synapse_1.94.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=7a91ceb6a2696ea646ed7959c51549caf4006bfa565010b875dbfbfc1794c010
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
annotated-types==0.6.0
|
||||
attrs==23.1.0
|
||||
Automat==22.10.0
|
||||
bcrypt==4.0.1
|
||||
bleach==6.0.0
|
||||
bleach==6.1.0
|
||||
canonicaljson==2.0.0
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.2.0
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
constantly==15.1.0
|
||||
cryptography==41.0.4
|
||||
hyperlink==21.0.0
|
||||
|
@ -20,27 +21,28 @@ ldap3==2.9.1
|
|||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.93.0
|
||||
matrix-synapse==1.94.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.6
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.9.0
|
||||
packaging==23.1
|
||||
phonenumbers==8.13.21
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.22
|
||||
Pillow==10.0.1
|
||||
prometheus-client==0.17.1
|
||||
psycopg2==2.9.7
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==1.10.12
|
||||
pydantic==2.4.2
|
||||
pydantic_core==2.10.1
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.3
|
||||
rpds-py==0.10.4
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
|
@ -51,6 +53,6 @@ treq==22.2.0
|
|||
Twisted==23.8.0
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.5
|
||||
urllib3==2.0.6
|
||||
webencodings==0.5.1
|
||||
zope.interface==6.0
|
||||
zope.interface==6.1
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
annotated-types==0.6.0
|
||||
attrs==23.1.0
|
||||
Automat==22.10.0
|
||||
bcrypt==4.0.1
|
||||
bleach==6.0.0
|
||||
bleach==6.1.0
|
||||
canonicaljson==2.0.0
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.2.0
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
constantly==15.1.0
|
||||
cryptography==41.0.4
|
||||
hyperlink==21.0.0
|
||||
|
@ -20,28 +21,29 @@ ldap3==2.9.1
|
|||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.93.0
|
||||
matrix-synapse==1.94.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.6
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.9.0
|
||||
packaging==23.1
|
||||
phonenumbers==8.13.21
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.22
|
||||
Pillow==10.0.1
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.17.1
|
||||
psycopg2==2.9.7
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==1.10.12
|
||||
pydantic==2.4.2
|
||||
pydantic_core==2.10.1
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
requests==2.31.0
|
||||
rpds-py==0.10.3
|
||||
rpds-py==0.10.4
|
||||
semantic-version==2.10.0
|
||||
service-identity==23.1.0
|
||||
setuptools-rust==1.7.0
|
||||
|
@ -53,6 +55,6 @@ treq==22.2.0
|
|||
Twisted==23.8.0
|
||||
typing_extensions==4.8.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.5
|
||||
urllib3==2.0.6
|
||||
webencodings==0.5.1
|
||||
zope.interface==6.0
|
||||
zope.interface==6.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.93.0~ynh1",
|
||||
"version": "1.94.0~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue