Accepting request 956166 from home:apersaud:branches:devel:languages:python:flask
update to latest version OBS-URL: https://build.opensuse.org/request/show/956166 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-jwt-extended?expand=0&rev=20
This commit is contained in:
parent
67dec5cf86
commit
02c0cff130
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76461f2dbdf502261c69ddecd858eaf4164fbcfbf05aa456f3927fc2ab0315de
|
|
||||||
size 31736
|
|
3
Flask-JWT-Extended-4.3.1.tar.gz
Normal file
3
Flask-JWT-Extended-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad6977b07c54e51c13b5981afc246868b9901a46715d9b9827898bfd916aae88
|
||||||
|
size 31508
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 19 18:20:15 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
* be more specific in %files section
|
||||||
|
|
||||||
|
- update to version 4.3.1:
|
||||||
|
* Handle new cryptography versioning scheme
|
||||||
|
* Fix lint errors
|
||||||
|
* Fix typos in documentation
|
||||||
|
* Fix reversed docstrings for unset cookie funcs
|
||||||
|
* Update automatic_user_loading.py
|
||||||
|
|
||||||
|
- changes from version 4.3.0:
|
||||||
|
* Feat: override cookie domain from cookie utils
|
||||||
|
* Fix typos in view_decorators.py
|
||||||
|
* Correct JWT_REFRESH_COOKIE_NAME option description
|
||||||
|
* Fix/support flask 2 and flask 1
|
||||||
|
|
||||||
|
- changes from version 4.2.3:
|
||||||
|
* Ignore coverage for quick fix unitl I can get a better spec in
|
||||||
|
place
|
||||||
|
* Fix this extension when using Flask 1.x.x
|
||||||
|
|
||||||
|
- changes from version 4.2.2:
|
||||||
|
* Added async support to jwt_required view decorator
|
||||||
|
* Simplify requirements.txt to fix new pip resolver issue
|
||||||
|
* Change jwt.required to jwt_required
|
||||||
|
* Bump urllib3 from 1.26.4 to 1.26.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 21 07:14:27 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Fri May 21 07:14:27 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-flask-jwt-extended
|
# spec file for package python-flask-jwt-extended
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,16 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-flask-jwt-extended
|
Name: python-flask-jwt-extended
|
||||||
Version: 4.2.1
|
Version: 4.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Flask extension that provides JWT support
|
Summary: A Flask extension that provides JWT support
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/vimalloc/flask-jwt-extended
|
URL: https://github.com/vimalloc/flask-jwt-extended
|
||||||
Source: https://files.pythonhosted.org/packages/source/F/Flask-JWT-Extended/Flask-JWT-Extended-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/F/Flask-JWT-Extended/Flask-JWT-Extended-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography >= 3.0}
|
|
||||||
BuildRequires: %{python_module Flask >= 1.0}
|
BuildRequires: %{python_module Flask >= 1.0}
|
||||||
BuildRequires: %{python_module PyJWT >= 2.0}
|
BuildRequires: %{python_module PyJWT >= 2.0}
|
||||||
BuildRequires: %{python_module Werkzeug >= 0.14}
|
BuildRequires: %{python_module Werkzeug >= 0.14}
|
||||||
|
BuildRequires: %{python_module cryptography >= 3.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-dateutil}
|
BuildRequires: %{python_module python-dateutil}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -70,6 +70,8 @@ Web Tokens easier. These include:
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/*
|
%dir %{python_sitelib}/flask_jwt_extended
|
||||||
|
%{python_sitelib}/flask_jwt_extended/*
|
||||||
|
%{python_sitelib}/Flask_JWT_Extended-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user