Hello community, here is the log from the commit of package python-nbxmpp for openSUSE:Factory checked in at 2014-10-14 13:25:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbxmpp (Old) and /work/SRC/openSUSE:Factory/.python-nbxmpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbxmpp" Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbxmpp/python-nbxmpp.changes 2013-12-09 17:01:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new/python-nbxmpp.changes 2014-10-14 13:25:18.000000000 +0200 @@ -1,0 +2,14 @@ +Sat Oct 11 10:40:25 UTC 2014 - [email protected] + +- Update to 0.5.1 (changes since 0.2): + * Fix printing network errors in a non-utf-8 console + * Support both python2 and python3 + * Fix storing server certificate when there is no error + * Ability to configure TLS protocol version + * Add support for SCRAM-SHA-1-PLUS + * Security improvements + * Improve security level + * Ability to configure cipher list + * Store only depth 0 SSL certificate + +------------------------------------------------------------------- Old: ---- nbxmpp-0.2.tar.gz New: ---- nbxmpp-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbxmpp.spec ++++++ --- /var/tmp/diff_new_pack.NEVRU3/_old 2014-10-14 13:25:19.000000000 +0200 +++ /var/tmp/diff_new_pack.NEVRU3/_new 2014-10-14 13:25:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nbxmpp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,14 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + +%define _name nbxmpp Name: python-nbxmpp -Version: 0.2 +Version: 0.5.1 Release: 0 Summary: XMPP library by Gajim team -License: GPL-3.0 -Group: Development/Languages/Python +License: GPL-3.0+ +Group: Development/Libraries/Python Url: http://python-nbxmpp.gajim.org/ -Source0: https://pypi.python.org/packages/source/n/nbxmpp/nbxmpp-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,6 +33,7 @@ %else BuildArch: noarch %endif +%py_requires %description Python-nbxmpp is a Python library that provides a way for Python @@ -39,26 +42,26 @@ %package doc Summary: Nbxmpp Documentation -Group: Development/Languages/Python +Group: Development/Libraries/Python %description doc This packages provides documentation of Nbxmpp API. %prep -%setup -q -n nbxmpp-%{version} +%setup -q -n %{_name}-%{version} %build -python setup.py build +python2 setup.py build %install -python setup.py install -O1 --skip-build --root %{buildroot} --prefix=%{_prefix} -%fdupes %{buildroot}%{python_sitelib} +python2 setup.py install --root %{buildroot} --prefix=%{_prefix} -O1 --skip-build +%fdupes %{buildroot} %files %defattr(-,root,root) %doc COPYING -%{python_sitelib}/nbxmpp-*.egg-info -%{python_sitelib}/nbxmpp/ +%{python_sitelib}/%{_name}/ +%{python_sitelib}/%{_name}-* %files doc %defattr(-,root,root) ++++++ nbxmpp-0.2.tar.gz -> nbxmpp-0.5.1.tar.gz ++++++ ++++ 2919 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
