Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oauth2client for
openSUSE:Factory checked in at 2022-04-20 17:03:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oauth2client (Old)
and /work/SRC/openSUSE:Factory/.python-oauth2client.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oauth2client"
Wed Apr 20 17:03:53 2022 rev:13 rq:971128 version:4.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oauth2client/python-oauth2client.changes
2020-03-27 00:20:54.640123478 +0100
+++
/work/SRC/openSUSE:Factory/.python-oauth2client.new.1941/python-oauth2client.changes
2022-04-20 17:03:56.699191919 +0200
@@ -1,0 +2,9 @@
+Wed Apr 20 09:23:39 UTC 2022 - Ben Greiner <[email protected]>
+
+- Stop testing the Flask contrib: Changes in Flask and Werkzeug
+ stopped support for this legacy package
+ * gh#puiterwijk/flask-oidc#138
+ * See discussion in sr#970241
+ * https://pagure.io/pagure/issue/5288
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oauth2client.spec ++++++
--- /var/tmp/diff_new_pack.Jzh8HX/_old 2022-04-20 17:03:57.295192940 +0200
+++ /var/tmp/diff_new_pack.Jzh8HX/_new 2022-04-20 17:03:57.299192948 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oauth2client
#
-# 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
@@ -25,7 +25,6 @@
License: Apache-2.0
URL: https://github.com/google/oauth2client
Source0:
https://files.pythonhosted.org/packages/source/o/oauth2client/oauth2client-%{version}.tar.gz
-BuildRequires: %{python_module Flask >= 0.9}
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module fasteners}
BuildRequires: %{python_module httplib2 >= 0.9.1}
@@ -112,7 +111,11 @@
%check
export DJANGO_SETTINGS_MODULE=tests.contrib.django_util.settings
-%pytest
+# flask does not support oauth2 with this legacy package anymore
+# https://github.com/puiterwijk/flask-oidc/issues/138
+# https://pagure.io/pagure/issue/5288
+# https://build.opensuse.org/request/show/970241
+%pytest --ignore tests/contrib/test_flask_util.py
%files %{python_files}
%license LICENSE