Accepting request 705806 from devel:languages:python:flask
- 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/request/show/705806 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-HTTPAuth?expand=0&rev=2
This commit is contained in:
commit
f445e3e396
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f71b7611f385fbdf350e8c430eed17b41c3b2200dc35eae19c1734264b68e31d
|
||||
size 31341
|
3
Flask-HTTPAuth-3.3.0.tar.gz
Normal file
3
Flask-HTTPAuth-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
|
||||
size 31466
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user