diff --git a/nbxmpp-0.6.10.tar.gz b/nbxmpp-0.6.10.tar.gz deleted file mode 100644 index d4a85b7..0000000 --- a/nbxmpp-0.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd73417777e4847fdd8d0d96c7cafc606952edbd2b9d52a2a72bb2aaa04d08ef -size 1516456 diff --git a/nbxmpp-1.0.2.tar.gz b/nbxmpp-1.0.2.tar.gz new file mode 100644 index 0000000..4f54e44 --- /dev/null +++ b/nbxmpp-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f +size 127184 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index b9bd4e1..1109e63 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Sep 3 07:44:19 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 0bec1b8..eb05785 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -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