python-flask-jwt-extended/python-flask-jwt-extended.changes
Steve Kowalik 5c46d3a4e8 - Update to 4.5.2:
* Updated typing of expires_delta and fresh by @eMaerthin in #510
  * Allow selective disabling of blocklist check by @indrajeet307 in #501
  * Fix compatibility with flask version 2.3 (#493)
  * Drop support for python 3.6
  * Add option to include current_user in jinja templates by default (#478)
  * Fix mypy type checks for current_user (#488)
  * Fix mypy explicitly mark exported names #484
  * Fix verify_type being set to False by default in
    verify_jwt_in_request() #483
  * Fix PEP 561 compatibility #480
  * Drop support for Flask 1
  * Add verify_type argument to view decorators to allow accepting both
    refresh & access tokens #460
  * Relax dependency pinning for cryptography package (#467)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-jwt-extended?expand=0&rev=21
2023-06-19 06:25:37 +00:00

110 lines
4.0 KiB
Plaintext

-------------------------------------------------------------------
Mon Jun 19 06:23:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.5.2:
* Updated typing of expires_delta and fresh by @eMaerthin in #510
* Allow selective disabling of blocklist check by @indrajeet307 in #501
* Fix compatibility with flask version 2.3 (#493)
* Drop support for python 3.6
* Add option to include current_user in jinja templates by default (#478)
* Fix mypy type checks for current_user (#488)
* Fix mypy explicitly mark exported names #484
* Fix verify_type being set to False by default in
verify_jwt_in_request() #483
* Fix PEP 561 compatibility #480
* Drop support for Flask 1
* Add verify_type argument to view decorators to allow accepting both
refresh & access tokens #460
* Relax dependency pinning for cryptography package (#467)
-------------------------------------------------------------------
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>
- Add python-cryptography as Suggests
- Update to v4.2.1
* Many breaking changes. Please see
https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/
-------------------------------------------------------------------
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>
- Update to v3.20.0 (2019-07-17)
+ Initial release.