Hello community,
here is the log from the commit of package python-django-oauth-toolkit for
openSUSE:Factory checked in at 2020-04-04 12:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-oauth-toolkit (Old)
and /work/SRC/openSUSE:Factory/.python-django-oauth-toolkit.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-oauth-toolkit"
Sat Apr 4 12:26:18 2020 rev:4 rq:791166 version:1.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-oauth-toolkit/python-django-oauth-toolkit.changes
2019-10-03 14:09:48.968045259 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-oauth-toolkit.new.3248/python-django-oauth-toolkit.changes
2020-04-04 12:27:07.924033405 +0200
@@ -1,0 +2,22 @@
+Fri Apr 3 10:35:36 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.3.2:
+ * #725: HTTP Basic Auth support for introspection (Fix issue #709)
+ * #812: Reverts #643 pass wrong request object to authenticate function.
+ * Fix concurrency issue with refresh token requests (#810)
+ * #817: Reverts #734 tutorial documentation error.
+ * Add support for Python 3.7 & 3.8
+ * Add support for Django>=2.1,<3.1
+ * Add requirement for oauthlib>=3.0.1
+ * Add support for Proof Key for Code Exchange (PKCE, RFC 7636).
+ * Add support for custom token generators (e.g. to create JWT tokens).
+ * Add new OAUTH2_PROVIDER settings:
+ * ACCESS_TOKEN_GENERATOR to override the default access token generator.
+ * REFRESH_TOKEN_GENERATOR to override the default refresh token generator.
+ * EXTRA_SERVER_KWARGS options dictionary for oauthlib's Server class.
+ * Add id in toolkit admin console applications list.
+ * Add nonstandard Google support for [urn:ietf:wg:oauth:2.0:oob] redirect_uri
+ for Google OAuth2 "manual copy/paste".
+- Remove no longer needed test-response-401.patch
+
+-------------------------------------------------------------------
Old:
----
django-oauth-toolkit-1.2.0.tar.gz
test-response-401.patch
New:
----
django-oauth-toolkit-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-oauth-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.U7UNC8/_old 2020-04-04 12:27:09.196034720 +0200
+++ /var/tmp/diff_new_pack.U7UNC8/_new 2020-04-04 12:27:09.196034720 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-oauth-toolkit
#
-# 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
@@ -19,25 +19,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-oauth-toolkit
-Version: 1.2.0
+Version: 1.3.2
Release: 0
Summary: OAuth2 Provider for Django
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/jazzband/django-oauth-toolkit
Source:
https://github.com/jazzband/django-oauth-toolkit/archive/%{version}.tar.gz#/django-oauth-toolkit-%{version}.tar.gz
-Patch0: test-response-401.patch
-BuildRequires: %{python_module Django >= 2.0}
+BuildRequires: %{python_module Django >= 2.1}
BuildRequires: %{python_module djangorestframework}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module oauthlib >= 2.0.3}
+BuildRequires: %{python_module oauthlib >= 3.0.1}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module requests >= 2.13.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 2.0
-Requires: python-oauthlib >= 2.0.3
+Requires: python-Django >= 2.1
+Requires: python-oauthlib >= 3.0.1
Requires: python-requests >= 2.13.0
Conflicts: python-django-oauth
BuildArch: noarch
@@ -52,9 +51,6 @@
%prep
%setup -q -n django-oauth-toolkit-%{version}
-%patch0 -p1
-# Fails even in upstream travis run, different return codes sent by Django
-rm -f tests/test_token_revocation.py
%build
%python_build
++++++ django-oauth-toolkit-1.2.0.tar.gz -> django-oauth-toolkit-1.3.2.tar.gz
++++++
++++ 4079 lines of diff (skipped)