Hello community,

here is the log from the commit of package python-Flask-HTTPAuth for 
openSUSE:Leap:15.2 checked in at 2020-05-06 20:41:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-HTTPAuth (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-Flask-HTTPAuth.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask-HTTPAuth"

Wed May  6 20:41:26 2020 rev:4 rq:800688 version:4.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-Flask-HTTPAuth/python-Flask-HTTPAuth.changes
    2020-02-19 18:48:49.315038269 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-Flask-HTTPAuth.new.2738/python-Flask-HTTPAuth.changes
  2020-05-06 20:41:28.640780218 +0200
@@ -1,0 +2,19 @@
+Sat May  2 19:51:36 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * be more specific in %files section
+
+- update to version 4.0.0:
+  * Return user object from verify callbacks (commit)
+  * New role authorization support (commit) (thanks gemerden!)
+  * Add a custom token authorization header option (commit) (thanks
+    Mohamed Feddad!)
+  * Support an optional=True argument in login_required decorator
+    (commit) (thanks Saif Almansoori!)
+  * Pass HTTP status code to error callback (commit)
+  * More secure example of basic auth in the documentation (commit)
+  * Fix broken links in CHANGES.md and changelog template #85 (commit)
+    (thanks Katie Smith!)
+
+-------------------------------------------------------------------

Old:
----
  Flask-HTTPAuth-3.3.0.tar.gz

New:
----
  Flask-HTTPAuth-4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Flask-HTTPAuth.spec ++++++
--- /var/tmp/diff_new_pack.NBSNFQ/_old  2020-05-06 20:41:29.204781387 +0200
+++ /var/tmp/diff_new_pack.NBSNFQ/_new  2020-05-06 20:41:29.208781395 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-HTTPAuth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define modname Flask-HTTPAuth
-Name:           python-%{modname}
-Version:        3.3.0
+Name:           python-Flask-HTTPAuth
+Version:        4.0.0
 Release:        0
 Summary:        Basic and Digest HTTP authentication for Flask routes
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://github.com/miguelgrinberg/flask-httpauth/
-Source:         
https://files.pythonhosted.org/packages/source/F/Flask-HTTPAuth/%{modname}-%{version}.tar.gz
+URL:            https://github.com/miguelgrinberg/flask-httpauth/
+Source:         
https://files.pythonhosted.org/packages/source/F/Flask-HTTPAuth/Flask-HTTPAuth-%{version}.tar.gz
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -39,7 +38,7 @@
 Simple extension that provides Basic and Digest HTTP authentication for Flask 
routes.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n Flask-HTTPAuth-%{version}
 
 %build
 
@@ -55,6 +54,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/flask_httpauth.py*
+%{python_sitelib}/Flask_HTTPAuth-%{version}-py*.egg-info
+%pycache_only %{python_sitelib}/__pycache__
 
 %changelog

++++++ Flask-HTTPAuth-3.3.0.tar.gz -> Flask-HTTPAuth-4.0.0.tar.gz ++++++
++++ 16605 lines of diff (skipped)


Reply via email to