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

Merge pull request #415 from YunoHost-Apps/testing

Testing - Upgrade to 1.93.0
This commit is contained in:
Josue-T 2023-10-17 08:34:41 +02:00 committed by GitHub
commit e175f783e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 45 deletions

View file

@ -21,7 +21,7 @@ Instant messaging server matrix network.
Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org)
**Shipped version:** 1.92.3~ynh1 **Shipped version:** 1.94.0~ynh1
## Disclaimers / important information ## Disclaimers / important information
## Configuration ## Configuration
@ -210,7 +210,6 @@ Before installing a second instance of the app it's really recommended to update
* Official app website: <https://matrix.org/> * Official app website: <https://matrix.org/>
* Upstream app code repository: <https://github.com/matrix-org/synapse> * Upstream app code repository: <https://github.com/matrix-org/synapse>
* YunoHost documentation for this app: <https://yunohost.org/app_synapse>
* Report a bug: <https://github.com/YunoHost-Apps/synapse_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/synapse_ynh/issues>
## Developer info ## Developer info

View file

@ -21,7 +21,7 @@ Instant messaging server matrix network.
Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org)
**Version incluse :** 1.92.3~ynh1 **Version incluse :** 1.94.0~ynh1
## Avertissements / informations importantes ## Avertissements / informations importantes
## Configuration ## Configuration
@ -210,7 +210,6 @@ Before installing a second instance of the app it's really recommended to update
* Site officiel de lapp : <https://matrix.org/> * Site officiel de lapp : <https://matrix.org/>
* Dépôt de code officiel de lapp : <https://github.com/matrix-org/synapse> * Dépôt de code officiel de lapp : <https://github.com/matrix-org/synapse>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_synapse>
* Signaler un bug : <https://github.com/YunoHost-Apps/synapse_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/synapse_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.3/matrix-synapse_1.92.3-bookworm-bin1_armv7l.tar.gz 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=e169960390a16410210ff2cf6d744ae8d53c6cd3c7586a585ad6afdaf4874094 SOURCE_SUM=e9145698dd5f96a24bef267844821a446fef47a5f938ea9e3e09fb29d967dcb1
# (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.92.3/matrix-synapse_1.92.3-bullseye-bin1_armv7l.tar.gz 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=c3e82b33d4e49e7358f0dfd2e1e80ddd7f3664f53fc494f553defebe11e918bc SOURCE_SUM=7a91ceb6a2696ea646ed7959c51549caf4006bfa565010b875dbfbfc1794c010
# (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,46 +1,48 @@
annotated-types==0.6.0
attrs==23.1.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.1.0
canonicaljson==2.0.0 canonicaljson==2.0.0
certifi==2023.7.22 certifi==2023.7.22
cffi==1.15.1 cffi==1.16.0
charset-normalizer==3.2.0 charset-normalizer==3.3.0
constantly==15.1.0 constantly==15.1.0
cryptography==41.0.3 cryptography==41.0.4
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.3 ijson==3.2.3
immutabledict==3.0.0 immutabledict==3.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.19.0 jsonschema==4.19.1
jsonschema-specifications==2023.7.1 jsonschema-specifications==2023.7.1
ldap3==2.9.1 ldap3==2.9.1
lxml==4.9.3 lxml==4.9.3
MarkupSafe==2.1.3 MarkupSafe==2.1.3
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.92.3 matrix-synapse==1.94.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.7
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
netaddr==0.9.0 netaddr==0.9.0
packaging==23.1 packaging==23.2
phonenumbers==8.13.20 phonenumbers==8.13.22
Pillow==10.0.1 Pillow==10.0.1
prometheus-client==0.17.1 prometheus-client==0.17.1
psycopg2==2.9.7 psycopg2==2.9.9
pyasn1==0.5.0 pyasn1==0.5.0
pyasn1-modules==0.3.0 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.12 pydantic==2.4.2
pydantic_core==2.10.1
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
PyYAML==6.0.1 PyYAML==6.0.1
referencing==0.30.2 referencing==0.30.2
requests==2.31.0 requests==2.31.0
rpds-py==0.10.3 rpds-py==0.10.4
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==23.1.0 service-identity==23.1.0
setuptools-rust==1.7.0 setuptools-rust==1.7.0
@ -51,6 +53,6 @@ treq==22.2.0
Twisted==23.8.0 Twisted==23.8.0
typing_extensions==4.8.0 typing_extensions==4.8.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.4 urllib3==2.0.6
webencodings==0.5.1 webencodings==0.5.1
zope.interface==6.0 zope.interface==6.1

View file

@ -1,47 +1,49 @@
annotated-types==0.6.0
attrs==23.1.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.1.0
canonicaljson==2.0.0 canonicaljson==2.0.0
certifi==2023.7.22 certifi==2023.7.22
cffi==1.15.1 cffi==1.16.0
charset-normalizer==3.2.0 charset-normalizer==3.3.0
constantly==15.1.0 constantly==15.1.0
cryptography==41.0.3 cryptography==41.0.4
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.3 ijson==3.2.3
immutabledict==3.0.0 immutabledict==3.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.19.0 jsonschema==4.19.1
jsonschema-specifications==2023.7.1 jsonschema-specifications==2023.7.1
ldap3==2.9.1 ldap3==2.9.1
lxml==4.9.3 lxml==4.9.3
MarkupSafe==2.1.3 MarkupSafe==2.1.3
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.92.3 matrix-synapse==1.94.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.7
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
netaddr==0.8.0 netaddr==0.9.0
packaging==23.1 packaging==23.2
phonenumbers==8.13.20 phonenumbers==8.13.22
Pillow==10.0.1 Pillow==10.0.1
pkg_resources==0.0.0 pkg_resources==0.0.0
prometheus-client==0.17.1 prometheus-client==0.17.1
psycopg2==2.9.7 psycopg2==2.9.9
pyasn1==0.5.0 pyasn1==0.5.0
pyasn1-modules==0.3.0 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.12 pydantic==2.4.2
pydantic_core==2.10.1
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
PyYAML==6.0.1 PyYAML==6.0.1
referencing==0.30.2 referencing==0.30.2
requests==2.31.0 requests==2.31.0
rpds-py==0.10.3 rpds-py==0.10.4
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==23.1.0 service-identity==23.1.0
setuptools-rust==1.7.0 setuptools-rust==1.7.0
@ -53,6 +55,6 @@ treq==22.2.0
Twisted==23.8.0 Twisted==23.8.0
typing_extensions==4.8.0 typing_extensions==4.8.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.4 urllib3==2.0.6
webencodings==0.5.1 webencodings==0.5.1
zope.interface==6.0 zope.interface==6.1

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.92.3~ynh1", "version": "1.94.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {

View file

@ -46,13 +46,8 @@ install_sources() {
set +$u_arg; set +$u_arg;
source $final_path/bin/activate source $final_path/bin/activate
set -$u_arg; set -$u_arg;
if [ $(lsb_release --codename --short) == "bullseye" ]; then
# Fix issue with setuptools https://github.com/pypa/setuptools/issues/3118
pip3 install --upgrade setuptools==60.8.2 wheel pip
else
pip3 install --upgrade setuptools wheel pip
fi
pip3 install --upgrade setuptools wheel pip
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2 pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt