From 330c89fc16cfd35bb08eddcd3531cad6e24c6605 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Sep 2023 20:16:47 +0200 Subject: [PATCH 1/7] Upgrade to v1.17.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 211bd95..cd8122e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paperless-ngx" description.en = "Scan, index and archive all your physical documents" description.fr = "Scannez, triez et archivez tous vos documents papiers" -version = "1.16.5~ynh2" +version = "1.17.4~ynh2" maintainers = ["Tagada"] @@ -55,8 +55,8 @@ ram.runtime = "350M" [resources.sources] [resources.sources.main] - url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.16.5/paperless-ngx-v1.16.5.tar.xz" - sha256 = "32afe72291a2c0bb765f0b5cdd3aa0069ea2d8a2c5579d4f89168ab8b53dd8ef" + url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.17.4/paperless-ngx-v1.17.4.tar.xz" + sha256 = "c05c4c2c59ee09fe130adc9ab9f86ff866c780c14bba3024c26a5078f307dc0b" autoupdate.strategy = "latest_github_release" autoupdate.asset = "paperless-ngx-.*.tar.xz" From 14c3b31730c648efc3ae9b07519f15e53ca5f320 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Sep 2023 18:16:49 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f44c3af..28be3f3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Shipped version:** 1.16.5~ynh2 +**Shipped version:** 1.17.4~ynh2 **Demo:** https://demo.paperless-ngx.com/ diff --git a/README_fr.md b/README_fr.md index 646e05b..2a5d9e4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Version incluse :** 1.16.5~ynh2 +**Version incluse :** 1.17.4~ynh2 **Démo :** https://demo.paperless-ngx.com/ From d7043ef3d2ec44f1989ba815951fbbc99b00ef03 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:59:48 +0200 Subject: [PATCH 3/7] Remove MariaDB dependency. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cd8122e..a7a5ff2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,7 @@ ram.runtime = "350M" main.default = 8095 [resources.apt] - packages = "python3, python3-pip, python3-dev, python3-venv, default-libmysqlclient-dev, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server" + packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server" [resources.database] type = "postgresql" From 490bd9feaff46f8aa043955668fe5d6445aecd44 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:12:36 +0200 Subject: [PATCH 4/7] Add pkg-config dependency. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a7a5ff2..96ae998 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,7 @@ ram.runtime = "350M" main.default = 8095 [resources.apt] - packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server" + packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config" [resources.database] type = "postgresql" From ae92ff4087f045b3d5d89242c15ac33042a7678b Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:37:23 +0200 Subject: [PATCH 5/7] Re-add mysql dependency. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 96ae998..415fb43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,7 @@ ram.runtime = "350M" main.default = 8095 [resources.apt] - packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config" + packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config, default-libmysqlclient-dev" [resources.database] type = "postgresql" From e1d1ee2fc659acdac0182dee2e10ca9a6a5f4361 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:50:17 +0200 Subject: [PATCH 6/7] Fix version number --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 415fb43..808f5fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paperless-ngx" description.en = "Scan, index and archive all your physical documents" description.fr = "Scannez, triez et archivez tous vos documents papiers" -version = "1.17.4~ynh2" +version = "1.17.4~ynh1" maintainers = ["Tagada"] From ab87fbc2fcfa0a66b8cb3f962e7caed2d576ce33 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:50:30 +0200 Subject: [PATCH 7/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 808f5fe..d8f0510 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,7 @@ ram.runtime = "350M" main.default = 8095 [resources.apt] - packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config, default-libmysqlclient-dev" + packages = "python3, python3-pip, python3-dev, python3-venv, default-libmysqlclient-dev, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config" [resources.database] type = "postgresql"