1
0
forked from pool/python-nbxmpp

Accepting request 434743 from home:XRevan86

- Update to version 0.5.4.

OBS-URL: https://build.opensuse.org/request/show/434743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2016-10-15 13:47:30 +00:00 committed by Git OBS Bridge
parent f7f244a552
commit 44977e00da
4 changed files with 29 additions and 11 deletions

View File

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

3
nbxmpp-0.5.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 13 12:02:32 UTC 2016 - sor.alexei@meowr.ru
- Update to version 0.5.4:
* Fix SCRAM authentication.
* Fix BOSH connection with UTF-8 messages.
* Fix smacks implementation.
* Use uuid in stanza ids.
-------------------------------------------------------------------
Sun May 8 07:03:11 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Thu Sep 3 11:21:45 UTC 2015 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-nbxmpp
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,20 +18,21 @@
%define _name nbxmpp
Name: python-nbxmpp
Version: 0.5.3
Version: 0.5.4
Release: 0
Summary: XMPP library by Gajim team
License: GPL-3.0+
Group: Development/Languages/Python
Url: http://python-nbxmpp.gajim.org/
Source: https://pypi.python.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
Url: https://python-nbxmpp.gajim.org/
Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%else
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%else
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%py_requires
%endif
%description
@ -48,12 +49,14 @@ This packages provides documentation of Nbxmpp API.
%prep
%setup -q -n %{_name}-%{version}
rm doc/examples/*.orig
%build
python setup.py build
%install
python setup.py install --root %{buildroot} --prefix=%{_prefix}
python setup.py install \
--root %{buildroot} --prefix=%{_prefix}
%fdupes %{buildroot}
%files