forked from pool/python-nbxmpp
Accepting request 1102962 from home:XRevan86
- Update to version 4.3.2. OBS-URL: https://build.opensuse.org/request/show/1102962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=84
This commit is contained in:
parent
8a5ca529b8
commit
b873b1e3b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c44173b2a2ea7fc6e26f4d62b420b01da7d1791c07d131e1cbc081742c2afe6
|
||||
size 135981
|
3
python-nbxmpp-4.3.2.tar.bz2
Normal file
3
python-nbxmpp-4.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c564c7e9b1fae0060bded14723ad421fd92cf8c30b11ab2276b56f92e1593102
|
||||
size 136430
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 23:17:29 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 4.3.2:
|
||||
* SecurityLabels: Add get_label_hash().
|
||||
* JID: Add sqlite3 adapter magic method.
|
||||
* MessageProperties: Add origin_id attribute.
|
||||
* MessageProperties: Add remote_jid attribute.
|
||||
* Client: Return only copy of ignored errors.
|
||||
* CommonError: Add "by" attribute.
|
||||
* Moderation: Parse more data.
|
||||
* HTTP: Add set_accept_certificate().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 28 21:40:08 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%define _name nbxmpp
|
||||
Name: python-nbxmpp
|
||||
Version: 4.3.1
|
||||
Version: 4.3.2
|
||||
Release: 0
|
||||
Summary: XMPP library by Gajim team
|
||||
License: GPL-3.0-or-later
|
||||
@ -41,6 +41,7 @@ BuildRequires: %{python_module idna}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n}
|
||||
BuildRequires: %{python_module sqlite3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: typelib(Soup) = 3.0
|
||||
Recommends: python-gssapi
|
||||
|
Loading…
Reference in New Issue
Block a user