forked from pool/python-nbxmpp
Accepting request 831611 from devel:languages:python
- update to 1.0.2 (bsc#1176101): * Client: Expose more information about the connection * Client: set_ignored_tls_errors() allow to pass None * Add method to disable stream management * TCP: Set input/output closed on finalize() * TCP: Catch Runtime error * Perform UTS46 mapping on domain names * Add XEP-0377 support * MUC: Return message id when using inivite() * OMEMO: Correctly parse prekey value * Client: Determine protocol and type correctly if a custom host is used * Smacks: Don't fail on saving error replies * Library rewritten in most parts * Replace BOSH with Websocket * Add new example client * Many other improvements * Currently no Client Cert support OBS-URL: https://build.opensuse.org/request/show/831611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd73417777e4847fdd8d0d96c7cafc606952edbd2b9d52a2a72bb2aaa04d08ef
|
||||
size 1516456
|
||||
3
nbxmpp-1.0.2.tar.gz
Normal file
3
nbxmpp-1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f
|
||||
size 127184
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 07:44:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.2 (bsc#1176101):
|
||||
* Client: Expose more information about the connection
|
||||
* Client: set_ignored_tls_errors() allow to pass None
|
||||
* Add method to disable stream management
|
||||
* TCP: Set input/output closed on finalize()
|
||||
* TCP: Catch Runtime error
|
||||
* Perform UTS46 mapping on domain names
|
||||
* Add XEP-0377 support
|
||||
* MUC: Return message id when using inivite()
|
||||
* OMEMO: Correctly parse prekey value
|
||||
* Client: Determine protocol and type correctly if a custom host is used
|
||||
* Smacks: Don't fail on saving error replies
|
||||
* Library rewritten in most parts
|
||||
* Replace BOSH with Websocket
|
||||
* Add new example client
|
||||
* Many other improvements
|
||||
* Currently no Client Cert support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 05:21:13 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-nbxmpp
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,14 +12,14 @@
|
||||
# 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.10
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: XMPP library by Gajim team
|
||||
License: GPL-3.0-or-later
|
||||
@@ -62,7 +62,7 @@ This packages provides documentation of Nbxmpp API.
|
||||
%{python_sitelib}/%{_name}-*
|
||||
|
||||
%files %{python_files doc}
|
||||
%doc ChangeLog README
|
||||
%doc doc/apidocs/ doc/examples/
|
||||
%doc ChangeLog README.md
|
||||
%doc %{_name}/examples/
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user