From 94b16ed79ae697c3b2e80f2fd25dd1575a19df17647cec01703d42abb2535c56 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 19 Apr 2025 17:04:08 +0000 Subject: [PATCH] Accepting request 1270946 from home:sebix:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to version 6.1.1: - Improvements: * MUC: Return message id after sending - Bug Fixes: * VoiceRequests: Don’t parse errors * MDS: Make by attribute configurable - update to version 6.1.0: - New * MDS: Allow setting MDS assist on message - Improvements: * SASL: Improve logging - Change: * MDS: Simplify set_mds() - update to version 6.0.2: - Improvements: * Retraction: Parse id attribute for tombstones - Bug Fixes: * OpenPGP: Depreacted pubkey date attribute - update to version 6.0.1: - Improvements: * DiscoInfo: Add more MUC config fields - Bug Fixes: * DiscoInfo: Return correct values in get_field_value() * JID: Raise error on IRIs with auth component - update to version 6.0.0: - Change: * JID: Remove default arguments - Bug Fixes: * Moderation: Parse moderation messages correctly (#164) OBS-URL: https://build.opensuse.org/request/show/1270946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=104 --- python-nbxmpp-5.0.4.tar.bz2 | 3 --- python-nbxmpp-6.1.1.tar.bz2 | 3 +++ python-nbxmpp.changes | 33 +++++++++++++++++++++++++++++++++ python-nbxmpp.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 python-nbxmpp-5.0.4.tar.bz2 create mode 100644 python-nbxmpp-6.1.1.tar.bz2 diff --git a/python-nbxmpp-5.0.4.tar.bz2 b/python-nbxmpp-5.0.4.tar.bz2 deleted file mode 100644 index 374d5fa..0000000 --- a/python-nbxmpp-5.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b762bcf41b2711a0d7e108ad3a227906048edddb2740e04225ff4ae5eb7f1dd -size 143198 diff --git a/python-nbxmpp-6.1.1.tar.bz2 b/python-nbxmpp-6.1.1.tar.bz2 new file mode 100644 index 0000000..9314b71 --- /dev/null +++ b/python-nbxmpp-6.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341e2deb826f8300609a070eecf6d08409281125786a6197d6d9a81319771ed +size 152396 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 733dd8a..1c57551 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Apr 19 09:52:05 UTC 2025 - Sebastian Wagner + +- update to version 6.1.1: + - Improvements: + * MUC: Return message id after sending + - Bug Fixes: + * VoiceRequests: Don’t parse errors + * MDS: Make by attribute configurable +- update to version 6.1.0: + - New + * MDS: Allow setting MDS assist on message + - Improvements: + * SASL: Improve logging + - Change: + * MDS: Simplify set_mds() +- update to version 6.0.2: + - Improvements: + * Retraction: Parse id attribute for tombstones + - Bug Fixes: + * OpenPGP: Depreacted pubkey date attribute +- update to version 6.0.1: + - Improvements: + * DiscoInfo: Add more MUC config fields + - Bug Fixes: + * DiscoInfo: Return correct values in get_field_value() + * JID: Raise error on IRIs with auth component +- update to version 6.0.0: + - Change: + * JID: Remove default arguments + - Bug Fixes: + * Moderation: Parse moderation messages correctly (#164) + ------------------------------------------------------------------- Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index cde6d3d..225fc2b 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbxmpp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define _name nbxmpp Name: python-nbxmpp -Version: 5.0.4 +Version: 6.1.1 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later