From 7833dd5aae76a7b4a87ae444c86ea0211f844748d47459494a9f4342d9553a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 22 May 2018 08:39:34 +0000 Subject: [PATCH] Accepting request 611153 from home:jubalh:branches:devel:languages:python - Update to 0.6.6: * Record all SSL errors instead of only the first * Pass arguments to plugin/plugout methods * Allow the Roster to be initalized without requesting it from the server OBS-URL: https://build.opensuse.org/request/show/611153 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=33 --- nbxmpp-0.6.5.tar.gz | 3 --- nbxmpp-0.6.6.tar.gz | 3 +++ python-nbxmpp.changes | 8 ++++++++ python-nbxmpp.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 nbxmpp-0.6.5.tar.gz create mode 100644 nbxmpp-0.6.6.tar.gz diff --git a/nbxmpp-0.6.5.tar.gz b/nbxmpp-0.6.5.tar.gz deleted file mode 100644 index 0eb4525..0000000 --- a/nbxmpp-0.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b35587b62348f2d932c8f8ca843179e78de1aef0b9d1baa8a399847b0994d98 -size 1515820 diff --git a/nbxmpp-0.6.6.tar.gz b/nbxmpp-0.6.6.tar.gz new file mode 100644 index 0000000..33dae71 --- /dev/null +++ b/nbxmpp-0.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e2830c75c5fa74871995f0be4c5ef2477e696f6ac38b4414170f86bd06e62e +size 1516103 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 547fff5..cf228ff 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 22 08:30:59 UTC 2018 - mvetter@suse.com + +- Update to 0.6.6: + * Record all SSL errors instead of only the first + * Pass arguments to plugin/plugout methods + * Allow the Roster to be initalized without requesting it from the server + ------------------------------------------------------------------- Fri May 11 20:54:02 UTC 2018 - tbro@opensuse.org diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 5a97c61..3775093 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _name nbxmpp Name: python-nbxmpp -Version: 0.6.5 +Version: 0.6.6 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later