From 033b395c4ec2899cac2da8979746a5cf0ffaf16a106852c7cbefe3249fd251d7 Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Mon, 29 Jun 2020 06:01:29 +0000 Subject: [PATCH] Accepting request 817546 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/817546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTTPAuth?expand=0&rev=12 --- Flask-HTTPAuth-4.0.0.tar.gz | 3 --- Flask-HTTPAuth-4.1.0.tar.gz | 3 +++ python-Flask-HTTPAuth.changes | 9 +++++++++ python-Flask-HTTPAuth.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Flask-HTTPAuth-4.0.0.tar.gz create mode 100644 Flask-HTTPAuth-4.1.0.tar.gz diff --git a/Flask-HTTPAuth-4.0.0.tar.gz b/Flask-HTTPAuth-4.0.0.tar.gz deleted file mode 100644 index da35c2c..0000000 --- a/Flask-HTTPAuth-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47d62edc33ff16798ed28e06a7387ed10a15f21249c5f61515b41351356a6afc -size 226948 diff --git a/Flask-HTTPAuth-4.1.0.tar.gz b/Flask-HTTPAuth-4.1.0.tar.gz new file mode 100644 index 0000000..f598b65 --- /dev/null +++ b/Flask-HTTPAuth-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e028e4375039a49031eb9ecc40be4761f0540476040f6eff329a31dabd4d000 +size 227132 diff --git a/python-Flask-HTTPAuth.changes b/python-Flask-HTTPAuth.changes index b97b751..b47a88d 100644 --- a/python-Flask-HTTPAuth.changes +++ b/python-Flask-HTTPAuth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 28 19:01:44 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 4.1.0: + * Basic authentication with custom scheme (commit) + ------------------------------------------------------------------- Sat May 2 19:51:36 UTC 2020 - Arun Persaud diff --git a/python-Flask-HTTPAuth.spec b/python-Flask-HTTPAuth.spec index 2e92858..17213f3 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.0.0 +Version: 4.1.0 Release: 0 Summary: Basic and Digest HTTP authentication for Flask routes License: MIT