Hello community,

here is the log from the commit of package python-slixmpp for openSUSE:Factory 
checked in at 2018-07-31 15:56:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slixmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python-slixmpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slixmpp"

Tue Jul 31 15:56:40 2018 rev:2 rq:624308 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slixmpp/python-slixmpp.changes    
2018-02-18 11:41:33.891322765 +0100
+++ /work/SRC/openSUSE:Factory/.python-slixmpp.new/python-slixmpp.changes       
2018-07-31 15:56:43.367274360 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 11:22:06 UTC 2018 - mc...@suse.com
+
+- Use python3 -munittest discover -v -s tests instead of run_tests.py
+
+-------------------------------------------------------------------
+Thu Jul 19 16:41:35 UTC 2018 - mc...@suse.com
+
+- Clean SPEC file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-slixmpp.spec ++++++
--- /var/tmp/diff_new_pack.p78lnN/_old  2018-07-31 15:56:44.155275692 +0200
+++ /var/tmp/diff_new_pack.p78lnN/_new  2018-07-31 15:56:44.159275700 +0200
@@ -24,10 +24,11 @@
 Summary:        Python XMPP (Jabber) Library that Implements Everything as a 
Plugin
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://slixmpp.readthedocs.io/
+URL:            https://slixmpp.readthedocs.io/
 Source:         
https://dev.louiz.org/attachments/download/%{_tar_ver}/%{_name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE slixmpp-fix-legacyauth.patch n...@nexnode.net -- Fix an 
error in legacyauth support.
 Patch0:         %{_name}-fix-legacyauth.patch
+BuildRequires:  fdupes
 BuildRequires:  gnupg
 BuildRequires:  pkgconfig
 BuildRequires:  python3 >= 3.4
@@ -64,12 +65,15 @@
 %install
 python3 setup.py install \
   --root=%{buildroot} --prefix=%{_prefix}
+%fdupes %{buildroot}%{python3_sitearch}
 
 %check
-python3 run_tests.py
+# python3 run_tests.py
+python3 -munittest discover -v -s tests
 
 %files -n python3-%{_name}
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python3_sitearch}/%{_name}/
 %{python3_sitearch}/%{_name}-*
 


Reply via email to