Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbxmpp for openSUSE:Factory 
checked in at 2021-05-19 17:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbxmpp.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbxmpp"

Wed May 19 17:49:07 2021 rev:24 rq:894054 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbxmpp/python-nbxmpp.changes      
2020-09-04 11:11:33.691014134 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new.2988/python-nbxmpp.changes    
2021-05-19 17:49:16.381561584 +0200
@@ -1,0 +2,31 @@
+Tue May 18 12:27:11 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Make running tests verbose
+
+-------------------------------------------------------------------
+Mon May 17 18:16:46 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Enable testing
+  * Use gitlab sources, pypi.org package does not contain the test files
+- Skip not supported python flavors (< 3.7)
+
+-------------------------------------------------------------------
+Mon May 17 15:40:52 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 2.0.2
+  * New
+    * Properties: is_from_us() Method
+    * New JID object
+    * Add JID Escaping (XEP-0106) support
+    * Add VCard4 (XEP-0292) support
+    * Make module calls generator based
+    * Add GSSAPI support (XEP-0233)
+    * Simplify and harmonize module API
+  * Bugfixes
+    * Fix handling invalid websocket uris
+    * Add get_text() for Error Base class
+    * Client: Remove GSSAPI from default mechanisms
+    * Presence: Fix is_nickname_changed check
+    * UserAvatar: Add default argument
+  
+-------------------------------------------------------------------

Old:
----
  nbxmpp-1.0.2.tar.gz

New:
----
  python-nbxmpp-nbxmpp-2.0.2.tar.bz2

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

Other differences:
------------------
++++++ python-nbxmpp.spec ++++++
--- /var/tmp/diff_new_pack.F0zOTs/_old  2021-05-19 17:49:16.869559537 +0200
+++ /var/tmp/diff_new_pack.F0zOTs/_new  2021-05-19 17:49:16.873559521 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbxmpp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,31 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Requires at least python 3.7
+%define skip_python2 1
+%define skip_python36 1
 %define _name   nbxmpp
 Name:           python-nbxmpp
-Version:        1.0.2
+Version:        2.0.2
 Release:        0
 Summary:        XMPP library by Gajim team
 License:        GPL-3.0-or-later
 Group:          Development/Languages/Python
 URL:            https://dev.gajim.org/gajim/python-nbxmpp
-Source:         
https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
+Source:         
%{url}/-/archive/nbxmpp-%{version}/python-nbxmpp-nbxmpp-%{version}.tar.bz2
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+BuildRequires:  python-rpm-macros >= 20200714
+# For testing
+BuildRequires:  %{python_module gobject-Gdk}
+BuildRequires:  %{python_module idna}
+BuildRequires:  %{python_module precis-i18n}
+BuildRequires:  typelib(Soup)
+Recommends:     python-gssapi
 BuildArch:      noarch
+%{?python_enable_dependency_generator}
+
+%python_subpackages
 
 %description
 Python-nbxmpp is a Python library that provides a way for Python
@@ -37,8 +48,6 @@
 This library is initialy a fork of xmpppy one, but using
 non-blocking sockets.
 
-%python_subpackages
-
 %package doc
 Summary:        Nbxmpp Documentation
 Group:          Documentation/Other
@@ -47,7 +56,7 @@
 This packages provides documentation of Nbxmpp API.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n python-nbxmpp-nbxmpp-%{version}
 
 %build
 %python_build
@@ -56,6 +65,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/
 
+%check
+%pyunittest discover -v
+
 %files %{python_files}
 %license COPYING
 %{python_sitelib}/%{_name}/

Reply via email to