mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.101.0
This commit is contained in:
parent
10bff82897
commit
ab159eebbe
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.100.0/matrix-synapse_1.100.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=8a3b27f951761430949c845e3f7c01c66d472c893f87e6f3246937dd815f10ec
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=26b1e23d04bd23b924ea343eeff0cbddc33dff54de73034ed51c10872a0abf6f
|
||||
# (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.100.0/matrix-synapse_1.100.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=968d71330eb0ed4aed50d6e467045a9710242e14092670e5b463cf10a392047b
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=87046651724467fe504735a30debf518925b2995e2e2c8d34285c60bcb567a59
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -4,7 +4,7 @@ Automat==22.10.0
|
|||
bcrypt==4.1.2
|
||||
bleach==6.1.0
|
||||
canonicaljson==2.0.0
|
||||
certifi==2023.11.17
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
constantly==23.10.4
|
||||
|
@ -19,30 +19,30 @@ jsonschema==4.21.1
|
|||
jsonschema-specifications==2023.12.1
|
||||
ldap3==2.9.1
|
||||
lxml==5.1.0
|
||||
MarkupSafe==2.1.4
|
||||
MarkupSafe==2.1.5
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.100.0
|
||||
matrix-synapse==1.101.0
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.10.1
|
||||
netaddr==1.0.0
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.29
|
||||
phonenumbers==8.13.30
|
||||
pillow==10.2.0
|
||||
prometheus-client==0.19.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.1
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==2.6.0
|
||||
pydantic_core==2.16.1
|
||||
pydantic==2.6.1
|
||||
pydantic_core==2.16.2
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==24.0.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.33.0
|
||||
requests==2.31.0
|
||||
rpds-py==0.17.1
|
||||
rpds-py==0.18.0
|
||||
semantic-version==2.10.0
|
||||
service-identity==24.1.0
|
||||
setuptools-rust==1.8.1
|
||||
|
|
|
@ -4,7 +4,7 @@ Automat==22.10.0
|
|||
bcrypt==4.1.2
|
||||
bleach==6.1.0
|
||||
canonicaljson==2.0.0
|
||||
certifi==2023.11.17
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
constantly==23.10.4
|
||||
|
@ -19,15 +19,15 @@ jsonschema==4.21.1
|
|||
jsonschema-specifications==2023.12.1
|
||||
ldap3==2.9.1
|
||||
lxml==5.1.0
|
||||
MarkupSafe==2.1.4
|
||||
MarkupSafe==2.1.5
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.100.0
|
||||
matrix-synapse==1.101.0
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==0.10.1
|
||||
netaddr==1.0.0
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.29
|
||||
phonenumbers==8.13.30
|
||||
pillow==10.2.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.19.0
|
||||
|
@ -35,15 +35,15 @@ psycopg2==2.9.9
|
|||
pyasn1==0.5.1
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==2.6.0
|
||||
pydantic_core==2.16.1
|
||||
pydantic==2.6.1
|
||||
pydantic_core==2.16.2
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==24.0.0
|
||||
PyYAML==6.0.1
|
||||
referencing==0.33.0
|
||||
requests==2.31.0
|
||||
rpds-py==0.17.1
|
||||
rpds-py==0.18.0
|
||||
semantic-version==2.10.0
|
||||
service-identity==24.1.0
|
||||
setuptools-rust==1.8.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.100.0~ynh1",
|
||||
"version": "1.101.0~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue