Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gssapi for openSUSE:Factory 
checked in at 2022-09-20 19:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old)
 and      /work/SRC/openSUSE:Factory/.python-gssapi.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gssapi"

Tue Sep 20 19:23:17 2022 rev:9 rq:1004682 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes      
2022-03-02 18:20:17.844654235 +0100
+++ /work/SRC/openSUSE:Factory/.python-gssapi.new.2083/python-gssapi.changes    
2022-09-20 19:23:23.726441650 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 13:50:48 UTC 2022 - John Vandenberg <jay...@gmail.com>
+
+- Move tests out of runtime package
+- Enable test suite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gssapi.spec ++++++
--- /var/tmp/diff_new_pack.kgZm6c/_old  2022-09-20 19:23:24.218443061 +0200
+++ /var/tmp/diff_new_pack.kgZm6c/_new  2022-09-20 19:23:24.226443084 +0200
@@ -28,7 +28,10 @@
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module k5test}
+BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
@@ -44,6 +47,9 @@
 
 %prep
 %setup -q -n gssapi-%{version}
+sed -i "s/'gssapi.tests'//" setup.py
+
+mv gssapi/tests .
 
 %build
 export CFLAGS="%{optflags} -DHAS_GSSAPI_EXT_H -fno-strict-aliasing"
@@ -54,7 +60,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-# requires 'MIT Kerberos installation'
+mv gssapi gssapi_temp
+%pytest_arch tests
+mv gssapi_temp gssapi
 
 %files %{python_files}
 %{python_sitearch}/gssapi*

Reply via email to