2024-01-23 10:06:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 22 12:23:39 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- enable %{?sle15_python_module_pythons}
|
|
|
|
|
2023-07-27 07:16:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 27 07:15:25 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.8.0:
|
|
|
|
* Changes to handle breaking changes in Flask/Werkzeug 2.3 #160
|
|
|
|
* Replace itsdangerous with pyjwt in examples #157
|
|
|
|
* Fallback to latin-1 encoding for credentials when utf-8 fails #151
|
|
|
|
* Add MD5-Sess algorithm for Digest auth
|
|
|
|
* Add qop=auth option for Digest auth (thanks Edward!)
|
|
|
|
* Do not read the request body #138
|
|
|
|
- Switch to pyproject and pytest macros.
|
|
|
|
|
2021-09-21 23:19:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 14 11:55:17 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- %check: use %pyunittest rpm macro
|
|
|
|
|
2021-07-23 09:21:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 4 00:41:02 UTC 2021 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
* require importlib-metadata
|
|
|
|
* skip python 2
|
|
|
|
|
|
|
|
- update to version 4.4.0:
|
|
|
|
* Replace safe_str_cmp with hmac.compare_digest to avoid a
|
|
|
|
deprecation warning from Werkzeug #126 (commit) (thanks Federico
|
|
|
|
Martinez!)
|
|
|
|
* Drop Python 2 support (commit)
|
|
|
|
|
|
|
|
- changes from version 4.3.0 :
|
|
|
|
* Support token auth with custom header in MultiAuth class #125
|
|
|
|
(commit)
|
|
|
|
* Catch UnicodeDecodeError when passing malformed data in
|
|
|
|
authorization header #122 (commit) (thanks Bastian Raschke!)
|
|
|
|
* Fixes typo #116 (commit) (thanks Renato Oliveira!)
|
|
|
|
* Move builds to GitHub actions (commit)
|
|
|
|
|
2021-06-01 06:58:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 26 17:46:21 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
- update to version 4.2.0:
|
|
|
|
* Allow error response to return a 200 status code #114 (commit)
|
|
|
|
* Add optional argument to MultiAuth class #115 (commit) (thanks
|
|
|
|
pryankster and Michael Wright!)
|
|
|
|
* Remove python 3.5 and add python 3.9 to build (commit)
|
|
|
|
|
2020-06-29 06:01:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 28 19:01:44 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
- update to version 4.1.0:
|
|
|
|
* Basic authentication with custom scheme (commit)
|
|
|
|
|
2020-05-03 20:41:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 2 19:51:36 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
* be more specific in %files section
|
|
|
|
|
|
|
|
- update to version 4.0.0:
|
|
|
|
* Return user object from verify callbacks (commit)
|
|
|
|
* New role authorization support (commit) (thanks gemerden!)
|
|
|
|
* Add a custom token authorization header option (commit) (thanks
|
|
|
|
Mohamed Feddad!)
|
|
|
|
* Support an optional=True argument in login_required decorator
|
|
|
|
(commit) (thanks Saif Almansoori!)
|
|
|
|
* Pass HTTP status code to error callback (commit)
|
|
|
|
* More secure example of basic auth in the documentation (commit)
|
|
|
|
* Fix broken links in CHANGES.md and changelog template #85 (commit)
|
|
|
|
(thanks Katie Smith!)
|
|
|
|
|
2019-05-28 07:35:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 28 07:33:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.3.0:
|
|
|
|
* Use constant time string comparisons #82 (commit1, commit2) (thanks Brendan Long!)
|
|
|
|
* Edited and changed the usage of JWT, because in fact the code and documentation uses JWS tokens. #79 (commit) (thanks unuseless!)
|
|
|
|
* Documentation improvements #77 (commit)
|
|
|
|
|
2018-10-30 10:53:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 30 10:51:31 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.2.4:
|
|
|
|
* Various spelling fixes
|
|
|
|
* Refactored HTTPAuth login_required
|
|
|
|
|
2018-10-30 10:49:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 25 14:51:50 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- Version 3.2.3
|
|
|
|
initial OBS build
|