From eeaa7a1a4a30347b4270ce839db1280fc1cb3f9ed3920caea2771e4f57f9788e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jun 2024 07:45:48 +0000 Subject: [PATCH] Accepting request 1179824 from home:XRevan86 - Update to version 5.0.0. OBS-URL: https://build.opensuse.org/request/show/1179824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=96 --- python-nbxmpp-4.5.4.tar.bz2 | 3 --- python-nbxmpp-5.0.0.tar.bz2 | 3 +++ python-nbxmpp.changes | 27 ++++++++++++++++++++++++--- python-nbxmpp.spec | 8 ++++---- 4 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 python-nbxmpp-4.5.4.tar.bz2 create mode 100644 python-nbxmpp-5.0.0.tar.bz2 diff --git a/python-nbxmpp-4.5.4.tar.bz2 b/python-nbxmpp-4.5.4.tar.bz2 deleted file mode 100644 index a5090e6..0000000 --- a/python-nbxmpp-4.5.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a8b7823cd09405a0eed92b99d4366431517f8ce0296032d6037eeaa223b92c -size 138170 diff --git a/python-nbxmpp-5.0.0.tar.bz2 b/python-nbxmpp-5.0.0.tar.bz2 new file mode 100644 index 0000000..566f7da --- /dev/null +++ b/python-nbxmpp-5.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773b8a070b1d2104cffe26ac5fd197b283d07628b30d7a784eeb6a27cc9fe45d +size 142680 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index e86bafd..172dea3 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jun 10 13:30:34 UTC 2024 - Alexei Sorokin + +- Update to version 5.0.0: + * Update XEP-0425 to latest version. + * Parse XEP-0172 nickname in MUC presences. + * Add support for multi language bodies and fallbacks. + * XEP-0490: Message Displayed Synchronization. + * XEP-0317: Hats. + * MUC: Process muc user data for all message types. + * XEP-0424: Message Retraction. + * Add Jingle Feedback namespace. + * Add XEP-0215 namespace. + * Protocol: Improve error message when parsing JIDs. + * Add new moderation namespace disco info property. + * Improve support for full stanza encryption. + * Add EncryptionData struct. + * Replies: Return JID instead of string. + * Protocol: Remove deprecated "code" attribute usage in Errors. + * Message: Fix false positive muc pm detection. + * IBB: Fix parsing open stanza. + ------------------------------------------------------------------- Fri Apr 19 11:24:06 UTC 2024 - Max Lin @@ -6,11 +28,10 @@ Fri Apr 19 11:24:06 UTC 2024 - Max Lin %{?python_enable_dependency_generator} won't work for Leap 15. also removed %{?python_enable_dependency_generator} - ------------------------------------------------------------------- Tue Feb 13 13:23:17 UTC 2024 - Alexei Sorokin -- Update to version 2.5.4: +- Update to version 4.5.4: * Add XEP-0353 namespace. * Correctly discover subject change. * DateTime: Be more strict with parsing. @@ -18,7 +39,7 @@ Tue Feb 13 13:23:17 UTC 2024 - Alexei Sorokin ------------------------------------------------------------------- Sat Nov 25 14:25:50 UTC 2023 - Alexei Sorokin -- Update to version 2.5.3: +- Update to version 4.5.3: * Websocket: Make TLS properties available. * SASL2: Make login test mode work. * Websocket: Set user agent. diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 6631ccf..1441218 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -22,7 +22,7 @@ %{?sle15_python_module_pythons} %define _name nbxmpp Name: python-nbxmpp -Version: 4.5.4 +Version: 5.0.0 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later @@ -42,10 +42,10 @@ BuildRequires: %{python_module precis-i18n} BuildRequires: %{python_module sqlite3} BuildRequires: %{python_module wheel} BuildRequires: typelib(Soup) = 3.0 -Requires: python-idna -Requires: python-precis-i18n >= 1.0.0 -Requires: python-packaging Requires: python-gobject >= 3.42 +Requires: python-idna +Requires: python-packaging +Requires: python-precis-i18n >= 1.0.0 Recommends: python-gssapi BuildArch: noarch