From 4474133e363957fb77738c90bd51e043f50e547f508a867a155fcf37bb93be23 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 11 May 2018 21:11:14 +0000 Subject: [PATCH] Accepting request 606535 from home:TBro:branches:devel:languages:python - Update to version 0.6.5 (30 April 2018) * Fix BOSH usage (don't set ALPN) * Better handling of certificate files * needed for newest gajim version 1.0.2, as it broke with 0.6.4 * this fixes bnc#1093009 OBS-URL: https://build.opensuse.org/request/show/606535 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=31 --- nbxmpp-0.6.4.tar.gz | 3 --- nbxmpp-0.6.5.tar.gz | 3 +++ python-nbxmpp.changes | 8 ++++++++ python-nbxmpp.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 nbxmpp-0.6.4.tar.gz create mode 100644 nbxmpp-0.6.5.tar.gz diff --git a/nbxmpp-0.6.4.tar.gz b/nbxmpp-0.6.4.tar.gz deleted file mode 100644 index bee1bb5..0000000 --- a/nbxmpp-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c42b9c7dc4adc3776671e81f03432af4d33502802487621d90aa11ccad2e8b -size 1515720 diff --git a/nbxmpp-0.6.5.tar.gz b/nbxmpp-0.6.5.tar.gz new file mode 100644 index 0000000..0eb4525 --- /dev/null +++ b/nbxmpp-0.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b35587b62348f2d932c8f8ca843179e78de1aef0b9d1baa8a399847b0994d98 +size 1515820 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 70d0eaa..547fff5 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 11 20:54:02 UTC 2018 - tbro@opensuse.org + +- Update to version 0.6.5 (30 April 2018) + * Fix BOSH usage (don't set ALPN) + * Better handling of certificate files + * needed for newest gajim version 1.0.2, as it broke with 0.6.4 + ------------------------------------------------------------------- Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index cb2dad6..5a97c61 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.4 +Version: 0.6.5 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later