diff --git a/README.md b/README.md index fedc971..2303e2f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A photo viewer and manager similar to Google Photos -**Shipped version:** 0.0.20210609~ynh1 +**Shipped version:** 0.2021.36~ynh1 **Demo:** https://demo2.librephotos.com/ (user: demo, password: demo1234) diff --git a/README_fr.md b/README_fr.md index b99c26d..77350fa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Un gestionnaire de photos semblable à Google Photos -**Version incluse :** 0.0.20210609~ynh1 +**Version incluse :** 0.2021.36~ynh1 **Démo :** https://demo2.librephotos.com/ (user: demo, password: demo1234) diff --git a/conf/backend.src b/conf/backend.src index 86632c8..4291c05 100644 --- a/conf/backend.src +++ b/conf/backend.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/67ea61a79dadff8772fa2e7915239840e45a630c -SOURCE_SUM=b166abb70d2fe3870c8fedda2f9bd1fac856ce44312572a34272b99b24f1929d +SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/11c6994d3c506d835335f596090a13545d72713a +SOURCE_SUM=0e588d7ed34fa826e8beba3894586b16bb247b00548215190732a1cbec57167b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=67ea61a79dadff8772fa2e7915239840e45a630c +SOURCE_FILENAME=11c6994d3c506d835335f596090a13545d72713a SOURCE_EXTRACT=true diff --git a/conf/frontend.src b/conf/frontend.src index cf6594f..66e0bad 100644 --- a/conf/frontend.src +++ b/conf/frontend.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/86b2bb61b4a3e43e200d3fe22766b92c73c30e74 -SOURCE_SUM=82ddfd1d698d3d8c4645449ac4c0fc442bae74ddb1a77934ef9516672f4731a6 +SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/37963756369f11617c456a56f6850b2e8aaf8358 +SOURCE_SUM=085b62550214bd9ffecfefde802b96f3542e6867bb25ff1a830623b598e4c61d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=86b2bb61b4a3e43e200d3fe22766b92c73c30e74 +SOURCE_FILENAME=37963756369f11617c456a56f6850b2e8aaf8358 SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 13a4565..dac86b1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A photo viewer and manager similar to Google Photos", "fr": "Un gestionnaire de photos semblable à Google Photos" }, - "version": "0.0.20210609~ynh1", + "version": "0.2021.36~ynh1", "url": "https://github.com/LibrePhotos/librephotos", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index 472705a..5c65278 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -89,7 +89,6 @@ function set_up_backend { popd sudo -u $app env "PATH=$python_path" pip --cache-dir "$cache_dir" install -U --requirement "$backend_path/requirements.txt" 2>&1 sudo -u $app env "PATH=$python_path" pip --cache-dir "$cache_dir" install -U --requirement "$backend_path/requirements-ynh.txt" 2>&1 - sudo -u $app env "PATH=$python_path" python -m spacy download en_core_web_sm 2>&1 #if [ "$arch" = "arm64" ] || [ "$arm64_test" -eq 1 ]; then #sudo -u $app unzip "$CONDA_DIR/lib/python3.8/site-packages/"faiss*.egg -d "$CONDA_DIR/lib/python3.8/site-packages/" #fi