15
0
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:
2022-09-14 15:51:13 +00:00
committed by Git OBS Bridge
parent 5add213d91
commit ea9e19eda7
4 changed files with 17 additions and 4 deletions

View File

@@ -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>