David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-django-allauth
Commits:
8fdb8795 by David Runge at 2024-04-24T10:58:21+02:00
upgpkg: 0.62.0-1
Manually remove globally installed tests dir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-django-allauth
pkgdesc = Authentication, registration, account management and 3rd
party account authentication
- pkgver = 0.61.1
- pkgrel = 2
+ pkgver = 0.62.0
+ pkgrel = 1
url = https://github.com/pennersr/django-allauth
arch = any
license = MIT
@@ -24,8 +24,8 @@ pkgbase = python-django-allauth
depends = python-pyjwt
optdepends = python-qrcode: for MFA support
optdepends = python-saml: for SAML support
- source =
django-allauth-0.61.1.tar.gz::https://github.com/pennersr/django-allauth/archive/0.61.1.tar.gz
- sha512sums =
ad86f79f54ae222a97884fd0e0b18f8eddb0caf08c541490a1f61f968a44ce9b3504c5456bd6e416a459f455b477e5c36f2eda58b7c68ba0f51ba8f67af1759f
- b2sums =
e9e1626763e1ba13f9a58dacd8ccaccfba46c316d7a2abf47824a0cb460ab1ec1b4eb9eba835f4573d546d196230d9e4fc00a6d39f5e89eae94a0ae4acc3f0ba
+ source =
django-allauth-0.62.0.tar.gz::https://github.com/pennersr/django-allauth/archive/0.62.0.tar.gz
+ sha512sums =
ee020f4e223a89eb5804b98e7cc4882e7325abe707be466d83ff6adbd6156e0300d911fd1020ca6af57ceb4d4b870bea126de5137b4f4cf332aac2db40347b26
+ b2sums =
4737539ce8d996c3b1b4edc9bfb9a11c5361be3fabd48a379d49bd481a715e69a4851a6051767e1d4879604928a8c314dce67b167dd572822ad41f49ce4b0dd0
pkgname = python-django-allauth
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_name=django-allauth
pkgname=python-django-allauth
-pkgver=0.61.1
-pkgrel=2
+pkgver=0.62.0
+pkgrel=1
pkgdesc="Authentication, registration, account management and 3rd party
account authentication"
arch=(any)
url="https://github.com/pennersr/django-allauth"
@@ -36,8 +36,8 @@ optdepends=(
'python-saml: for SAML support'
)
source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('ad86f79f54ae222a97884fd0e0b18f8eddb0caf08c541490a1f61f968a44ce9b3504c5456bd6e416a459f455b477e5c36f2eda58b7c68ba0f51ba8f67af1759f')
-b2sums=('e9e1626763e1ba13f9a58dacd8ccaccfba46c316d7a2abf47824a0cb460ab1ec1b4eb9eba835f4573d546d196230d9e4fc00a6d39f5e89eae94a0ae4acc3f0ba')
+sha512sums=('ee020f4e223a89eb5804b98e7cc4882e7325abe707be466d83ff6adbd6156e0300d911fd1020ca6af57ceb4d4b870bea126de5137b4f4cf332aac2db40347b26')
+b2sums=('4737539ce8d996c3b1b4edc9bfb9a11c5361be3fabd48a379d49bd481a715e69a4851a6051767e1d4879604928a8c314dce67b167dd572822ad41f49ce4b0dd0')
build() {
cd $_name-$pkgver
@@ -54,4 +54,7 @@ package() {
python -m installer --destdir="$pkgdir" dist/*.whl
install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+ # remove tests dir: https://github.com/pennersr/django-allauth/issues/3752
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ rm -frv "$pkgdir/$site_packages/tests"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/8fdb879507b4b7831fde2d40b4ee2ea3f8629995
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/8fdb879507b4b7831fde2d40b4ee2ea3f8629995
You're receiving this email because of your account on gitlab.archlinux.org.