Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Login for openSUSE:Factory checked in at 2022-04-10 00:42:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Login (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Login.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Login" Sun Apr 10 00:42:03 2022 rev:4 rq:967943 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Login/python-Flask-Login.changes 2020-02-22 18:59:44.737558789 +0100 +++ /work/SRC/openSUSE:Factory/.python-Flask-Login.new.1900/python-Flask-Login.changes 2022-04-10 00:42:07.780963452 +0200 @@ -1,0 +2,37 @@ +Sat Apr 9 02:28:36 UTC 2022 - Arun Persaud <[email protected]> + +- specfile: + * update copyright year + * require python >= 3.7 + +- update to version 0.6.0: + * Drop support for Python 2.7, 3.5, and 3.6, which have all reached + the end of their official support. #594, #638 + * The minimum supported version of Flask is 1.0.4, and Werkzeug is + 1.0.1. However, projects are advised to use the latest versions of + both. #639 + * Only flash "needs_refresh_message" if value is set #464 + * Modify expand_login_view to allow for subdomain and host matching + for login_view #462 + * Add accessors for request_loader and user_loader callback + functions #472 + * Change "remember_me" cookie to match Werkzeug default value #488 + * Change "remember_me" cookie to HttpOnly, matching Flask session + cookie #488 + * Add example for using unauthorized_handler #492 + * Fix assertEqual deprecation warning in pytest #518 + * Fix collections deprecation warning under Python 3.8 #525 + * Replace safe_str_cmp with hmac.compare_digest #585 + * Document REMEMBER_COOKIE_SAMESITE config #577 + * Revise setup.py to use README.md for long description #598 + * Various documentation corrections #484, #482, #487, #534 + * Fix from flask_login import * behavior, although note that import + * is not usually a good pattern in code. #485 + * UserMixin.is_authenticated will return whatever is_active returns + by default. This prevents inactive users from logging in. #486, + #530 + * Session protection will only mark the session as not fresh if it's + not already marked as such, avoiding modifying the session cookie + unnecessarily. #612 + +------------------------------------------------------------------- Old: ---- Flask-Login-0.5.0.tar.gz New: ---- Flask-Login-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Login.spec ++++++ --- /var/tmp/diff_new_pack.xTY87U/_old 2022-04-10 00:42:08.372956870 +0200 +++ /var/tmp/diff_new_pack.xTY87U/_new 2022-04-10 00:42:08.372956870 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Login # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-Flask-Login -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: User session management for Flask License: MIT Group: Development/Languages/Python URL: https://github.com/maxcountryman/flask-login Source: https://files.pythonhosted.org/packages/source/F/Flask-Login/Flask-Login-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ Flask-Login-0.5.0.tar.gz -> Flask-Login-0.6.0.tar.gz ++++++ ++++ 8675 lines of diff (skipped)
