summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2022-05-23 16:00:20 +0200
committerLucki2022-05-23 16:00:20 +0200
commita41f43c6d3c5f0753725dc37e02f3279dc541b7a (patch)
treec8c79c5316051e9f8048c2f725cbe2850ae2d3a8
parent6ea5991633c678881058e6e2eba40821cf45fe3a (diff)
downloadaur-a41f43c6d3c5f0753725dc37e02f3279dc541b7a.tar.gz
upgpkg: docspell 0.36.0-1
upstream release
-rw-r--r--.CHANGELOG30
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD35
3 files changed, 36 insertions, 39 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index a535a3377aa7..38799109fb11 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,5 +1,31 @@
# Changelog
+## v0.36.0
+
+*May 22, 2022*
+
+- Extend docspell via addons (experimental feature) (#1550)
+- Adds Lithuanian and Polish to document languages (#1540, #1345)
+- Added a quick guide for adding more languages (#942)
+- Make dashboard boxes headlines bold (#1531)
+- Improve logging config; allow to specify loggers and their level (#1535)
+- Allow for auth tokens to optionally be issued with an validity (#1533, 1534)
+- Allow to repair db migrations, necessary for rare cases like #1517
+
+### Rest API Changes
+
+- new endpoints for managing addons
+- new endpoint for joex to return its addon executor config
+
+### Configuration Changes
+
+- logging config sections allows to specfiy a map of logger names ->
+ level pairs (joex and restserver)
+- addon config section in restserver: allows to enable/disable
+ corresponding endpoints
+- addon config section in joex: allows to configure how to run addons
+
+
## v0.35.0
*Apr 14, 2022*
@@ -434,7 +460,7 @@ Complete
- Joex: A new section for configuring the update task has been added.
See section `update-check` in the default [config
- file](https://docspell.org/docs/configure/main/#joex).
+ file](https://docspell.org/docs/configure/defaults/#joex).
## v0.25.1
@@ -883,7 +909,7 @@ Please open an issue if want more languages to be included.
- the config regarding text analysis changed, there are new config
options, like `nlp.mode` and the `max-due-date-years` has been
moved inside `text-anlysis`. Please have a look at the new
- [default config](https://docspell.org/docs/configure/main/#joex)
+ [default config](https://docspell.org/docs/configure/defaults/#joex)
if you changed something there.
- The `regex-ner` section has changed: the `enabled` flag has been
removed, you can now limit the number of entries using
diff --git a/.SRCINFO b/.SRCINFO
index 84b5620c1bf0..c0fb11a42096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = docspell
pkgdesc = Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
- pkgver = 0.35.0
+ pkgver = 0.36.0
pkgrel = 1
url = https://docspell.org/
changelog = .CHANGELOG
arch = any
groups = docspell
license = GPL3
- source = docspell-0.35.0-restserver.zip::https://github.com/eikek/docspell/releases/download/v0.35.0/docspell-restserver-0.35.0.zip
- source = docspell-0.35.0-joex.zip::https://github.com/eikek/docspell/releases/download/v0.35.0/docspell-joex-0.35.0.zip
+ source = docspell-0.36.0-restserver.zip::https://github.com/eikek/docspell/releases/download/v0.36.0/docspell-restserver-0.36.0.zip
+ source = docspell-0.36.0-joex.zip::https://github.com/eikek/docspell/releases/download/v0.36.0/docspell-joex-0.36.0.zip
source = docspell-joex.sh
source = docspell-restserver.sh
source = docspell-joex.service
source = docspell-restserver.service
source = docspell.sysusers
source = docspell.tmpfiles
- sha512sums = 03c29764ae405910618e28d97e3643ec745cceb3fc5271a24947b1ac63d0ca88f66c218287d4c39e20bcc1326a344c65daef89ea2046ea72c1c89df647a884ed
- sha512sums = dba474bfc5613cc67997d9dca2f49e6b87126ef915ed1babbf46c7b63d073266e5075df198fa7e73ad274fbab98303edf12b50f162933db0f5eaf7bf7314f520
+ sha512sums = 783b0af5071b820691e1e829993bd7cae5528761ac7a42e44567794faa7b362b4a3d36b26d1915193e6fa7c18fa85cdf899ea9803bd3096697b2ae0aaf911209
+ sha512sums = 27b77399c33720d90d2515041f01bb17423fee19de72b638ab562e52b8d27d917769d8192e12810a2a614fb9ebdcaaaa371f8f42305f8247d88f1e89f390043f
sha512sums = 6ab8b24eb76f02b68e4fa4194b8771ef4f57c8375b34bf7bf914563528e347ea127beb5547e432910911d4fd15982cccdd1df50aeb76058129b909824ce49093
sha512sums = 0b8b08f47f1cb46a3bfc16df4b0574cebfb4a851562d134fcba3c4bf80fb011443499a549c3a04480456c048346d09f36fbcbc9d792810001c9c8b370d3926a8
sha512sums = c1a7a9cb942413d0febb083554a15ded0ead5c7124624f0ec5fe43d3bc73a1637f89bc27f7b6e0bbdbd0d886799e5331beb5f45f476db70b69ae17c0d803f004
diff --git a/PKGBUILD b/PKGBUILD
index a7aa572caefe..60451754a8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,8 @@ pkgbase=docspell
pkgname=(
'docspell-joex'
'docspell-restserver'
- # 'firefox-extension-docspell'
)
-pkgver=0.35.0
+pkgver=0.36.0
pkgrel=1
changelog=.CHANGELOG
arch=('any')
@@ -18,15 +17,14 @@ license=('GPL3')
groups=('docspell')
source=("$pkgbase-$pkgver-restserver.zip::https://github.com/eikek/$pkgbase/releases/download/v$pkgver/$pkgbase-restserver-$pkgver.zip"
"$pkgbase-$pkgver-joex.zip::https://github.com/eikek/$pkgbase/releases/download/v$pkgver/$pkgbase-joex-$pkgver.zip"
- # "$pkgbase-$pkgver-tools.zip::https://github.com/eikek/$pkgbase/releases/download/v$pkgver/$pkgbase-tools-$pkgver.zip"
"${pkgname[0]}.sh"
"${pkgname[1]}.sh"
"${pkgname[0]}.service"
"${pkgname[1]}.service"
"$pkgbase.sysusers"
"$pkgbase.tmpfiles")
-sha512sums=('03c29764ae405910618e28d97e3643ec745cceb3fc5271a24947b1ac63d0ca88f66c218287d4c39e20bcc1326a344c65daef89ea2046ea72c1c89df647a884ed'
- 'dba474bfc5613cc67997d9dca2f49e6b87126ef915ed1babbf46c7b63d073266e5075df198fa7e73ad274fbab98303edf12b50f162933db0f5eaf7bf7314f520'
+sha512sums=('783b0af5071b820691e1e829993bd7cae5528761ac7a42e44567794faa7b362b4a3d36b26d1915193e6fa7c18fa85cdf899ea9803bd3096697b2ae0aaf911209'
+ '27b77399c33720d90d2515041f01bb17423fee19de72b638ab562e52b8d27d917769d8192e12810a2a614fb9ebdcaaaa371f8f42305f8247d88f1e89f390043f'
'6ab8b24eb76f02b68e4fa4194b8771ef4f57c8375b34bf7bf914563528e347ea127beb5547e432910911d4fd15982cccdd1df50aeb76058129b909824ce49093'
'0b8b08f47f1cb46a3bfc16df4b0574cebfb4a851562d134fcba3c4bf80fb011443499a549c3a04480456c048346d09f36fbcbc9d792810001c9c8b370d3926a8'
'c1a7a9cb942413d0febb083554a15ded0ead5c7124624f0ec5fe43d3bc73a1637f89bc27f7b6e0bbdbd0d886799e5331beb5f45f476db70b69ae17c0d803f004'
@@ -39,12 +37,6 @@ prepare() {
sed -i -e 's@url = "jdbc:h2://"${java.io.tmpdir}"@url = "jdbc:h2:///var/lib/docspell@' \
"${pkgname[0]}-$pkgver/conf/${pkgname[0]}.conf" \
"${pkgname[1]}-$pkgver/conf/$pkgbase-server.conf"
-
- # sed -i -e 's@/usr/local/share/docspell/native.py@/usr/share/docspell-tools/native.py@' \
- # "${pkgname[2]}-$pkgver/firefox/native/app_manifest.json"
-
- # sed -i -e 's@DS_SH_CMD="ds.sh"@DS_SH_CMD="docspell-dsc"@' \
- # "${pkgname[2]}-$pkgver/firefox/native/native.py"
}
# You do not need to compile Java applications from source.
@@ -113,24 +105,3 @@ package_docspell-restserver() {
`# DSTDIR:` \
"$pkgdir/usr/share/java/${pkgname[1]}/"
}
-
-# makedepends+=('python')
-# package_firefox-extension-docspell() {
-# pkgdesc="Send documents from the context menu in Firefox to Docspell"
-# depends=('python')
-# conflicts=('docspell-tools')
-# # optdepends=('docspell-dsc')
-
-# cd "${pkgname[2]}-$pkgver" || return
-
-# # Firefox extension and native messaging host
-# mkdir -p "$pkgdir/usr/share/${pkgname[2]}"
-# mkdir -p "$pkgdir/usr/lib/mozilla/native-messaging-hosts"
-# install -Dm 644 "firefox/$pkgbase-extension.xpi" "$pkgdir/usr/lib/firefox/browser/extensions/docspell@eikek.github.io.xpi"
-# install -Dm 755 "firefox/native/native.py" "$pkgdir/usr/share/${pkgname[2]}/firefox/native/native.py"
-# ln -s "/usr/share/${pkgname[2]}/firefox/native/app_manifest.json" "$pkgdir/usr/lib/mozilla/native-messaging-hosts/$pkgbase.json"
-
-# # https://wiki.archlinux.org/index.php/Python_package_guidelines#Reproducible_bytecode
-# export PYTHONHASHSEED=0
-# python -O -m compileall "$pkgdir/usr/share/${pkgname[2]}/firefox/native/native.py"
-# }