forked from pool/python-nbxmpp
Accepting request 650203 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/650203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=20
This commit is contained in:
commit
7cc421570b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0e2830c75c5fa74871995f0be4c5ef2477e696f6ac38b4414170f86bd06e62e
|
||||
size 1516103
|
3
nbxmpp-0.6.8.tar.gz
Normal file
3
nbxmpp-0.6.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c2b4b8aac1a8c6d07c1e30af542fde20a70a9b8c7c04017e9cea0db654437c6
|
||||
size 1516479
|
@ -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 <enabled>.
|
||||
* Issue event when SM resume fails.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 08:43:58 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user