Hello community, here is the log from the commit of package python-Flask-Login for openSUSE:Factory checked in at 2020-02-22 18:59:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Login (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Login.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Login" Sat Feb 22 18:59:43 2020 rev:3 rq:774992 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Login/python-Flask-Login.changes 2017-12-04 12:17:12.194788557 +0100 +++ /work/SRC/openSUSE:Factory/.python-Flask-Login.new.26092/python-Flask-Login.changes 2020-02-22 18:59:44.737558789 +0100 @@ -1,0 +2,21 @@ +Sun Feb 16 05:59:39 UTC 2020 - Arun Persaud <[email protected]> + +- specfile: + * update copyright year + * remove python devel + * be more specific in %files section + +- update to version 0.5.0: + * New custom test client: `flask_login.FlaskLoginClient`. You can + use this to write clearer automated tests. #431 + * Prefix authenticated user_id, remember, and remember_seconds in + Flask Session with underscores to prevent accidental usage in + application code. #470 + * Simplify user loading. #378 + * Various documentation improvements. #393, #394, #397, #417 + * Set session ID when setting next. #403 + * Clear session identifier on logout. #404 + * Ensure use of a safe and up-to-date version of Flask. + * Drop support of Python versions: 2.6, 3.3, 3.4 #450 + +------------------------------------------------------------------- Old: ---- Flask-Login-0.4.1.tar.gz New: ---- Flask-Login-0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Login.spec ++++++ --- /var/tmp/diff_new_pack.m99OuO/_old 2020-02-22 18:59:45.105559501 +0100 +++ /var/tmp/diff_new_pack.m99OuO/_new 2020-02-22 18:59:45.109559509 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Login # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-Flask-Login -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: User session management for Flask License: MIT Group: Development/Languages/Python -Url: https://github.com/maxcountryman/flask-login +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 devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Flask +BuildArch: noarch %if %{with test} BuildRequires: %{python_module Flask} %endif -Requires: python-Flask -BuildArch: noarch - %python_subpackages %description @@ -59,8 +57,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.md -%{python_sitelib}/* +%license LICENSE +%doc README.md +%{python_sitelib}/flask_login +%{python_sitelib}/Flask_Login-%{version}-py*.egg-info %changelog ++++++ Flask-Login-0.4.1.tar.gz -> Flask-Login-0.5.0.tar.gz ++++++ ++++ 4715 lines of diff (skipped)
