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 2023-01-14 00:03:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbxmpp.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbxmpp"

Sat Jan 14 00:03:49 2023 rev:37 rq:1058309 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbxmpp/python-nbxmpp.changes      
2022-11-01 13:42:37.491914160 +0100
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new.32243/python-nbxmpp.changes   
2023-01-14 00:04:33.718180691 +0100
@@ -1,0 +2,11 @@
+Fri Jan  6 14:14:26 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 4.0.0:
+  * Add message reactions (XEP-0444) support.
+  * Add HTTP module.
+  * Raise required python version to 3.10.
+  * Remove example client.
+  * Port to libsoup3.
+  * XEP-0392: Update to 0.8.0.
+
+-------------------------------------------------------------------

Old:
----
  python-nbxmpp-3.2.5.tar.bz2

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

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

Other differences:
------------------
++++++ python-nbxmpp.spec ++++++
--- /var/tmp/diff_new_pack.Ijmt00/_old  2023-01-14 00:04:34.650186121 +0100
+++ /var/tmp/diff_new_pack.Ijmt00/_new  2023-01-14 00:04:34.654186145 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbxmpp
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,15 @@
 #
 
 
-# Requires at least python 3.9
-%define skip_python2 1
-%define skip_python36 1
+# Requires at least python 3.10
 %define skip_python38 1
+%define skip_python39 1
+%if 0%{?suse_version} <= 1500 && "%{?pythons}%{!?pythons:python3}" == "python3"
+%define pythons python310
+%endif
 %define _name   nbxmpp
 Name:           python-nbxmpp
-Version:        3.2.5
+Version:        4.0.0
 Release:        0
 Summary:        XMPP library by Gajim team
 License:        GPL-3.0-or-later
@@ -38,7 +40,7 @@
 BuildRequires:  %{python_module idna}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module precis-i18n}
-BuildRequires:  typelib(Soup) = 2.4
+BuildRequires:  typelib(Soup) = 3.0
 Recommends:     python-gssapi
 BuildArch:      noarch
 %{?python_enable_dependency_generator}
@@ -51,13 +53,6 @@
 This library is initialy a fork of xmpppy one, but using
 non-blocking sockets.
 
-%package doc
-Summary:        Nbxmpp Documentation
-Group:          Documentation/Other
-
-%description doc
-This packages provides documentation of Nbxmpp API.
-
 %prep
 %setup -q
 
@@ -73,11 +68,8 @@
 
 %files %{python_files}
 %license COPYING
+%doc ChangeLog README.md
 %{python_sitelib}/%{_name}/
 %{python_sitelib}/%{_name}-*
 
-%files %{python_files doc}
-%doc ChangeLog README.md
-%doc %{_name}/examples/
-
 %changelog

++++++ python-nbxmpp-3.2.5.tar.bz2 -> python-nbxmpp-4.0.0.tar.bz2 ++++++
++++ 2664 lines of diff (skipped)

Reply via email to