[arch-commits] Commit in postorius/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jul 5 19:22:55 UTC 2021
Date: Monday, July 5, 2021 @ 19:22:55
Author: dvzrv
Revision: 972473
upgpkg: postorius 1.3.4-2: Rebuild to increase django compatibility.
Upstream is currently blocked by requiring an update to python-django-mailman3,
but the tests pass with our current package environment.
Modified:
postorius/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 19:21:19 UTC (rev 972472)
+++ PKGBUILD 2021-07-05 19:22:55 UTC (rev 972473)
@@ -2,7 +2,7 @@
pkgname=postorius
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="The New Mailman Web UI"
arch=('any')
url="https://gitlab.com/mailman/postorius"
@@ -45,6 +45,9 @@
# patch global paths into settings.py
patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
touch settings_local.py
+ # increase the maximum allowed version of django to 3.2
+ # https://gitlab.com/mailman/postorius/-/merge_requests/645
+ sed -e 's/<3.2/<3.3/g' -i setup.py
}
build() {
More information about the arch-commits
mailing list