Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oic for openSUSE:Factory checked in at 2022-02-23 16:26:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oic (Old) and /work/SRC/openSUSE:Factory/.python-oic.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oic" Wed Feb 23 16:26:03 2022 rev:7 rq:956898 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oic/python-oic.changes 2021-05-03 22:08:00.260534906 +0200 +++ /work/SRC/openSUSE:Factory/.python-oic.new.1958/python-oic.changes 2022-02-23 16:26:49.495509635 +0100 @@ -1,0 +2,10 @@ +Wed Feb 23 05:49:15 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 1.3.0: + * Drop python 3.5 support + * Support for dict in Client.parse_response formats + * Better error message for providers which return HTTP Error 405 on userinfo + * Add settings class to handle settings related to Client and Server +- Add patch fix-scheme-message.patch + +------------------------------------------------------------------- Old: ---- oic-1.2.1.tar.gz New: ---- fix-scheme-message.patch oic-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oic.spec ++++++ --- /var/tmp/diff_new_pack.3r8J03/_old 2022-02-23 16:26:50.047509655 +0100 +++ /var/tmp/diff_new_pack.3r8J03/_new 2022-02-23 16:26:50.051509655 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oic # -# 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 @@ -20,13 +20,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname oic Name: python-oic -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: A complete OpenID Connect implementation in Python License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/OpenIDC/pyoidc Source: https://github.com/OpenIDC/pyoidc/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz +Patch0: fix-scheme-message.patch BuildRequires: %{python_module Beaker} BuildRequires: %{python_module Mako} BuildRequires: %{python_module cryptography} @@ -65,7 +65,7 @@ implementation of OAuth2.0 too. %prep -%setup -q -n pyoidc-%{version} +%autosetup -p1 -n pyoidc-%{version} find src -type f -exec sed -i '1 {/#!/d}' {} + sed -i 's/--color=yes//' tox.ini ++++++ fix-scheme-message.patch ++++++ Index: pyoidc-1.3.0/tests/test_oic_provider.py =================================================================== --- pyoidc-1.3.0.orig/tests/test_oic_provider.py +++ pyoidc-1.3.0/tests/test_oic_provider.py @@ -1351,7 +1351,7 @@ class TestProvider(object): # First log record is from server... assert isinstance(logcap.records[1].msg, MissingSchema) error = ( - "Invalid URL 'example.com': No schema supplied. Perhaps you meant " + "Invalid URL 'example.com': No scheme supplied. Perhaps you meant " "http://example.com?" ) assert str(logcap.records[1].msg) == error ++++++ oic-1.2.1.tar.gz -> oic-1.3.0.tar.gz ++++++ ++++ 4118 lines of diff (skipped)