- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTTPAuth?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-05-28 07:35:16 +00:00 committed by Git OBS Bridge
parent 041394d36c
commit e8c222b213
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f71b7611f385fbdf350e8c430eed17b41c3b2200dc35eae19c1734264b68e31d
size 31341

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
size 31466

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Tue Oct 30 10:51:31 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Flask-HTTPAuth
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname Flask-HTTPAuth
Name: python-%{modname}
Version: 3.2.4
Version: 3.3.0
Release: 0
Summary: Basic and Digest HTTP authentication for Flask routes
License: MIT