This commit is contained in:
parent
4cdc1d7d53
commit
47dd9abb31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:062d2cac64f5c02fd689105b99390b2490e550a1c0994cb9d781454ec31bd50c
|
||||
size 30614
|
3
Flask-JWT-Extended-3.24.1.tar.gz
Normal file
3
Flask-JWT-Extended-3.24.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0aa8ee6fa7eb3be9314e39dd199ac8e19389a95371f9d54e155c7aa635e319dd
|
||||
size 31251
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 11:49:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.24.1:
|
||||
* Fixes a bug where missing JWTs were not being handled gracefully
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 13:17:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.24.0:
|
||||
* Adds the ability to add custom data to the JWT headers via the
|
||||
headers kwarg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 11:09:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.23.0:
|
||||
* Make header reading compliant with RFC7230, section 3.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 15:00:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.22.0:
|
||||
* Adds ability to check CSRF double submit token from form data instead of
|
||||
headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 06:49:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim metadata redundancies from summary. Trim filler wording
|
||||
from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:45:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.21.0:
|
||||
* Require flask 1.0 or greater (#263)
|
||||
* Move docs to pallets-sphinx-themes (#261)
|
||||
* Add a new JWT_DECODE_ISSUER option for use with other JWT providers (#259)
|
||||
* Gracefully handle errors for malformed tokens (#246)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 18:52:53 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
- Update Flask minimum version requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 13:57:14 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
|
@ -12,38 +12,37 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-flask-jwt-extended
|
||||
Version: 3.20.0
|
||||
Version: 3.24.1
|
||||
Release: 0
|
||||
Summary: An open source Flask extension that provides JWT support
|
||||
Summary: A Flask extension that provides JWT support
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
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
|
||||
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
|
||||
BuildRequires: %{python_module Flask >= 1.0}
|
||||
BuildRequires: %{python_module PyJWT >= 1.6.4}
|
||||
BuildRequires: %{python_module Werkzeug >= 0.14}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module Werkzeug >= 0.14}
|
||||
BuildRequires: %{python_module PyJWT >= 1.6.4}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module pytest}
|
||||
Requires: python-Flask
|
||||
Requires: python-Werkzeug >= 0.14
|
||||
Requires: python-Flask >= 1.0
|
||||
Requires: python-PyJWT >= 1.6.4
|
||||
Requires: python-Werkzeug >= 0.14
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Flask-JWT-Extended not only adds support for using JSON Web Tokens
|
||||
(JWT) to Flask for protecting views, but also many helpful
|
||||
(and optional) features built in to make working with JSON
|
||||
(JWT) to Flask for protecting views, but also many
|
||||
(optional) features built in to make working with JSON
|
||||
Web Tokens easier. These include:
|
||||
|
||||
- Support for adding custom claims to JSON Web Tokens
|
||||
@ -73,4 +72,3 @@ Web Tokens easier. These include:
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user