1
0
forked from pool/python-nbxmpp

Python3 moved to devel:languages:python3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=5
This commit is contained in:
Sascha Peilicke 2013-06-17 12:52:10 +00:00 committed by Git OBS Bridge
parent 89ba2e26fd
commit 6f5299311b
3 changed files with 0 additions and 117 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d894ca3b34a516989cd39fa39277e79ed96e07b28ce7430d8ad27e7a233b8228
size 950488

View File

@ -1,41 +0,0 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Sat Apr 6 19:52:54 UTC 2013 - nekolayer@yandex.ru
- Initial package.

View File

@ -1,73 +0,0 @@
#
# spec file for package python3-nbxmpp
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: python3-nbxmpp
Version: 0.1+r37
Release: 0
Summary: XMPP library by Gajim team
License: GPL-3.0
Group: Development/Libraries/Python
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
%description
Python-nbxmpp is a Python library that provides a way for Python
applications to use Jabber/XMPP networks in a non-blocking way. This
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
%build
python3 setup.py build
%install
python3 setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
%fdupes %{buildroot}%{python3_sitelib}
mkdir -p %{buildroot}%{_docdir}/%{name}-doc
cp -r doc/* %{buildroot}%{_docdir}/%{name}-doc
%fdupes %{buildroot}%{_docdir}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{python3_sitelib}/nbxmpp-*.egg-info
%{python3_sitelib}/nbxmpp/
%files doc
%defattr(-,root,root)
%{_docdir}/%{name}-doc
%changelog