Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flask-oidc for openSUSE:Factory checked in at 2023-04-13 14:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flask-oidc (Old) and /work/SRC/openSUSE:Factory/.python-flask-oidc.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-oidc" Thu Apr 13 14:11:33 2023 rev:5 rq:1079106 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flask-oidc/python-flask-oidc.changes 2022-09-20 19:24:12.890582661 +0200 +++ /work/SRC/openSUSE:Factory/.python-flask-oidc.new.19717/python-flask-oidc.changes 2023-04-13 14:11:36.800594851 +0200 @@ -1,0 +2,7 @@ +Thu Apr 13 09:35:38 UTC 2023 - pgaj...@suse.com + +- authlib.patch removes dependency on six by the way +- modified patches + % authlib.patch (refreshed) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flask-oidc.spec ++++++ --- /var/tmp/diff_new_pack.ZFKnmc/_old 2023-04-13 14:11:37.332597906 +0200 +++ /var/tmp/diff_new_pack.ZFKnmc/_new 2023-04-13 14:11:37.336597929 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Neal Gompa <ngomp...@gmail.com>. # # All modifications and additions to the file contributed by third parties @@ -18,38 +18,28 @@ %global pypi_name flask-oidc - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{pypi_name} Version: 1.4.0 Release: 0 Summary: OpenID Connect support for Flask -Group: Development/Libraries/Python License: BSD-2-Clause +Group: Development/Libraries/Python URL: https://github.com/fedora-infra/%{pypi_name} Source0: https://pypi.io/packages/source/f/%{pypi_name}/%{pypi_name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE authlib.patch -- gh#puiterwijk/flask-oidc#138 Patch0: authlib.patch - -BuildArch: noarch - BuildRequires: %{python_module Authlib} BuildRequires: %{python_module Flask} -BuildRequires: %{python_module itsdangerous} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros - +Requires: python-Authlib Requires: python-Flask -Requires: python-itsdangerous Requires: python-requests -Requires: python-setuptools -Requires: python-six Requires(post): update-alternatives Requires(postun):update-alternatives - +BuildArch: noarch %python_subpackages %description @@ -59,7 +49,7 @@ * Ipsilon %prep -%autosetup -p2 -n %{pypi_name}-%{version} +%autosetup -p1 -n %{pypi_name}-%{version} %build %python_build ++++++ authlib.patch ++++++ --- /var/tmp/diff_new_pack.ZFKnmc/_old 2023-04-13 14:11:37.364598089 +0200 +++ /var/tmp/diff_new_pack.ZFKnmc/_new 2023-04-13 14:11:37.364598089 +0200 @@ -1,17 +1,17 @@ -Index: python-flask-oidc/flask-oidc-1.4.0/LICENSE.txt +Index: flask-oidc-1.4.0/LICENSE.txt =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/LICENSE.txt -+++ python-flask-oidc/flask-oidc-1.4.0/LICENSE.txt +--- flask-oidc-1.4.0.orig/LICENSE.txt ++++ flask-oidc-1.4.0/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015, Jeremy Ehrhardt <jer...@bat-country.us> +Copyright (c) 2014-2015, Erica Ehrhardt Copyright (c) 2016, Patrick Uiterwijk <patr...@puiterwijk.org> All rights reserved. -Index: python-flask-oidc/flask-oidc-1.4.0/MANIFEST.in +Index: flask-oidc-1.4.0/MANIFEST.in =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/MANIFEST.in -+++ python-flask-oidc/flask-oidc-1.4.0/MANIFEST.in +--- flask-oidc-1.4.0.orig/MANIFEST.in ++++ flask-oidc-1.4.0/MANIFEST.in @@ -1,9 +1,7 @@ -include README.rst LICENSE.rst CHANGES.rst +include README.rst LICENSE.txt @@ -24,10 +24,10 @@ +recursive-include .tox * prune docs/_build prune docs/_themes/.git -Index: python-flask-oidc/flask-oidc-1.4.0/README.rst +Index: flask-oidc-1.4.0/README.rst =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/README.rst -+++ python-flask-oidc/flask-oidc-1.4.0/README.rst +--- flask-oidc-1.4.0.orig/README.rst ++++ flask-oidc-1.4.0/README.rst @@ -20,7 +20,6 @@ This library should work with any standa It has been tested with: @@ -36,10 +36,10 @@ * `Ipsilon <https://ipsilon-project.org/>`_ -Index: python-flask-oidc/flask-oidc-1.4.0/docs/index.rst +Index: flask-oidc-1.4.0/docs/index.rst =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/docs/index.rst -+++ python-flask-oidc/flask-oidc-1.4.0/docs/index.rst +--- flask-oidc-1.4.0.orig/docs/index.rst ++++ flask-oidc-1.4.0/docs/index.rst @@ -33,7 +33,7 @@ How to use To integrate Flask-OpenID into your application you need to create an instance of the :class:`OpenID` object first:: @@ -49,10 +49,10 @@ oidc = OpenIDConnect(app) -Index: python-flask-oidc/flask-oidc-1.4.0/flask_oidc/__init__.py +Index: flask-oidc-1.4.0/flask_oidc/__init__.py =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/flask_oidc/__init__.py -+++ python-flask-oidc/flask-oidc-1.4.0/flask_oidc/__init__.py +--- flask-oidc-1.4.0.orig/flask_oidc/__init__.py ++++ flask-oidc-1.4.0/flask_oidc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Jeremy Ehrhardt <jer...@bat-country.us> +# Copyright (c) 2014-2015, Erica Ehrhardt @@ -1007,9 +1007,9 @@ + session.pop("token", None) + session.pop("userinfo", None) + return redirect("/") -Index: python-flask-oidc/flask-oidc-1.4.0/flask_oidc/discovery.py +Index: flask-oidc-1.4.0/flask_oidc/discovery.py =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/flask_oidc/discovery.py +--- flask-oidc-1.4.0.orig/flask_oidc/discovery.py +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright (c) 2016, Patrick Uiterwijk <patr...@puiterwijk.org> @@ -1056,9 +1056,9 @@ - _, content = httplib2.Http().request( - '%s/.well-known/openid-configuration' % OP_uri) - return _json_loads(content) -Index: python-flask-oidc/flask-oidc-1.4.0/flask_oidc/registration.py +Index: flask-oidc-1.4.0/flask_oidc/registration.py =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/flask_oidc/registration.py +--- flask-oidc-1.4.0.orig/flask_oidc/registration.py +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright (c) 2016, Patrick Uiterwijk <patr...@puiterwijk.org> @@ -1205,9 +1205,9 @@ - }} - - return json_file -Index: python-flask-oidc/flask-oidc-1.4.0/flask_oidc/registration_util.py +Index: flask-oidc-1.4.0/flask_oidc/registration_util.py =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/flask_oidc/registration_util.py +--- flask-oidc-1.4.0.orig/flask_oidc/registration_util.py +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright (c) 2016, Patrick Uiterwijk <patr...@puiterwijk.org> @@ -1307,30 +1307,30 @@ - retval = main() - if retval: - sys.exit(retval) -Index: python-flask-oidc/flask-oidc-1.4.0/pyproject.toml +Index: flask-oidc-1.4.0/pyproject.toml =================================================================== --- /dev/null -+++ python-flask-oidc/flask-oidc-1.4.0/pyproject.toml ++++ flask-oidc-1.4.0/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" -Index: python-flask-oidc/flask-oidc-1.4.0/requirements.txt +Index: flask-oidc-1.4.0/requirements.txt =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/requirements.txt -+++ python-flask-oidc/flask-oidc-1.4.0/requirements.txt -@@ -1,4 +1,4 @@ +--- flask-oidc-1.4.0.orig/requirements.txt ++++ flask-oidc-1.4.0/requirements.txt +@@ -1,4 +1,3 @@ Flask -itsdangerous -oauth2client +-six +Authlib +requests - six -Index: python-flask-oidc/flask-oidc-1.4.0/setup.py +Index: flask-oidc-1.4.0/setup.py =================================================================== ---- python-flask-oidc.orig/flask-oidc-1.4.0/setup.py -+++ python-flask-oidc/flask-oidc-1.4.0/setup.py -@@ -25,16 +25,16 @@ setup( +--- flask-oidc-1.4.0.orig/setup.py ++++ flask-oidc-1.4.0/setup.py +@@ -25,17 +25,16 @@ setup( description='OpenID Connect extension for Flask', long_description=readme, url='https://github.com/puiterwijk/flask-oidc', @@ -1347,9 +1347,10 @@ 'Flask', - 'itsdangerous', - 'oauth2client', +- 'six', + 'Authlib', + 'requests', - 'six', ], tests_require=['nose', 'mock'], + entry_points={