1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Upgrade synapse to 1.82.0

This commit is contained in:
Josué Tille 2023-04-26 01:22:47 +02:00
parent e5e91f1562
commit f4bcdb7794
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
5 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.81.0/matrix-synapse_1.81.0-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.82.0/matrix-synapse_1.82.0-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=429e1d7570322b44da083f003adfda0e2ebfd1773d9991dd5b9ad6df5ff56804 SOURCE_SUM=7deb6309f5fa11dcc19d1a8cae52e95233a66766329741ad99f2108732d6b050
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.81.0/matrix-synapse_1.81.0-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.82.0/matrix-synapse_1.82.0-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=7469e9e303fa72f3c6bd2700a77fb5bfda8f8e2bbafdb6d4b4074d1fe6be4043 SOURCE_SUM=72de8dd713ae9f390b0c50f5fd3bcbdecc1adf6b3ce2d0537e550a7bb3501312
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -1,4 +1,4 @@
attrs==22.2.0 attrs==23.1.0
Automat==22.10.0 Automat==22.10.0
bcrypt==4.0.1 bcrypt==4.0.1
bleach==6.0.0 bleach==6.0.0
@ -7,7 +7,7 @@ certifi==2022.12.7
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.1.0 charset-normalizer==3.1.0
constantly==15.1.0 constantly==15.1.0
cryptography==40.0.1 cryptography==40.0.2
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.0.post0 ijson==3.2.0.post0
@ -19,18 +19,18 @@ ldap3==2.9.1
lxml==4.9.2 lxml==4.9.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.81.0 matrix-synapse==1.82.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.5
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
netaddr==0.8.0 netaddr==0.8.0
packaging==23.0 packaging==23.1
phonenumbers==8.13.9 phonenumbers==8.13.10
Pillow==9.5.0 Pillow==9.5.0
prometheus-client==0.16.0 prometheus-client==0.16.0
psycopg2==2.9.6 psycopg2==2.9.6
pyasn1==0.4.8 pyasn1==0.5.0
pyasn1-modules==0.2.8 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.7 pydantic==1.10.7
pymacaroons==0.13.0 pymacaroons==0.13.0

View file

@ -1,4 +1,4 @@
attrs==22.2.0 attrs==23.1.0
Automat==22.10.0 Automat==22.10.0
bcrypt==4.0.1 bcrypt==4.0.1
bleach==6.0.0 bleach==6.0.0
@ -7,7 +7,7 @@ certifi==2022.12.7
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.1.0 charset-normalizer==3.1.0
constantly==15.1.0 constantly==15.1.0
cryptography==40.0.1 cryptography==40.0.2
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.0.post0 ijson==3.2.0.post0
@ -19,19 +19,19 @@ ldap3==2.9.1
lxml==4.9.2 lxml==4.9.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.81.0 matrix-synapse==1.82.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.5
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
netaddr==0.8.0 netaddr==0.8.0
packaging==23.0 packaging==23.1
phonenumbers==8.13.9 phonenumbers==8.13.10
Pillow==9.5.0 Pillow==9.5.0
pkg_resources==0.0.0 pkg_resources==0.0.0
prometheus-client==0.16.0 prometheus-client==0.16.0
psycopg2==2.9.6 psycopg2==2.9.6
pyasn1==0.4.8 pyasn1==0.5.0
pyasn1-modules==0.2.8 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.7 pydantic==1.10.7
pymacaroons==0.13.0 pymacaroons==0.13.0

View file

@ -6,7 +6,7 @@
"en": "Instant messaging server which uses Matrix", "en": "Instant messaging server which uses Matrix",
"fr": "Serveur de messagerie instantané basé sur Matrix" "fr": "Serveur de messagerie instantané basé sur Matrix"
}, },
"version": "1.81.0~ynh1", "version": "1.82.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {