Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-slixmpp for openSUSE:Factory checked in at 2026-02-19 14:21:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-slixmpp (Old) and /work/SRC/openSUSE:Factory/.python-slixmpp.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slixmpp" Thu Feb 19 14:21:08 2026 rev:14 rq:1333801 version:1.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-slixmpp/python-slixmpp.changes 2025-11-19 14:59:55.207321710 +0100 +++ /work/SRC/openSUSE:Factory/.python-slixmpp.new.1977/python-slixmpp.changes 2026-02-19 14:21:13.185340589 +0100 @@ -1,0 +2,40 @@ +Wed Feb 18 16:07:43 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 1.13.2: + * 1.13.0 has shipped with a packaging bug that affects people + trying to build wheels using setuptools. 1.13.1 is an attempt to fix that + (made packaging from git work somehow), and 1.13.2 is the correct fix + thanks to one single additional character. + +------------------------------------------------------------------- +Wed Feb 18 16:06:16 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 1.13: + Fixes: + * A lot of deprecation warnings for current and future python versions + * A bug in the JID implementation where bool() would always be true, which + would prevent joining rooms with the XEP-0045 plugin + * Plenty of typos in the documentation and docstrings, thanks to the typos tool + * Removes most known "unknown stanza interface" messages + * XEP-0356: Check the correct domain for privileges + * XEP-0356: Set inner stanza namespace to jabber:client + * XEP-0363: Do not advertise the httpupload feature by default + * XEP-0054: Allow datetime.date for birthday info + Doc: + * Improve documentation by adding missing events to the index + * Fix markup that prevented texinfo documentation generation + Features: + * XEP-0045: New groupchat_affiliation_change for affiliation changes of non-joined JIDs + * XEP-0363: Give a human readable error message for large files + * XEP-0421: add optional args to has_feature + * Stanza objects: Add a get_toplevel_attr to get the xml attributes of the + stanza instead of going through the plugin machinery + * Roster: track pending_in subscription state for clients + * Add a room_cleanup.py example script + Internal: + * Use of setuptools-scm for release version detection, and new release helper script + * Integration test for component with CI container + * CI fixes and tweaks + * Brings good compatibility with aiodns 4 + +------------------------------------------------------------------- Old: ---- slix-1.12.0.tar.gz New: ---- slix-1.13.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-slixmpp.spec ++++++ --- /var/tmp/diff_new_pack.xmv28H/_old 2026-02-19 14:21:15.201424331 +0100 +++ /var/tmp/diff_new_pack.xmv28H/_new 2026-02-19 14:21:15.213424829 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-slixmpp # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-slixmpp -Version: 1.12.0 +Version: 1.13.2 Release: 0 Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin License: MIT @@ -31,6 +31,7 @@ BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module maturin} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: %{python_module xml} BuildRequires: cargo-packaging @@ -70,6 +71,5 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/slixmpp -%{python_sitearch}/slixmpp-%{version}.dist-info +%{python_sitelib}/slixmpp* ++++++ slix-1.12.0.tar.gz -> slix-1.13.2.tar.gz ++++++ ++++ 4769 lines of diff (skipped)
