forked from pool/python-nbxmpp
Accepting request 1003393 from home:XRevan86
- Update to version 3.2.2. OBS-URL: https://build.opensuse.org/request/show/1003393 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=62
This commit is contained in:
parent
5add213d91
commit
ea9e19eda7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdf4ead74cadc5e7e907e045a2638901a01f8f06a3d551ccb3a136f8eb238942
|
||||
size 129362
|
3
python-nbxmpp-3.2.2.tar.bz2
Normal file
3
python-nbxmpp-3.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ad02ee1bae960453c8e4c152a2d066d1b105d6042e9991dab0d8720e1a4afd6
|
||||
size 131769
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 19:30:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 3.2.2:
|
||||
* Expose TLS version and ciphersuite.
|
||||
* Add stringprep implementation.
|
||||
* Add packaging as dependency.
|
||||
* Use stringprep instead of precis for JID validation.
|
||||
* Add missing __init__.py to examples.
|
||||
* You can set the env variable NBXMPP_USE_PRECIS to revert back
|
||||
to the old behaviour.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 16:38:46 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define skip_python38 1
|
||||
%define _name nbxmpp
|
||||
Name: python-nbxmpp
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: XMPP library by Gajim team
|
||||
License: GPL-3.0-or-later
|
||||
@ -36,6 +36,7 @@ BuildRequires: python-rpm-macros >= 20200714
|
||||
# For testing
|
||||
BuildRequires: %{python_module gobject-Gdk}
|
||||
BuildRequires: %{python_module idna}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module precis-i18n}
|
||||
BuildRequires: typelib(Soup) = 2.4
|
||||
Recommends: python-gssapi
|
||||
|
Loading…
Reference in New Issue
Block a user