mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.80.0
This commit is contained in:
parent
0c56f3fd0a
commit
29ca8c5266
5 changed files with 17 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.79.0/matrix-synapse_1.79.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=78ee92bd904143247adc410f0a7ab822a3bd63312cb6711473661db66e964aae
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.80.0/matrix-synapse_1.80.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=66bd42d17a7367d9b3be0dbe90fad6cec097e598214d8d46a38122fae240c501
|
||||
# (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.79.0/matrix-synapse_1.79.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=bd792ded7d038b992fc5ceeb477307c566cdec0faa38cb796102ad7c9a85b808
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.80.0/matrix-synapse_1.80.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=9455d932b37c558b84f53083a44ad7c0047f10f2bcef346974b69f3bf0e23f83
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -7,7 +7,7 @@ certifi==2022.12.7
|
|||
cffi==1.15.1
|
||||
charset-normalizer==3.1.0
|
||||
constantly==15.1.0
|
||||
cryptography==39.0.2
|
||||
cryptography==40.0.1
|
||||
frozendict==2.3.4
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
|
@ -19,23 +19,23 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.2
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.79.0
|
||||
matrix-synapse==1.80.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.8.0
|
||||
packaging==23.0
|
||||
phonenumbers==8.13.7
|
||||
phonenumbers==8.13.8
|
||||
Pillow==9.4.0
|
||||
prometheus-client==0.16.0
|
||||
psycopg2==2.9.5
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pycparser==2.21
|
||||
pydantic==1.10.6
|
||||
pydantic==1.10.7
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.0.0
|
||||
pyOpenSSL==23.1.1
|
||||
pyrsistent==0.19.3
|
||||
PyYAML==6.0
|
||||
requests==2.28.2
|
||||
|
@ -52,4 +52,4 @@ typing_extensions==4.5.0
|
|||
unpaddedbase64==2.1.0
|
||||
urllib3==1.26.15
|
||||
webencodings==0.5.1
|
||||
zope.interface==5.5.2
|
||||
zope.interface==6.0
|
||||
|
|
|
@ -7,7 +7,7 @@ certifi==2022.12.7
|
|||
cffi==1.15.1
|
||||
charset-normalizer==3.1.0
|
||||
constantly==15.1.0
|
||||
cryptography==39.0.2
|
||||
cryptography==40.0.1
|
||||
frozendict==2.3.4
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
|
@ -19,13 +19,13 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.2
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.79.0
|
||||
matrix-synapse==1.80.0
|
||||
matrix-synapse-ldap3==0.2.2
|
||||
msgpack==1.0.5
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.8.0
|
||||
packaging==23.0
|
||||
phonenumbers==8.13.7
|
||||
phonenumbers==8.13.8
|
||||
Pillow==9.4.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.16.0
|
||||
|
@ -33,10 +33,10 @@ psycopg2==2.9.5
|
|||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pycparser==2.21
|
||||
pydantic==1.10.6
|
||||
pydantic==1.10.7
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.0.0
|
||||
pyOpenSSL==23.1.1
|
||||
pyrsistent==0.19.3
|
||||
PyYAML==6.0
|
||||
requests==2.28.2
|
||||
|
@ -53,4 +53,4 @@ typing_extensions==4.5.0
|
|||
unpaddedbase64==2.1.0
|
||||
urllib3==1.26.15
|
||||
webencodings==0.5.1
|
||||
zope.interface==5.5.2
|
||||
zope.interface==6.0
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.79.0~ynh1",
|
||||
"version": "1.80.0~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue