From 3045e779355fc3c054ee8b0b197d52dc3b0462a8e9f5d0b77dfec8e8132e5644 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 8 Nov 2017 19:15:28 +0000 Subject: [PATCH] Accepting request 539140 from home:vilene:branches:devel:languages:python - Update to version 0.6.0: * Add new getOriginID/SetOriginID method for Messages * Add new getJid() method for Protocol * getTagAttr() accepts now a namespace argument * Add new `protocol` argument for getTag() * Add new XEP Namespaces * Support XEP-0198 Version 1.5.2 OBS-URL: https://build.opensuse.org/request/show/539140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=25 --- nbxmpp-0.5.5.tar.gz | 3 --- nbxmpp-0.6.0.tar.gz | 3 +++ python-nbxmpp.changes | 11 +++++++++++ python-nbxmpp.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 nbxmpp-0.5.5.tar.gz create mode 100644 nbxmpp-0.6.0.tar.gz diff --git a/nbxmpp-0.5.5.tar.gz b/nbxmpp-0.5.5.tar.gz deleted file mode 100644 index f9382a0..0000000 --- a/nbxmpp-0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d77fc50dc55b8d9722c3da21c1a1ba282f782c17f5c27488d112daf2cfdfbe -size 1514272 diff --git a/nbxmpp-0.6.0.tar.gz b/nbxmpp-0.6.0.tar.gz new file mode 100644 index 0000000..2fe4ce8 --- /dev/null +++ b/nbxmpp-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79ca44bb391d5a1b848d3fe5fb6ddd1f4cea5f7edf0f8fdd56d2e05962f8974 +size 1515380 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 5e8cb0d..a8a9b99 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 5 16:38:49 UTC 2017 - vilene@posteo.net + +- Update to version 0.6.0: + * Add new getOriginID/SetOriginID method for Messages + * Add new getJid() method for Protocol + * getTagAttr() accepts now a namespace argument + * Add new `protocol` argument for getTag() + * Add new XEP Namespaces + * Support XEP-0198 Version 1.5.2 + ------------------------------------------------------------------- Wed May 17 13:12:21 UTC 2017 - sor.alexei@meowr.ru diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 2b30c06..31d0c83 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.5.5 +Version: 0.6.0 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0+