Hello community,

here is the log from the commit of package python3-nbxmpp for openSUSE:Factory 
checked in at 2014-10-19 19:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-nbxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.python3-nbxmpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-nbxmpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-nbxmpp/python3-nbxmpp.changes    
2013-08-23 11:05:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-nbxmpp.new/python3-nbxmpp.changes       
2014-10-19 19:28:01.000000000 +0200
@@ -1,0 +2,23 @@
+Fri Oct 17 15:53:56 UTC 2014 - p.drou...@gmail.com
+
+- Correct Group is Development/Languages/Python
+- Remove -O1 --skip-build options; we wan't byte-compiled libraries
+- Do not require explicitely python3
+
+-------------------------------------------------------------------
+Sat Oct 11 10:40:25 UTC 2014 - sor.ale...@meowr.ru
+
+- 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
+- Use upstream tarball (and remove XZ from dependencies)
+- Correct license: GPLv3+
+
+-------------------------------------------------------------------

Old:
----
  python3-nbxmpp-0.1+r37.tar.xz

New:
----
  nbxmpp-0.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-nbxmpp.spec ++++++
--- /var/tmp/diff_new_pack.CvJGd6/_old  2014-10-19 19:28:02.000000000 +0200
+++ /var/tmp/diff_new_pack.CvJGd6/_new  2014-10-19 19:28:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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
@@ -16,22 +16,17 @@
 #
 
 
+%define _name   nbxmpp
 Name:           python3-nbxmpp
-Version:        0.1+r37
+Version:        0.5.1
 Release:        0
 Summary:        XMPP library by Gajim team
-License:        GPL-3.0
-Group:          Development/Libraries/Python
+License:        GPL-3.0+
+Group:          Development/Languages/Python
 Url:            http://python-nbxmpp.gajim.org/
-Source0:        python3-nbxmpp-%{version}.tar.xz
-
+Source:         
https://pypi.python.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python3
 BuildRequires:  python3-devel
-%if 0%{?suse_version} <= 1210
-BuildRequires:  xz
-%endif
-Requires:       python3
 BuildArch:      noarch
 
 %description
@@ -41,29 +36,29 @@
 
 %package doc
 Summary:        Nbxmpp Documentation
-Group:          Development/Libraries/Python
+Group:          Development/Languages/Python
 
 %description doc
 This packages provides documentation of Nbxmpp API.
 
 %prep
-%setup -q
+%setup -q -n %{_name}-%{version}
 
 %build
 python3 setup.py build
 
 %install
-python3 setup.py install -O1 --skip-build --root=%{buildroot} 
--prefix=%{_prefix}
-%fdupes %{buildroot}%{python3_sitelib}
+python3 setup.py install --root %{buildroot} --prefix=%{_prefix}
+%fdupes %{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc COPYING
-%{python3_sitelib}/nbxmpp-*.egg-info
-%{python3_sitelib}/nbxmpp/
+%{python3_sitelib}/%{_name}/
+%{python3_sitelib}/%{_name}-*
 
 %files doc
 %defattr(-,root,root)
-%doc ChangeLog README doc/*
+%doc ChangeLog README doc/apidocs doc/examples
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to