diff --git a/nbxmpp-0.6.6.tar.gz b/nbxmpp-0.6.6.tar.gz deleted file mode 100644 index 33dae71..0000000 --- a/nbxmpp-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0e2830c75c5fa74871995f0be4c5ef2477e696f6ac38b4414170f86bd06e62e -size 1516103 diff --git a/nbxmpp-0.6.8.tar.gz b/nbxmpp-0.6.8.tar.gz new file mode 100644 index 0000000..d73fa77 --- /dev/null +++ b/nbxmpp-0.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2b4b8aac1a8c6d07c1e30af542fde20a70a9b8c7c04017e9cea0db654437c6 +size 1516479 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index dff1541..e63ac5e 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 19 12:42:07 UTC 2018 - sor.alexei@meowr.ru + +- Update to version 0.6.8 (changes since 0.6.6): + * Raise default TLS version to 1.2. + * Remove DIGEST-MD5 from the default auth mechs. + * Add STANZA RECEIVED Event (some servers send more than one + stanza in one packet). + * Add alternative locations to load TLS certs from. + * Reset SM counter after receiving . + * Issue event when SM resume fails. + ------------------------------------------------------------------- Tue May 22 08:43:58 UTC 2018 - tchvatal@suse.com diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 104ed07..66cd05c 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _name nbxmpp Name: python-nbxmpp -Version: 0.6.6 +Version: 0.6.8 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later Group: Development/Languages/Python -URL: https://python-nbxmpp.gajim.org/ +URL: https://dev.gajim.org/gajim/python-nbxmpp Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -33,8 +33,9 @@ BuildArch: noarch %description Python-nbxmpp is a Python library that provides a way for Python -applications to use Jabber/XMPP networks in a non-blocking way. This -library is initialy a fork of xmpppy one, but using non-blocking sockets. +applications to use Jabber/XMPP networks in a non-blocking way. +This library is initialy a fork of xmpppy one, but using +non-blocking sockets. %python_subpackages