Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-social-auth-app-django for openSUSE:Factory checked in at 2023-03-28 17:50:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-social-auth-app-django (Old) and /work/SRC/openSUSE:Factory/.python-social-auth-app-django.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-app-django" Tue Mar 28 17:50:28 2023 rev:10 rq:1074815 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-social-auth-app-django/python-social-auth-app-django.changes 2022-04-21 15:48:53.548331221 +0200 +++ /work/SRC/openSUSE:Factory/.python-social-auth-app-django.new.31432/python-social-auth-app-django.changes 2023-03-28 17:50:33.571320571 +0200 @@ -1,0 +2,5 @@ +Tue Mar 28 03:56:09 UTC 2023 - John Vandenberg <jay...@gmail.com> + +- Add dependency python-jose + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-social-auth-app-django.spec ++++++ --- /var/tmp/diff_new_pack.7ARSUT/_old 2023-03-28 17:50:34.007322675 +0200 +++ /var/tmp/diff_new_pack.7ARSUT/_new 2023-03-28 17:50:34.015322714 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-social-auth-app-django # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,10 +28,12 @@ Source: https://files.pythonhosted.org/packages/source/s/social-auth-app-django/social-auth-app-django-%{version}.tar.gz BuildRequires: %{python_module Django >= 2.2} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module python-jose} BuildRequires: %{python_module social-auth-core >= 4.1.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 2.2 +Requires: python-python-jose Requires: python-social-auth-core >= 4.1.0 BuildArch: noarch %python_subpackages @@ -55,11 +57,12 @@ export LANG=en_US.UTF8 mkdir tests/templates echo -n test > tests/templates/test.html -%python_exec manage.py test +%python_exec manage.py test --verbosity 2 %files %{python_files} %doc CHANGELOG.md README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/social_django/ +%{python_sitelib}/social_auth_app_django-*/ %changelog