Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-flask-security-too


Commits:
d84a6357 by Jelle van der Waa at 2025-12-21T19:58:31+01:00
upgpkg: 5.6.2-3: Rebuild for Python 3.14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-flask-security-too
        pkgdesc = Quick and simple security for Flask applications
        pkgver = 5.6.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/pallets-eco/flask-security
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _pkgname=flask-security
 pkgname=python-flask-security-too
 pkgver=5.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Quick and simple security for Flask applications'
 url='https://github.com/pallets-eco/flask-security'
 arch=(any)
@@ -80,7 +80,9 @@ build() {
 
 check() {
   cd $_pkgname-$pkgver
-  pytest -v -W=ignore::UserWarning
+  # ignore incompatible bcrypt tests
+  # 
https://github.com/pallets-eco/flask-security/commit/568d81219fc8408e39cc19acc57a682ac0bb9136
+  pytest -v -W=ignore::UserWarning -k 'not test_password_unicode_password_salt 
and not test_login_with_bcrypt_enabled'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/commit/d84a635735ffcfa3d6561b078ae8eb6e4ec0085c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/commit/d84a635735ffcfa3d6561b078ae8eb6e4ec0085c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to