Hello community,

here is the log from the commit of package python-django-invitations for 
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-invitations (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-invitations.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-invitations"

Sun Feb 23 16:47:25 2020 rev:3 rq:776575 version:1.9.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-invitations/python-django-invitations.changes
    2020-01-15 15:48:38.671432902 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-invitations.new.26092/python-django-invitations.changes
 2020-02-23 16:47:25.842315940 +0100
@@ -1,0 +2,10 @@
+Wed Feb  5 14:53:08 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- disable py2 build as deps are only for python 3 
+
+-------------------------------------------------------------------
+Mon Sep 16 14:16:07 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip one failing test which is caused by django-pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-django-invitations.spec ++++++
--- /var/tmp/diff_new_pack.dtZqj5/_old  2020-02-23 16:47:26.806317794 +0100
+++ /var/tmp/diff_new_pack.dtZqj5/_new  2020-02-23 16:47:26.810317802 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-invitations
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-django-invitations
 Version:        1.9.2
@@ -57,8 +58,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests/basic/tests.py --ds=test_settings
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v tests/allauth/test_allauth.py 
--ds=test_allauth_settings
+# test_auth https://github.com/pytest-dev/pytest-django/issues/341
+%pytest tests/basic/tests.py --ds=test_settings -k 'not test_auth'
+%pytest tests/allauth/test_allauth.py --ds=test_allauth_settings
 
 %files %{python_files}
 %license LICENSE


Reply via email to