David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-django-mailman3


Commits:
f27e5ca7 by David Runge at 2024-10-25T12:20:25+02:00
upgpkg: 1.3.15-3

Rebuild to add all dependencies required for social account and openid
features of the python-django-allauth dependency.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-django-mailman3
        pkgdesc = Libraries and templates to Django-based interfaces 
interacting with Mailman
        pkgver = 1.3.15
-       pkgrel = 2
+       pkgrel = 3
        url = https://gitlab.com/mailman/django-mailman3
        arch = any
        license = GPL-3.0-or-later
@@ -12,11 +12,15 @@ pkgbase = python-django-mailman3
        makedepends = python-pdm-backend
        makedepends = python-wheel
        depends = python
+       depends = python-cryptography
        depends = python-django
        depends = python-django-allauth
        depends = python-django-gravatar
        depends = python-mailmanclient
        depends = python-openid
+       depends = python-pyjwt
+       depends = python-requests
+       depends = python-requests-oauthlib
        source = 
git+https://gitlab.com/mailman/django-mailman3?signed#tag=v1.3.15
        source = hack-incompatible-allauth-test.patch
        source = bump-django-version.patch


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,22 @@
 _name=django-mailman3
 pkgname=python-django-mailman3
 pkgver=1.3.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
 arch=(any)
 url="https://gitlab.com/mailman/django-mailman3";
 license=(GPL-3.0-or-later)
 depends=(
   python
+  python-cryptography  # for python-django-allauth social account support
   python-django
   python-django-allauth
   python-django-gravatar
   python-mailmanclient
-  python-openid
+  python-openid  # for python-django-allauth openid support
+  python-pyjwt  # for python-django-allauth social account support
+  python-requests  # for python-django-allauth social account support
+  python-requests-oauthlib  # for python-django-allauth social account support
 )
 makedepends=(
   git



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-mailman3/-/commit/f27e5ca7cf15c50531a86663bc09c24641ed152a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-mailman3/-/commit/f27e5ca7cf15c50531a86663bc09c24641ed152a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to