15
0
forked from pool/python-nbxmpp

Accepting request 1270946 from home:sebix:branches:devel:languages:python

- 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
This commit is contained in:
2025-04-19 17:04:08 +00:00
committed by Git OBS Bridge
parent 1d006c4a86
commit 94b16ed79a
4 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b762bcf41b2711a0d7e108ad3a227906048edddb2740e04225ff4ae5eb7f1dd
size 143198

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c341e2deb826f8300609a070eecf6d08409281125786a6197d6d9a81319771ed
size 152396

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Apr 19 09:52:05 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- update to version 6.1.1:
- Improvements:
* MUC: Return message id after sending
- Bug Fixes:
* VoiceRequests: Dont 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 <sor.alexei@meowr.ru>

View File

@@ -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