mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.100.0
This commit is contained in:
parent
532778b3c6
commit
6a6f323c27
5 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.99.0/matrix-synapse_1.99.0-bookworm-bin1_armv7l.tar.gz
|
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=e318acc43b448cd616fa02d792e7d76cdf31af0eb7da963ea1665d47cc3bca61
|
SOURCE_SUM=8a3b27f951761430949c845e3f7c01c66d472c893f87e6f3246937dd815f10ec
|
||||||
# (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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.99.0/matrix-synapse_1.99.0-bullseye-bin1_armv7l.tar.gz
|
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=fb4ce3e81646cfa9de7619cb4fc6b85274897eab0b81e2e5fc354c743c97f734
|
SOURCE_SUM=968d71330eb0ed4aed50d6e467045a9710242e14092670e5b463cf10a392047b
|
||||||
# (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
|
||||||
|
|
|
@ -8,7 +8,7 @@ certifi==2023.11.17
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
constantly==23.10.4
|
constantly==23.10.4
|
||||||
cryptography==42.0.0
|
cryptography==42.0.2
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.6
|
idna==3.6
|
||||||
ijson==3.2.3
|
ijson==3.2.3
|
||||||
|
@ -21,26 +21,26 @@ ldap3==2.9.1
|
||||||
lxml==5.1.0
|
lxml==5.1.0
|
||||||
MarkupSafe==2.1.4
|
MarkupSafe==2.1.4
|
||||||
matrix-common==1.3.0
|
matrix-common==1.3.0
|
||||||
matrix-synapse==1.99.0
|
matrix-synapse==1.100.0
|
||||||
matrix-synapse-ldap3==0.3.0
|
matrix-synapse-ldap3==0.3.0
|
||||||
msgpack==1.0.7
|
msgpack==1.0.7
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.10.1
|
netaddr==0.10.1
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
phonenumbers==8.13.28
|
phonenumbers==8.13.29
|
||||||
pillow==10.2.0
|
pillow==10.2.0
|
||||||
prometheus-client==0.19.0
|
prometheus-client==0.19.0
|
||||||
psycopg2==2.9.9
|
psycopg2==2.9.9
|
||||||
pyasn1==0.5.1
|
pyasn1==0.5.1
|
||||||
pyasn1-modules==0.3.0
|
pyasn1-modules==0.3.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==2.5.3
|
pydantic==2.6.0
|
||||||
pydantic_core==2.14.6
|
pydantic_core==2.16.1
|
||||||
pymacaroons==0.13.0
|
pymacaroons==0.13.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==24.0.0
|
pyOpenSSL==24.0.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.32.1
|
referencing==0.33.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.17.1
|
rpds-py==0.17.1
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
|
@ -53,6 +53,6 @@ treq==23.11.0
|
||||||
Twisted==23.10.0
|
Twisted==23.10.0
|
||||||
typing_extensions==4.9.0
|
typing_extensions==4.9.0
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.1.0
|
urllib3==2.2.0
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
zope.interface==6.1
|
zope.interface==6.1
|
||||||
|
|
|
@ -8,7 +8,7 @@ certifi==2023.11.17
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
constantly==23.10.4
|
constantly==23.10.4
|
||||||
cryptography==42.0.0
|
cryptography==42.0.2
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.6
|
idna==3.6
|
||||||
ijson==3.2.3
|
ijson==3.2.3
|
||||||
|
@ -21,13 +21,13 @@ ldap3==2.9.1
|
||||||
lxml==5.1.0
|
lxml==5.1.0
|
||||||
MarkupSafe==2.1.4
|
MarkupSafe==2.1.4
|
||||||
matrix-common==1.3.0
|
matrix-common==1.3.0
|
||||||
matrix-synapse==1.99.0
|
matrix-synapse==1.100.0
|
||||||
matrix-synapse-ldap3==0.3.0
|
matrix-synapse-ldap3==0.3.0
|
||||||
msgpack==1.0.7
|
msgpack==1.0.7
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.10.1
|
netaddr==0.10.1
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
phonenumbers==8.13.28
|
phonenumbers==8.13.29
|
||||||
pillow==10.2.0
|
pillow==10.2.0
|
||||||
pkg_resources==0.0.0
|
pkg_resources==0.0.0
|
||||||
prometheus-client==0.19.0
|
prometheus-client==0.19.0
|
||||||
|
@ -35,13 +35,13 @@ psycopg2==2.9.9
|
||||||
pyasn1==0.5.1
|
pyasn1==0.5.1
|
||||||
pyasn1-modules==0.3.0
|
pyasn1-modules==0.3.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==2.5.3
|
pydantic==2.6.0
|
||||||
pydantic_core==2.14.6
|
pydantic_core==2.16.1
|
||||||
pymacaroons==0.13.0
|
pymacaroons==0.13.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==24.0.0
|
pyOpenSSL==24.0.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.32.1
|
referencing==0.33.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.17.1
|
rpds-py==0.17.1
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
|
@ -55,6 +55,6 @@ treq==23.11.0
|
||||||
Twisted==23.10.0
|
Twisted==23.10.0
|
||||||
typing_extensions==4.9.0
|
typing_extensions==4.9.0
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.1.0
|
urllib3==2.2.0
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
zope.interface==6.1
|
zope.interface==6.1
|
||||||
|
|
|
@ -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.99.0~ynh1",
|
"version": "1.100.0~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue