Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-flask-security-too


Commits:
90acf05d by loqs at 2024-04-20T03:31:52+01:00
Update URL

- - - - -
4249ed4c by loqs at 2024-04-20T04:56:05+01:00
Remove makedepends that are also depends.

- - - - -
8f5406f7 by loqs at 2024-04-20T04:56:08+01:00
Drop python-pytest-runner from checkdepends.

- - - - -
812645f4 by loqs at 2024-04-20T04:57:46+01:00
Depend on python-flask-babel.

It now has all the functionality of python-flask-babelex.

- - - - -
31e24c8f by loqs at 2024-04-20T04:57:52+01:00
Remove python-tox from makedepends

- - - - -
a3dabf85 by loqs at 2024-04-20T05:12:48+01:00
Replace python-flask-mail with python-flask-mailman in depends

https://github.com/Flask-Middleware/flask-security/commit/08d650466fa0a6aaad1d440f88fb55b584b59f8e

- - - - -
faf4cb88 by loqs at 2024-04-20T05:12:54+01:00
Move to depends python-importlib_resources

https://github.com/Flask-Middleware/flask-security/commit/4f5eefdcc583176dd1c8e98636f047062ba7ac08

- - - - -
dad2debc by loqs at 2024-04-20T05:12:55+01:00
Remove -W ignore::DeprecationWarning parameter to pytest.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,25 +5,23 @@ pkgname=python-flask-security-too
 pkgver=5.4.3
 pkgrel=1
 pkgdesc='Quick and simple security for Flask applications'
-url='https://github.com/jwag956/flask-security'
+url='https://github.com/Flask-Middleware/flask-security'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
-         'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
-         'python-email-validator')
-makedepends=('python-flask' 'python-flask-login' 'python-flask-principal'
-             'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
-             'python-sphinx' 'python-pallets-sphinx-themes' 
'python-sphinx-issues'
-             'python-importlib_resources' 'python-build' 'python-installer' 
'python-wheel' 'python-tox')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-peewee'
+depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mailman' 
'python-flask-principal'
+         'python-flask-wtf' 'python-flask-babel' 'python-itsdangerous' 
'python-passlib'
+         'python-email-validator' 'python-importlib_resources')
+makedepends=('python-sphinx' 'python-pallets-sphinx-themes' 
'python-sphinx-issues' 'python-setuptools'
+             'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-peewee'
               'python-sqlalchemy' 'python-flask-sqlalchemy' 'python-bcrypt'
-              'python-flask-babel' 'python-zxcvbn' 'python-cryptography' 
'python-qrcode' 'python-bleach'
-              'python-phonenumbers' 'python-argon2_cffi' 
'python-flask-mailman' 'python-freezegun'
+              'python-zxcvbn' 'python-cryptography' 'python-qrcode' 
'python-bleach'
+              'python-phonenumbers' 'python-argon2_cffi' 'python-freezegun'
               'python-pymongo' 'python-mongomock' 'python-mongoengine')
 optdepends=('python-bleach: scrub user input')
 provides=('python-flask-security')
 conflicts=('python-flask-security')
-source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(https://github.com/Flask-Middleware/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('9fdce3dfbfd622ae417166da383bb8bf744648b92026b4f28640e6658d355d25f7267382636bc1a5cc47969a7c0ebdd43d66b29aaafdd0cf7a6cafb248aff7a6')
 
b2sums=('b57bb06e673bd8cb77f4ad67b1857a5546bae543eb685ec06c982e5c7c6cab83ad69f53a497762f99191a6ee27c22659f948ce10f8aa1e3a97db9c4bd845f7bb')
 
@@ -40,14 +38,14 @@ prepare() {
 build() {
   cd ${_pkgname}-${pkgver}
   python -m build --wheel --no-isolation
-  tox -e compile_catalog
+  pybabel compile --domain flask_security -d flask_security/translations
   sphinx-build -b text docs docs/_build/text
   sphinx-build -b man docs docs/_build/man
 }
 
 check() {
   cd ${_pkgname}-${pkgver}
-  pytest -v -W ignore::DeprecationWarning
+  pytest -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/compare/0081ec65e18035166b888be174e652759c05f609...dad2debcb54ceaab5bed0b6b3404db5010e51401

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-security-too/-/compare/0081ec65e18035166b888be174e652759c05f609...dad2debcb54ceaab5bed0b6b3404db5010e51401
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to