diff --git a/nbxmpp-0.6.5.tar.gz b/nbxmpp-0.6.5.tar.gz deleted file mode 100644 index 0eb4525..0000000 --- a/nbxmpp-0.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b35587b62348f2d932c8f8ca843179e78de1aef0b9d1baa8a399847b0994d98 -size 1515820 diff --git a/nbxmpp-0.6.6.tar.gz b/nbxmpp-0.6.6.tar.gz new file mode 100644 index 0000000..33dae71 --- /dev/null +++ b/nbxmpp-0.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e2830c75c5fa74871995f0be4c5ef2477e696f6ac38b4414170f86bd06e62e +size 1516103 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 547fff5..dff1541 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -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 diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 5a97c61..104ed07 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -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}-*