David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-django-allauth
Commits:
dafe5229 by David Runge at 2024-11-09T12:35:21+01:00
upgpkg: 65.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-django-allauth
pkgdesc = Authentication, registration, account management and 3rd
party account authentication
- pkgver = 65.1.0
+ pkgver = 65.2.0
pkgrel = 1
url = https://codeberg.org/allauth/django-allauth
arch = any
@@ -32,8 +32,8 @@ pkgbase = python-django-allauth
optdepends = python-requests: for social account support
optdepends = python-requests-oauthlib: for social account support
optdepends = python-saml: for SAML support
- source =
python-django-allauth-65.1.0.tar.gz::https://codeberg.org/allauth/django-allauth/archive/65.1.0.tar.gz
- sha512sums =
eccb3b35c844e7428d8083673a29a93c3189d53e7f85e01e0a77235ffcf2f739e7ccf6ec9986b3c48f5ddcdda3ea46a6256380740fd5015afa200cbc38f2ee21
- b2sums =
78e5980ba550cbdea4c94b4909e5102ff03a36d0ce4c14f0f362a2e1a51d252db6747c6af6fa5032c776c45dabe14d1a3d1c92f1e28edb9cdd16fd2c8173d0f0
+ source =
python-django-allauth-65.2.0.tar.gz::https://codeberg.org/allauth/django-allauth/archive/65.2.0.tar.gz
+ sha512sums =
1066bdcefcec544b6c91cec50e97dd142abc514cc1e748d66b37822cca9d6615d8c045fb1e8997ad4f8930a00ecd855ed74a6c7fd5cc73a4c1a61e5ec89c6d5c
+ b2sums =
c3f2bbd4e2c8503770d7056b73e76e35c17b12dd272b4dac09605295fea01ae4ac57e139fd4054459cb86bdb4e8308a611201d9cfddd86def45a48301659554c
pkgname = python-django-allauth
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-django-allauth
_name=${pkgname#python-}
-pkgver=65.1.0
+pkgver=65.2.0
pkgrel=1
pkgdesc="Authentication, registration, account management and 3rd party
account authentication"
arch=(any)
@@ -44,8 +44,8 @@ optdepends=(
'python-saml: for SAML support'
)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('eccb3b35c844e7428d8083673a29a93c3189d53e7f85e01e0a77235ffcf2f739e7ccf6ec9986b3c48f5ddcdda3ea46a6256380740fd5015afa200cbc38f2ee21')
-b2sums=('78e5980ba550cbdea4c94b4909e5102ff03a36d0ce4c14f0f362a2e1a51d252db6747c6af6fa5032c776c45dabe14d1a3d1c92f1e28edb9cdd16fd2c8173d0f0')
+sha512sums=('1066bdcefcec544b6c91cec50e97dd142abc514cc1e748d66b37822cca9d6615d8c045fb1e8997ad4f8930a00ecd855ed74a6c7fd5cc73a4c1a61e5ec89c6d5c')
+b2sums=('c3f2bbd4e2c8503770d7056b73e76e35c17b12dd272b4dac09605295fea01ae4ac57e139fd4054459cb86bdb4e8308a611201d9cfddd86def45a48301659554c')
build() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/dafe5229750f12d9fa6b9cd87c0be60138e1e3d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/dafe5229750f12d9fa6b9cd87c0be60138e1e3d5
You're receiving this email because of your account on gitlab.archlinux.org.