From 2414d4867a6411cb0de77aebb949bb4269676b6efd9d70fcec1d6d59c222c0da Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Jun 2021 06:58:41 +0000 Subject: [PATCH] Accepting request 851147 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/851147 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTTPAuth?expand=0&rev=14 --- Flask-HTTPAuth-4.1.0.tar.gz | 3 --- Flask-HTTPAuth-4.2.0.tar.gz | 3 +++ python-Flask-HTTPAuth.changes | 12 ++++++++++++ python-Flask-HTTPAuth.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Flask-HTTPAuth-4.1.0.tar.gz create mode 100644 Flask-HTTPAuth-4.2.0.tar.gz diff --git a/Flask-HTTPAuth-4.1.0.tar.gz b/Flask-HTTPAuth-4.1.0.tar.gz deleted file mode 100644 index f598b65..0000000 --- a/Flask-HTTPAuth-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e028e4375039a49031eb9ecc40be4761f0540476040f6eff329a31dabd4d000 -size 227132 diff --git a/Flask-HTTPAuth-4.2.0.tar.gz b/Flask-HTTPAuth-4.2.0.tar.gz new file mode 100644 index 0000000..b010136 --- /dev/null +++ b/Flask-HTTPAuth-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a +size 227354 diff --git a/python-Flask-HTTPAuth.changes b/python-Flask-HTTPAuth.changes index b47a88d..9e31b3e 100644 --- a/python-Flask-HTTPAuth.changes +++ b/python-Flask-HTTPAuth.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 26 17:46:21 UTC 2020 - Arun Persaud + +- 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) + ------------------------------------------------------------------- Sun Jun 28 19:01:44 UTC 2020 - Arun Persaud diff --git a/python-Flask-HTTPAuth.spec b/python-Flask-HTTPAuth.spec index 17213f3..85513a8 100644 --- a/python-Flask-HTTPAuth.spec +++ b/python-Flask-HTTPAuth.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-HTTPAuth -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Basic and Digest HTTP authentication for Flask routes License: MIT