1
0
forked from pool/python-nbxmpp

Accepting request 611169 from devel:languages:python

- Use setuptools not devel to reduce dependency requirements

- Update to 0.6.6:
  * Record all SSL errors instead of only the first
  * Pass arguments to plugin/plugout methods
  * Allow the Roster to be initalized without requesting it from the server

OBS-URL: https://build.opensuse.org/request/show/611169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-05-29 14:49:15 +00:00 committed by Git OBS Bridge
commit 8b1ad33fc8
4 changed files with 19 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 22 08:43:58 UTC 2018 - tchvatal@suse.com
- Use setuptools not devel to reduce dependency requirements
-------------------------------------------------------------------
Tue May 22 08:30:59 UTC 2018 - mvetter@suse.com
- Update to 0.6.6:
* Record all SSL errors instead of only the first
* Pass arguments to plugin/plugout methods
* Allow the Roster to be initalized without requesting it from the server
-------------------------------------------------------------------
Fri May 11 20:54:02 UTC 2018 - tbro@opensuse.org

View File

@ -19,14 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define _name nbxmpp
Name: python-nbxmpp
Version: 0.6.5
Version: 0.6.6
Release: 0
Summary: XMPP library by Gajim team
License: GPL-3.0-or-later
Group: Development/Languages/Python
Url: https://python-nbxmpp.gajim.org/
URL: https://python-nbxmpp.gajim.org/
Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@ -56,11 +56,7 @@ This packages provides documentation of Nbxmpp API.
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
%files %{python_files}
%if 0%{?suse_version} >= 1500
%license COPYING
%else
%doc COPYING
%endif
%{python_sitelib}/%{_name}/
%{python_sitelib}/%{_name}-*