Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-flask-security-too
Commits: 577f1404 by Carl Smedstad at 2026-01-03T17:21:48+01:00 upgpkg: 5.7.1-1: Upstream release https://github.com/pallets-eco/flask-security/releases/tag/5.7.1 - - - - - 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 = 3 + pkgver = 5.7.1 + pkgrel = 1 url = https://github.com/pallets-eco/flask-security arch = any license = MIT @@ -12,7 +12,7 @@ pkgbase = python-flask-security-too checkdepends = python-sqlalchemy-utils checkdepends = python-argon2_cffi checkdepends = python-bcrypt - checkdepends = python-flask-mailman + checkdepends = python-flask-mail checkdepends = python-bleach checkdepends = python-cryptography checkdepends = python-qrcode @@ -49,8 +49,8 @@ pkgbase = python-flask-security-too optdepends = python-bleach: scrub user input provides = python-flask-security conflicts = python-flask-security - source = https://github.com/pallets-eco/flask-security/archive/5.6.2/python-flask-security-too-5.6.2.tar.gz - sha512sums = 0d80a8642d3523161b9744411ddeb075c00c75d287020a7874ad9db92f8080f49a4fc3486f292369b5ff3b7427c757731d4a006297671bd55c07a803602cd1b7 - b2sums = 1f8d84172c91ca1704f8074f8cf5e80373c50c399f623d798ea0f078275633dfb3182a0292aa8acfec5dda08ed6792ccac147ffe24044c5323a340e96967619f + source = https://github.com/pallets-eco/flask-security/archive/5.7.1/python-flask-security-too-5.7.1.tar.gz + sha512sums = c2de9cc84f6e90e8c5f99d0f64b9a0730c1475777cf9b081e3dbf204de0a6915945705f39dee29da6c339ebf8f9bf81b8e27c91963eab4993737e1e0761d2e80 + b2sums = b0cc7099f694becf9a0267885aed951d13c46648bf21abc8456b53a4fff119d541a02699c8a3079c13e3ba346d00639958dab0a13c4aac1f8040486a2e624f5a pkgname = python-flask-security-too ===================================== PKGBUILD ===================================== @@ -1,13 +1,13 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer: Carl Smedstad <[email protected]> -_pkgname=flask-security pkgname=python-flask-security-too -pkgver=5.6.2 -pkgrel=3 +_pkgname=flask-security +pkgver=5.7.1 +pkgrel=1 pkgdesc='Quick and simple security for Flask applications' -url='https://github.com/pallets-eco/flask-security' arch=(any) +url='https://github.com/pallets-eco/flask-security' license=(MIT) depends=( python @@ -45,7 +45,7 @@ checkdepends=( python-argon2_cffi python-bcrypt - python-flask-mailman + python-flask-mail python-bleach python-cryptography @@ -69,8 +69,8 @@ optdepends=('python-bleach: scrub user input') provides=('python-flask-security') conflicts=('python-flask-security') source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('0d80a8642d3523161b9744411ddeb075c00c75d287020a7874ad9db92f8080f49a4fc3486f292369b5ff3b7427c757731d4a006297671bd55c07a803602cd1b7') -b2sums=('1f8d84172c91ca1704f8074f8cf5e80373c50c399f623d798ea0f078275633dfb3182a0292aa8acfec5dda08ed6792ccac147ffe24044c5323a340e96967619f') +sha512sums=('c2de9cc84f6e90e8c5f99d0f64b9a0730c1475777cf9b081e3dbf204de0a6915945705f39dee29da6c339ebf8f9bf81b8e27c91963eab4993737e1e0761d2e80') +b2sums=('b0cc7099f694becf9a0267885aed951d13c46648bf21abc8456b53a4fff119d541a02699c8a3079c13e3ba346d00639958dab0a13c4aac1f8040486a2e624f5a') build() { cd $_pkgname-$pkgver @@ -82,7 +82,9 @@ check() { cd $_pkgname-$pkgver # 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' + pytest -v -W=ignore::DeprecationWarning -W=ignore::UserWarning \ + --deselect=tests/test_hashing.py::test_login_with_bcrypt_enabled \ + --deselect=tests/test_misc.py::test_password_unicode_password_salt } package() { @@ -91,5 +93,3 @@ package() { install -vDm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.rst CHANGES.rst install -vDm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt } - -# vim: ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/commit/577f140480deac35f0f6a8af5d3335111ab058cf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/commit/577f140480deac35f0f6a8af5d3335111ab058cf You're receiving this email because of your account on gitlab.archlinux.org.
