Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-SQLAlchemy for openSUSE:Factory checked in at 2022-03-04 00:17:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-SQLAlchemy" Fri Mar 4 00:17:54 2022 rev:7 rq:958744 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy/python-Flask-SQLAlchemy.changes 2021-06-01 10:41:43.129247911 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.1958/python-Flask-SQLAlchemy.changes 2022-03-04 00:18:41.244298465 +0100 @@ -1,0 +2,10 @@ +Thu Mar 3 11:35:08 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Work around test suite failure inside OBS: BuildRequire krb5. + krb5 is a dependency to python (via tirpc), and inside OBS we get + a slightly limited version of it as krb5-mini. The test suite of + this package fails to pass with the mini flavor though. As -mini + is never offered to actual users, we can get away with this + workaround. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.4UX61C/_old 2022-03-04 00:18:41.784298579 +0100 +++ /var/tmp/diff_new_pack.4UX61C/_new 2022-03-04 00:18:41.788298580 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-SQLAlchemy # -# Copyright (c) 2021 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 @@ -25,6 +25,8 @@ Group: Development/Languages/Python URL: https://github.com/mitsuhiko/flask-sqlalchemy Source: https://files.pythonhosted.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-%{version}.tar.gz +# BR krb5 - the test suite falis with krb5-mini (and users in any case will only ever get krb5, never krb5-mini) +BuildRequires: krb5 BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros