diff --git a/Flask-HTTPAuth-3.2.4.tar.gz b/Flask-HTTPAuth-3.2.4.tar.gz deleted file mode 100644 index 1713960..0000000 --- a/Flask-HTTPAuth-3.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71b7611f385fbdf350e8c430eed17b41c3b2200dc35eae19c1734264b68e31d -size 31341 diff --git a/Flask-HTTPAuth-3.3.0.tar.gz b/Flask-HTTPAuth-3.3.0.tar.gz new file mode 100644 index 0000000..154c4fe --- /dev/null +++ b/Flask-HTTPAuth-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9 +size 31466 diff --git a/python-Flask-HTTPAuth.changes b/python-Flask-HTTPAuth.changes index b4edb79..0c4862a 100644 --- a/python-Flask-HTTPAuth.changes +++ b/python-Flask-HTTPAuth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 28 07:33:27 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Flask-HTTPAuth.spec b/python-Flask-HTTPAuth.spec index a035b71..30c7b7d 100644 --- a/python-Flask-HTTPAuth.spec +++ b/python-Flask-HTTPAuth.spec @@ -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