Hello community,

here is the log from the commit of package python-oic for openSUSE:Factory 
checked in at 2020-03-26 23:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oic (Old)
 and      /work/SRC/openSUSE:Factory/.python-oic.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oic"

Thu Mar 26 23:34:48 2020 rev:4 rq:788573 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oic/python-oic.changes    2019-08-05 
10:36:38.467332767 +0200
+++ /work/SRC/openSUSE:Factory/.python-oic.new.3160/python-oic.changes  
2020-03-26 23:35:17.442818729 +0100
@@ -1,0 +2,32 @@
+Thu Mar 26 13:34:44 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.2.0
+  ## 1.2.0 [2020-02-05]
+  ### Fixed
+  - [#727] OAuth client request using Client Credentials grant
+  ### Added
+  - [#719] Add support for JWT registration tokens
+  - [#728] OAuth client request using Extension grant
+  - [#731] Session cookie need to be visible to OP IFrame.
+  ## 1.1.2 [2019-11-23]
+  ### Fixed
+  - [#711] Deal with no post_logout_redirect_uri
+  - [#712] Set Content-Type on BackChannel logout POST.
+  - [#717] Missing OP logout metadata.
+  ## 1.1.1 [2019-11-04]
+  ### Fixed
+  - [#708] Wants the original non-parsed JWT and not an IDToken instance.
+  ## 1.1.0 [2019-10-25]
+  ### Changed
+  - [#688] Second stage of adding logout support.
+  - [#700] Third stage of adding logout support, provider side
+  ### Fixed
+  - [#602] Fixed uncaught error on unpacking of message
+  - [#679] Make `state` optional in `EndSessionRequest`
+  - [#683] Fix basic_auth with client password
+  - [#698] `state` in `EndSessionRequest` request args and kwargs different
+  ### Removed
+  - [#671] Removed deprecated request/response_cls kwargs from Provider/Client 
methods
+  - [#677] Removed more deprecated code
+  
+-------------------------------------------------------------------

Old:
----
  oic-1.0.1.tar.gz

New:
----
  oic-1.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oic.spec ++++++
--- /var/tmp/diff_new_pack.BAtII3/_old  2020-03-26 23:35:17.882818888 +0100
+++ /var/tmp/diff_new_pack.BAtII3/_new  2020-03-26 23:35:17.882818888 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oic
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.0.1
+Version:        1.2.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/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+Source:         
https://github.com/OpenIDC/pyoidc/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module defusedxml}
@@ -53,6 +53,7 @@
 Requires:       python-pycryptodomex
 Requires:       python-pyjwkest >= 1.3.6
 Requires:       python-requests
+Requires:       python-setuptools
 Requires:       python-typing
 Requires:       python-typing_extensions
 Suggests:       python-ldap

++++++ oic-1.0.1.tar.gz -> oic-1.2.0.tar.gz ++++++
++++ 10134 lines of diff (skipped)


Reply via email to