Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Principal for openSUSE:Factory checked in at 2021-08-16 10:11:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Principal (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Principal.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Principal" Mon Aug 16 10:11:49 2021 rev:2 rq:912198 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Principal/python-Flask-Principal.changes 2018-10-25 09:12:23.642287948 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-Principal.new.1899/python-Flask-Principal.changes 2021-08-16 10:17:58.694623864 +0200 @@ -1,0 +2,5 @@ +Sat Aug 14 02:54:59 UTC 2021 - Fusion Future <qydwhotm...@gmail.com> + +- Require pip and importlib-metadata to fix build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Principal.spec ++++++ --- /var/tmp/diff_new_pack.fq4V2t/_old 2021-08-16 10:17:59.146623139 +0200 +++ /var/tmp/diff_new_pack.fq4V2t/_new 2021-08-16 10:17:59.146623139 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Principal # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,8 @@ # 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-%{**}} @@ -21,15 +22,17 @@ Release: 0 License: MIT Summary: Identity management for flask -Url: http://packages.python.org/Flask-Principal/ +URL: http://packages.python.org/Flask-Principal/ Group: Development/Languages/Python # Pypi sources don't include tests #Source: https://files.pythonhosted.org/packages/source/F/Flask-Principal/Flask-Principal-%%{version}.tar.gz Source: https://github.com/mattupstate/flask-principal/archive/%{version}.tar.gz Source99: https://raw.githubusercontent.com/mattupstate/flask-principal/master/LICENSE -BuildRequires: python-rpm-macros +BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros # Test requirements BuildRequires: %{python_module blinker} BuildRequires: %{python_module Flask} @@ -46,7 +49,6 @@ two types of services, often located in different parts of a web application: Authentication providers and User information providers. - %prep %setup -q -n flask-principal-%{version} cp %{SOURCE99} .