Hello community,

here is the log from the commit of package python-nbxmpp for openSUSE:Factory 
checked in at 2014-10-18 09:09:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-10-14 13:25:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new/python-nbxmpp.changes 
2014-10-18 09:10:25.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Oct 17 15:56:20 UTC 2014 - [email protected]
+
+- Correct Group is Development/Languages/Python
+- Remove depreciated %py_requires
+- Do not pass -O1 --skip-build options
+- Call python instead of python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nbxmpp.spec ++++++
--- /var/tmp/diff_new_pack.qSxJjZ/_old  2014-10-18 09:10:26.000000000 +0200
+++ /var/tmp/diff_new_pack.qSxJjZ/_new  2014-10-18 09:10:26.000000000 +0200
@@ -22,7 +22,7 @@
 Release:        0
 Summary:        XMPP library by Gajim team
 License:        GPL-3.0+
-Group:          Development/Libraries/Python
+Group:          Development/Languages/Python
 Url:            http://python-nbxmpp.gajim.org/
 Source:         
https://pypi.python.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
 BuildRequires:  fdupes
@@ -33,7 +33,6 @@
 %else
 BuildArch:      noarch
 %endif
-%py_requires
 
 %description
 Python-nbxmpp is a Python library that provides a way for Python
@@ -42,7 +41,7 @@
 
 %package doc
 Summary:        Nbxmpp Documentation
-Group:          Development/Libraries/Python
+Group:          Development/Languages/Python
 
 %description doc
 This packages provides documentation of Nbxmpp API.
@@ -51,10 +50,10 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-python2 setup.py build
+python setup.py build
 
 %install
-python2 setup.py install --root %{buildroot} --prefix=%{_prefix} -O1 
--skip-build
+python setup.py install --root %{buildroot} --prefix=%{_prefix}
 %fdupes %{buildroot}
 
 %files

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to