Hello community,

here is the log from the commit of package python-sleekxmpp for 
openSUSE:Factory checked in at 2018-12-07 14:38:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sleekxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python-sleekxmpp.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sleekxmpp"

Fri Dec  7 14:38:51 2018 rev:6 rq:655914 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sleekxmpp/python-sleekxmpp.changes        
2017-11-08 15:10:36.217018610 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sleekxmpp.new.19453/python-sleekxmpp.changes 
    2018-12-07 14:38:57.346806824 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:54:21 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sleekxmpp.spec ++++++
--- /var/tmp/diff_new_pack.ABf2bR/_old  2018-12-07 14:38:58.138805843 +0100
+++ /var/tmp/diff_new_pack.ABf2bR/_new  2018-12-07 14:38:58.138805843 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sleekxmpp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        Python XMPP (Jabber) Library that Implements Everything as a 
Plugin
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/fritzy/SleekXMPP
+URL:            https://github.com/fritzy/SleekXMPP
 Source:         
https://files.pythonhosted.org/packages/source/s/%{_name}/%{_name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE sleekxmpp-fix-dnspython.patch [email protected] -- Fix 
compatibility with recent dnspython.
 Patch0:         %{_name}-fix-dnspython.patch
@@ -32,11 +32,12 @@
 Patch1:         %{_name}-fix-legacyauth.patch
 # PATCH-FIX-OPENSUSE sleekxmpp-check-roster-push-origin.patch bsc#1014976 
[email protected] -- Check origin of roster pushes (slixmpp commits 
ffdb6ff, ffd9436).
 Patch2:         %{_name}-check-roster-push-origin.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module dnspython}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2
+BuildRequires:  python3
 Requires:       python-dnspython
 BuildArch:      noarch
 
@@ -62,7 +63,8 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}/
 
 %files %{python_files}
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/%{_name}/
 %{python_sitelib}/%{_name}-%{version}-py%{python_version}.egg-info
 


Reply via email to