Hello community,

here is the log from the commit of package python-slixmpp for openSUSE:Factory 
checked in at 2019-01-15 09:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slixmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python-slixmpp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slixmpp"

Tue Jan 15 09:16:34 2019 rev:4 rq:664663 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slixmpp/python-slixmpp.changes    
2018-08-15 10:39:20.388395087 +0200
+++ /work/SRC/openSUSE:Factory/.python-slixmpp.new.28833/python-slixmpp.changes 
2019-01-15 09:16:35.990222975 +0100
@@ -1,0 +2,19 @@
+Fri Jan 11 13:59:04 UTC 2019 - mvet...@suse.com
+
+- Change source URL from GH to https://lab.louiz.org as requested
+
+-------------------------------------------------------------------
+Fri Jan 11 12:29:15 UTC 2019 - mvet...@suse.com
+
+- Update 1.4.1:
+  * jid: Make property aliases proper aliases. 
+  * stanzabase: Remove python2 legacy. 
+  * fixing uncaught async exceptions due to missing await 
+  * XEP-0363: Add a domain argument to discover an upload service
+  * XEP-0363: Also check for disco#info’s feature
+  * XEP-0030: Don’t call the timeout_callback on each domain
+  * Decode bytes in GSSAPI handling, as expected by the kerberos module API
+- Update source URL
+- Add requires python3-aiohttp: was needed for XEP-0363 since 1.4.0
+
+-------------------------------------------------------------------

Old:
----
  slixmpp-1.4.0.tar.gz

New:
----
  slixmpp-slix-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-slixmpp.spec ++++++
--- /var/tmp/diff_new_pack.N8lgrU/_old  2019-01-15 09:16:36.654222356 +0100
+++ /var/tmp/diff_new_pack.N8lgrU/_new  2019-01-15 09:16:36.654222356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-slixmpp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -20,13 +20,13 @@
 %define _name   slixmpp
 %define _tar_ver 127
 Name:           python-slixmpp
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Python XMPP (Jabber) Library that Implements Everything as a 
Plugin
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://slixmpp.readthedocs.io/
-Source:         
https://dev.louiz.org/attachments/download/%{_tar_ver}/%{_name}-%{version}.tar.gz
+Source:         
https://lab.louiz.org/poezio/slixmpp/-/archive/slix-1.4.1/slixmpp-slix-%{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:  %{python_module Cython}
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libidn)
+Requires:       python-aiohttp
 Requires:       python-dnspython
 %python_subpackages
 
@@ -47,7 +48,7 @@
 realized as plugins.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n %{_name}-slix-%{version}
 %patch0 -p1
 
 %build


Reply via email to