forked from pool/python-nbxmpp
Accepting request 1179910 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1179910 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=49
This commit is contained in:
commit
9559cc79bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77a8b7823cd09405a0eed92b99d4366431517f8ce0296032d6037eeaa223b92c
|
|
||||||
size 138170
|
|
3
python-nbxmpp-5.0.0.tar.bz2
Normal file
3
python-nbxmpp-5.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:773b8a070b1d2104cffe26ac5fd197b283d07628b30d7a784eeb6a27cc9fe45d
|
||||||
|
size 142680
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 13:30:34 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- 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 <mlin@suse.com>
|
Fri Apr 19 11:24:06 UTC 2024 - Max Lin <mlin@suse.com>
|
||||||
|
|
||||||
@ -6,11 +28,10 @@ Fri Apr 19 11:24:06 UTC 2024 - Max Lin <mlin@suse.com>
|
|||||||
%{?python_enable_dependency_generator} won't work for Leap 15.
|
%{?python_enable_dependency_generator} won't work for Leap 15.
|
||||||
also removed %{?python_enable_dependency_generator}
|
also removed %{?python_enable_dependency_generator}
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 13:23:17 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Tue Feb 13 13:23:17 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
- Update to version 2.5.4:
|
- Update to version 4.5.4:
|
||||||
* Add XEP-0353 namespace.
|
* Add XEP-0353 namespace.
|
||||||
* Correctly discover subject change.
|
* Correctly discover subject change.
|
||||||
* DateTime: Be more strict with parsing.
|
* DateTime: Be more strict with parsing.
|
||||||
@ -18,7 +39,7 @@ Tue Feb 13 13:23:17 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 25 14:25:50 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Sat Nov 25 14:25:50 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
- Update to version 2.5.3:
|
- Update to version 4.5.3:
|
||||||
* Websocket: Make TLS properties available.
|
* Websocket: Make TLS properties available.
|
||||||
* SASL2: Make login test mode work.
|
* SASL2: Make login test mode work.
|
||||||
* Websocket: Set user agent.
|
* Websocket: Set user agent.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%define _name nbxmpp
|
%define _name nbxmpp
|
||||||
Name: python-nbxmpp
|
Name: python-nbxmpp
|
||||||
Version: 4.5.4
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMPP library by Gajim team
|
Summary: XMPP library by Gajim team
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -42,10 +42,10 @@ BuildRequires: %{python_module precis-i18n}
|
|||||||
BuildRequires: %{python_module sqlite3}
|
BuildRequires: %{python_module sqlite3}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: typelib(Soup) = 3.0
|
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-gobject >= 3.42
|
||||||
|
Requires: python-idna
|
||||||
|
Requires: python-packaging
|
||||||
|
Requires: python-precis-i18n >= 1.0.0
|
||||||
Recommends: python-gssapi
|
Recommends: python-gssapi
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user