Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2013-05-07 15:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-amqp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2013-02-11 
15:08:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes     
2013-05-07 15:32:30.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 30 09:21:42 UTC 2013 - speili...@suse.com
+
+- Run testsuite
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-amqp/python3-amqp.changes 2013-02-11 
15:08:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python3-amqp.changes    
2013-05-07 15:32:30.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 30 09:21:55 UTC 2013 - speili...@suse.com
+
+- Run testsuite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-amqp.spec ++++++
--- /var/tmp/diff_new_pack.SWxbEG/_old  2013-05-07 15:32:31.000000000 +0200
+++ /var/tmp/diff_new_pack.SWxbEG/_new  2013-05-07 15:32:31.000000000 +0200
@@ -24,10 +24,13 @@
 Group:          Development/Languages/Python
 Url:            http://github.com/celery/py-amqp
 Source:         
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
-BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Documentation requirements:
+BuildRequires:  python-Sphinx
 BuildRequires:  python-sphinxcontrib-issuetracker
+# Test requirements:
+BuildRequires:  python-nose
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -52,6 +55,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root,-)
 %doc Changelog LICENSE README.rst demo build/sphinx/html

++++++ python3-amqp.spec ++++++
--- /var/tmp/diff_new_pack.SWxbEG/_old  2013-05-07 15:32:31.000000000 +0200
+++ /var/tmp/diff_new_pack.SWxbEG/_new  2013-05-07 15:32:31.000000000 +0200
@@ -24,10 +24,13 @@
 Group:          Development/Languages/Python
 Url:            http://github.com/celery/py-amqp
 Source:         
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
-BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+# Documentation requirements:
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-sphinxcontrib-issuetracker
+# Test requirements:
+BuildRequires:  python3-nose
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -48,6 +51,9 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests-%{py3_ver}
+
 %files
 %defattr(-,root,root,-)
 %doc Changelog LICENSE README.rst demo build/sphinx/html

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

Reply via email to