Date: Thursday, November 10, 2022 @ 22:15:55
  Author: dvzrv
Revision: 1346531

upgpkg: mailman3 3.3.7-1: Upgrade to 3.3.7.

Require python-sqlalchemy>=1.4 as upstream is now compatible.

Modified:
  mailman3/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-10 22:15:42 UTC (rev 1346530)
+++ PKGBUILD    2022-11-10 22:15:55 UTC (rev 1346531)
@@ -2,21 +2,37 @@
 
 _name=mailman
 pkgname=mailman3
-pkgver=3.3.6
-_commit=d98a9106fc6dfb521971c74823cc07d0f922361b  # refs/tags/3.3.6
+pkgver=3.3.7
+_commit=66fd7d7f661cbe3932cdcb8f9d85d7d80081429e  # refs/tags/3.3.7
 pkgrel=1
 pkgdesc="The GNU mailing list manager"
 arch=(any)
 url="https://www.list.org/";
 license=(GPL3)
-# mailman3 does not support python-sqlalchemy >= 1.4 
https://gitlab.com/mailman/mailman/-/issues/899
-depends=(gunicorn python-aiosmtpd python-alembic python-atpublic
-python-authheaders python-authres python-click python-dateutil
-python-dnspython python-falcon python-flufl.bounce python-flufl.i18n
-python-flufl-lock python-importlib_resources python-lazr.config
-python-passlib python-requests python-sqlalchemy1.3
-python-zope-component python-zope-configuration python-zope-event
-python-zope-interface)
+depends=(
+  gunicorn
+  python-aiosmtpd
+  python-alembic
+  python-atpublic
+  python-authheaders
+  python-authres
+  python-click
+  python-dateutil
+  python-dnspython
+  python-falcon
+  python-flufl.bounce
+  python-flufl.i18n
+  python-flufl-lock
+  python-importlib_resources
+  python-lazr.config
+  python-passlib
+  python-requests
+  'python-sqlalchemy>=1.4'
+  python-zope-component
+  python-zope-configuration
+  python-zope-event
+  python-zope-interface
+)
 makedepends=(git python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-flufl.testing python-nose2 python-psycopg2
 python-pymysql python-pytest)

Reply via email to