From 89ba2e26fd81e7872e2b9b6802acd16d9b1a080b71a3d183bb1784a9644bfbae Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Sun, 19 May 2013 17:35:39 +0000 Subject: [PATCH] Accepting request 176094 from home:DarkSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit python3-nbxmpp: Updated to 0.1+r37 — significant for python3-version. python-nbxmpp: Some linking from Factory magic. OBS-URL: https://build.opensuse.org/request/show/176094 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=3 --- python-nbxmpp.spec | 11 +++++++---- python3-nbxmpp-0.1+r37.tar.xz | 3 +++ python3-nbxmpp.changes | 33 +++++++++++++++++++++++++++++++++ python3-nbxmpp.spec | 19 +++++++++++++------ 4 files changed, 56 insertions(+), 10 deletions(-) create mode 100644 python3-nbxmpp-0.1+r37.tar.xz diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index c3460f2..e567bae 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # To buid at SLE <= 11 SP2. %if 0%{?suse_version} < 1140 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -22,11 +23,11 @@ Name: python-nbxmpp Version: 0.1 -Release: 1 -License: GPL-3.0 +Release: 0 Summary: XMPP library by Gajim team -Url: http://python-nbxmpp.gajim.org/ +License: GPL-3.0 Group: Development/Libraries/Python +Url: http://python-nbxmpp.gajim.org/ Source0: nbxmpp-%{version}.tar.gz BuildRequires: fdupes @@ -45,9 +46,9 @@ library is initialy a fork of xmpppy one, but using non-blocking sockets. %package doc Summary: Nbxmpp Documentation +Group: Development/Libraries/Python # To buid at SLE <= 11 SP2. -Group: Development/Libraries/Python %description doc This packages provides documentation of Nbxmpp API. @@ -75,3 +76,5 @@ cp -r doc/* %{buildroot}%{_docdir}/%{name}-doc %files doc %defattr(-,root,root) %{_docdir}/%{name}-doc + +%changelog diff --git a/python3-nbxmpp-0.1+r37.tar.xz b/python3-nbxmpp-0.1+r37.tar.xz new file mode 100644 index 0000000..105f55a --- /dev/null +++ b/python3-nbxmpp-0.1+r37.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d894ca3b34a516989cd39fa39277e79ed96e07b28ce7430d8ad27e7a233b8228 +size 950488 diff --git a/python3-nbxmpp.changes b/python3-nbxmpp.changes index 7007826..05d616b 100644 --- a/python3-nbxmpp.changes +++ b/python3-nbxmpp.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun May 19 17:00:23 UTC 2013 - dap.darkness@gmail.com + + - Updated to 0.1+r37 — significant for python3-version: + * Ask for discovery information (and archive) + after SM is enabled. Fixes #7299 + * fix initilizing errnum list + * try write acces to repo. + * fix var name + * don't crash when cacerts is an empty string + * hardcode error values in protocol.py + * don't crash when cacerts is an empty string + * fix traceback + * fix handling traceback. Fixes #3 + * basestring -> str + * fix error handling. Fixes #1 + * add jabber:x:oob namespace + * add jabber:x:oob namespace + * fix encoding problems with DIGEST-MD5 authentication + * fix connecting with internal ssl implementation + * don't crash when we sent a partial stanza + that cut utf-8 chars in the middle + * don't call send when there is nothing to send + * don't crash when we get a partial stanza + that cut utf-8 chars in the middle + * dict.items() -> list(dict.items()) + * fix encoding issues + * fix HMAC computation + * fix showing pending traceback + * fix encoding issues (base64, HMAC, ...) + * hardcode error values in protocol.py + +------------------------------------------------------------------- Sat Apr 20 14:59:16 UTC 2013 - dap.darkness@gmail.com - Fixed up to submit. diff --git a/python3-nbxmpp.spec b/python3-nbxmpp.spec index 8f3d20c..0f10aad 100644 --- a/python3-nbxmpp.spec +++ b/python3-nbxmpp.spec @@ -15,18 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python3-nbxmpp -Version: 0.1 -Release: 1 -License: GPL-3.0 +Version: 0.1+r37 +Release: 0 Summary: XMPP library by Gajim team -Url: http://python-nbxmpp.gajim.org/ +License: GPL-3.0 Group: Development/Libraries/Python -Source0: nbxmpp-%{version}.tar.gz +Url: http://python-nbxmpp.gajim.org/ +Source0: python3-nbxmpp-%{version}.tar.xz BuildRequires: fdupes BuildRequires: python3 BuildRequires: python3-devel +%if 0%{?suse_version} <= 1210 +BuildRequires: xz +%endif Requires: python3 BuildArch: noarch @@ -37,12 +41,13 @@ library is initialy a fork of xmpppy one, but using non-blocking sockets. %package doc Summary: Nbxmpp Documentation +Group: Development/Libraries/Python %description doc This packages provides documentation of Nbxmpp API. %prep -%setup -q -n nbxmpp-%{version} +%setup -q %build python3 setup.py build @@ -64,3 +69,5 @@ cp -r doc/* %{buildroot}%{_docdir}/%{name}-doc %files doc %defattr(-,root,root) %{_docdir}/%{name}-doc + +%changelog