diff --git a/python-nbxmpp-3.2.1.tar.bz2 b/python-nbxmpp-3.2.1.tar.bz2 deleted file mode 100644 index 10974db..0000000 --- a/python-nbxmpp-3.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdf4ead74cadc5e7e907e045a2638901a01f8f06a3d551ccb3a136f8eb238942 -size 129362 diff --git a/python-nbxmpp-3.2.2.tar.bz2 b/python-nbxmpp-3.2.2.tar.bz2 new file mode 100644 index 0000000..d02b19e --- /dev/null +++ b/python-nbxmpp-3.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad02ee1bae960453c8e4c152a2d066d1b105d6042e9991dab0d8720e1a4afd6 +size 131769 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 2bc2f71..82b2458 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 13 19:30:23 UTC 2022 - Alexei Sorokin + +- 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 diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index bb6f0e1..9973aaa 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -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